@import url(https://fonts.googleapis.com/css?family=Nunito:400,600,700);@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap);.accordionRoot .accordionRootInner{display:flex;flex-direction:column;border:1px solid #eaeaea}.accordionRoot.collapsed .accordionRootInner{border-bottom:0}.accordionRoot .accordionRootInner .arIHeader{position:relative}.accordionRoot .accordionRootInner .arIHeader .arIHInner{border-bottom:1px solid #eaeaea;padding:15px 15px 15px 40px;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.accordionRoot .accordionRootInner .arIHeader .arIHInner.right{padding:15px 40px 15px 15px}.accordionRoot .accordionRootInner .arIHeader .arIHInner:before{left:15px}.accordionRoot .accordionRootInner .arIHeader .arIHInner.right:before,.accordionRoot .accordionRootInner .arIHeader .arIHInner:before{content:"";position:absolute;top:21px;transition:all .3s ease;width:11px;height:11px;z-index:1;border-right:3px solid #000;border-top:3px solid #000;border-radius:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.accordionRoot .accordionRootInner .arIHeader .arIHInner.right:before{right:15px;left:unset}.accordionRoot .accordionRootInner .arIHeader.active .arIHInner:before{-webkit-transform:rotate(135deg);transform:rotate(135deg);top:18px;border-color:var(--dark-blue)}.accordionRoot .accordionRootInner .arIHeader .arIHInner .arIHITitle{font-size:16px;font-weight:600;line-height:normal}.accordionRoot .accordionRootInner .arIBody{overflow:hidden;transition:max-height .3s cubic-bezier(1,0,1,0);height:auto;max-height:9999px}.accordionRoot .accordionRootInner .arIBody.active{max-height:0;transition:max-height .35s cubic-bezier(0,1,0,1)}.accordionRoot .accordionRootInner .arIBody .arIBInner{padding:15px}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes widthZoomIn{0%{width:0;height:0}to{width:100%;height:100%}}@keyframes widthZoomIn{0%{width:0;height:0}to{width:100%;height:100%}}@-webkit-keyframes widthZoomOut{0%{width:100%;height:100%}to{width:0;height:0}}@keyframes widthZoomOut{0%{width:100%;height:100%}to{width:0;height:0}}.AvatarGroups .AvatarGroupsInner{display:flex;align-items:center}.SingleAvatar{position:relative;margin-left:-15px}.SingleAvatar .SingleAvatarInner{display:flex;width:30px;height:30px;font-size:30px;border-radius:100%;background-color:#000;border:1px solid #b4b4b4;transition:all .3s ease}.SingleAvatar .SingleAvatarInner img,.SingleAvatar .SingleAvatarInner svg{border-radius:100%;width:100%;height:100%;object-fit:cover;object-position:center}.AvatarGroups .AvatarGroupsInner .ToolTipWrapper{margin-left:-15px}.ToolTipWrapper .SingleAvatar{margin-left:0}.AvatarGroups .AvatarGroupsInner .ToolTipWrapper .SingleAvatar .SingleAvatarInner:hover{border-color:#6a6a6a;box-shadow:0 0 7px #6a6a6a}@media(min-width:1024px)and (max-width:1280px){.SingleAvatar .SingleAvatarInner{width:25px;height:25px;font-size:25px}}.badgeRoot{position:relative;display:flex}.badgeRoot .badgeContent{position:absolute;top:-5px;right:-5px;background-color:#f44336;color:var(--white);height:20px;display:flex;font-size:14px;padding:0 6px;font-weight:600;z-index:1;flex-wrap:wrap;min-width:20px;box-sizing:border-box;align-items:center;line-height:1;align-content:center;border-radius:10px;flex-direction:row;justify-content:center;-webkit-transform:scale(1) translate(50%,-20%);transform:scale(1) translate(50%,-20%)}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0;font-weight:500;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}h2{font-size:calc(1.325rem + .9vw)}h3{font-size:calc(1.3rem + .6vw)}h4{font-size:calc(1.275rem + .3vw)}h5{font-size:1.25rem}h6{font-size:1rem}.mainButton{display:inline-flex;background-color:var(--white);font-size:14px;text-transform:none;color:#84929e;font-weight:400;line-height:normal;border:1px solid #f2f2f2;outline:0;min-width:70px;padding:8px 10px;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:3px;transition:all .3s ease;position:relative}.mainButton .buttonLoading{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;background-color:hsla(0,0%,100%,.5647058824)}.mainButton.fullWidth{width:100%}.mainButton.withOutIconBtn{justify-content:center}.mainButton.disabled,.mainButton.disabled[disabled]{cursor:not-allowed;opacity:.6}.mainButton:hover{background-color:#f2f2f2}.mainButton span.buttonIcon{display:flex}.mainButton span.buttonTitle{flex:1 1;text-align:left}.mainButton.withOutIconBtn span.buttonTitle{text-align:center}.mainButton.left{align-items:center;flex-direction:row}.mainButton.left .buttonIcon{margin-right:4px;margin-left:-4px}.mainButton.right{align-items:center;flex-direction:row}.mainButton.right .buttonIcon{margin-left:4px;margin-right:-4px;order:1}.mainButton.headerBtn{font-size:14px;color:#84929e;font-weight:400;padding:8px 10px}.mainButton.RedFillBtn{background-color:#f44336;border-color:#f44336;color:var(--white);padding:8px 10px}.mainButton.RedFillBtn:hover{background-color:var(--white);border-color:#f44336;color:#f44336}.mainButton.GrayFillBtn{background-color:#f6f8fc;border-color:#f6f8fc;color:var(--black);padding:8px 10px}.mainButton.GrayFillBtn:hover{background-color:var(--white);border-color:#201f1f;color:#201f1f}.mainButton.RedOutlineBtn{background-color:var(--white);border-color:#f44336;color:#f44336;padding:8px 10px}.mainButton.RedOutlineBtn:hover{background-color:#f44336;border-color:#f44336;color:var(--white)}.mainButton.BlueFillBtn{background-color:var(--dark-blue);border-color:var(--dark-blue);color:var(--blue-invert);padding:8px 10px}.mainButton.BlueFillBtn:hover,.mainButton.BlueOutlineBtn{background-color:var(--white);border-color:var(--dark-blue);color:var(--dark-blue)}.mainButton.BlueOutlineBtn{padding:8px 10px}.mainButton.BlueOutlineBtn:hover{background-color:var(--dark-blue);border-color:var(--dark-blue);color:var(--blue-invert)}.mainButton.WhiteFillBtn{background-color:var(--white);border-color:var(--white);color:#26262b}.mainButton.WhiteFillBtn:hover{background-color:#26262b;border-color:#26262b;color:var(--white)}.mainButton.WhiteOutlineBtn{background-color:var(--white);border-color:#26262b;color:#26262b}.mainButton.BlackFillBtn,.mainButton.WhiteOutlineBtn:hover{background-color:#26262b;border-color:#26262b;color:var(--white)}.mainButton.BlackFillBtn:hover,.mainButton.BlackOutlineBtn{background-color:var(--white);border-color:#26262b;color:#26262b}.mainButton.BlackOutlineBtn:hover{background-color:#26262b;border-color:#26262b;color:var(--white)}.mainButton.SimpleLink{padding:0;border:0;background-color:transparent}.mainButton.SimpleLink:hover{background-color:transparent;text-decoration:underline;color:var(--dark-blue)}.mainButton.SimpleLink span.buttonIcon{margin-left:0}.mainButton.roundBtn{border-radius:50px;background-color:#ebecec;color:#2e3033;font-weight:600;padding:4px 13px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;border-color:#ebecec}.mainButton.roundBtn.RedFillBtn{border-radius:50px;font-weight:600;padding:4px 13px;min-width:auto;background-color:#f44336;border-color:#f44336;color:var(--white)}.mainButton.roundBtn.RedFillBtn:hover{background-color:var(--white);border-color:#f44336;color:#f44336}@media(min-width:1281px)and (max-width:1366px){.mainButton.headerBtn{font-size:12px;padding:6px 8px;min-width:50px}}@media(min-width:1024px)and (max-width:1280px){.mainButton.headerBtn{font-size:13px;padding:7px 14px;min-width:50px}}@media(min-width:992px)and (max-width:1023.98px){.mainButton.headerBtn{font-size:13px;padding:7px 14px;min-width:50px}}@media(min-width:768px)and (max-width:991.98px){.mainButton.headerBtn{font-size:13px;padding:7px 14px;min-width:50px}}.IRTLPCFSChart{background-color:var(--white);position:relative;border-radius:4px;box-shadow:0 0 3px #fff;display:flex;flex-direction:column}.IRTLPCFSChart .IRTLPCFSCHead{padding:15px 15px 0}.IRTLPCFSChart .IRTLPCFSCHead .IRTLPCFSCHTitle{font-size:20px;font-weight:600;color:#666}.IRTLPCFSChart .IRTLPCFSCHead .IRTLPCFSCHSTitle{font-size:26px;color:#666;display:flex;align-items:center;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.IRTLPCFSChart .IRTLPCFSCHead .IRTLPCFSCHSTitle strong{color:#000}.IRTLPCFSChart .IRTLPCFSCHead .IRTLPCFSCHSTitle span{display:flex;font-size:20px}.IRTLPCFSChart .IRTLPCFSCHead .IRTLPCFSCHSTitle span.IRTLPCFSCHSdown{color:#f44336}.IRTLPCFSChart .IRTLPCFSCHead .IRTLPCFSCHSTitle span.IRTLPCFSCHSup{color:#4caf50}.ColumnChart{background-color:var(--white);border-radius:4px}.ColumnChart .ColumnChartHead{padding:15px;display:flex;align-items:center}.ColumnChart .ColumnChartHead .CCHTitle{flex:1 1;font-size:20px;font-weight:600;color:#666}.ColumnChart .ColumnChartHead .CCHOptions{display:flex}.ColumnChart .ColumnChartHead .CCHOptions button.mainButton{min-width:120px;padding:10px}.ColumnChart .ColumnChartHead .CCHOptions button.mainButton span.buttonTitle{text-align:left}.ColumnChart .ColumnChartGraph .highcharts-xaxis-labels>span{font-size:16px!important;font-weight:600;color:#666!important}.ColumnChart .ColumnChartGraph .highcharts-yaxis-labels>span{font-size:16px!important;font-weight:500;color:#666!important}.ChartSeries{padding:7.5px 15px;display:flex;align-items:center;border-top:1px solid #f6f8fc;flex-wrap:wrap}.ChartSeries .CSItem{display:flex;align-items:center;margin-right:25px;margin-top:7.5px;margin-bottom:7.5px}.ChartSeries .CSItem .CSIDot{width:20px;height:20px;border-radius:100%}.ChartSeries .CSItem .CSITitle{flex:1 1;padding-left:10px;font-size:16px;font-weight:600;color:#000;line-height:normal}.AreaSplineChart{width:100%;overflow:auto}.IRTLPCFSChart.IRTLPCFSCLoader{height:auto;padding:0;display:flex;flex-direction:column}.IRTLPCFSChart.IRTLPCFSCLoader .IRTLPCFSCHead{position:relative;padding:5px}.IRTLPCFSChart.IRTLPCFSCLoader .IRTLPCFSCHSTitle{display:flex;margin-top:5px}.IRTLPCFSChart.IRTLPCFSCLoader .IRTLPCFSCGraph{flex:1 1;padding:5px}.ColumnChart .ColumnChartGraph{width:100%;overflow:auto;overflow-y:overlay;overflow-x:overlay}.ColumnChart .ColumnChartGraph>div{overflow:auto!important}.IRTLPCFSChart .IRTLPCFSCHead .IRTLPCFSCHOther{position:absolute;top:15px;right:15px;font-size:20px;font-weight:600;line-height:normal}.CircleChartGraph .highcharts-container{width:100%!important}.CircleChartGraph text.highcharts-title{font-size:44px!important;font-weight:600;fill:#000!important}.CircleChartGraph text.highcharts-subtitle{font-size:22px!important;font-weight:600;fill:#666!important}.AreaSplineChart .highcharts-yaxis-labels>span{font-size:20px!important;font-weight:500;color:#666!important}.AreaSplineChart .highcharts-xaxis-labels>span{font-size:16px!important;font-weight:600;color:#666!important}.AreaChart .highcharts-yaxis-labels>span{font-size:20px!important;font-weight:500;color:#666!important}.AreaChart .highcharts-xaxis-labels>span{font-size:16px!important;font-weight:600;color:#666!important}.APGPGraph .AreaChart{padding:15px;width:100%;overflow:auto}@media(min-width:1560px)and (max-width:1800px){.IRTLPCFSChart .IRTLPCFSCHead .IRTLPCFSCHTitle{font-size:16px;font-weight:500}.IRTLPCFSChart .IRTLPCFSCHead .IRTLPCFSCHSTitle{font-size:18px}.ColumnChart .ColumnChartHead .CCHTitle{font-size:16px;font-weight:500}}@media(min-width:1367px)and (max-width:1559px){.IRTLPCFSChart .IRTLPCFSCHead .IRTLPCFSCHSTitle{font-size:18px}}@media(min-width:1281px)and (max-width:1366px){.IRTLPCFSChart .IRTLPCFSCHead .IRTLPCFSCHTitle{font-size:14px;font-weight:500}.IRTLPCFSChart .IRTLPCFSCHead .IRTLPCFSCHSTitle{font-size:12px}.ColumnChart .ColumnChartHead .CCHTitle{font-size:16px}}@media(min-width:1024px)and (max-width:1280px){.IRTLPCFSChart .IRTLPCFSCHead .IRTLPCFSCHTitle{font-size:16px}.IRTLPCFSChart .IRTLPCFSCHead .IRTLPCFSCHSTitle{font-size:14px}.ColumnChart .ColumnChartHead .CCHTitle{font-size:16px}.ColumnChart .ColumnChartGraph .highcharts-xaxis-labels>span,.ColumnChart .ColumnChartGraph .highcharts-yaxis-labels>span{font-size:13px!important}}@media(min-width:992px)and (max-width:1023.98px){.IRTLPCFSChart .IRTLPCFSCHead .IRTLPCFSCHTitle{font-size:16px}.IRTLPCFSChart .IRTLPCFSCHead .IRTLPCFSCHSTitle{font-size:14px}.ColumnChart .ColumnChartHead .CCHTitle{font-size:16px}.ColumnChart .ColumnChartGraph .highcharts-xaxis-labels>span,.ColumnChart .ColumnChartGraph .highcharts-yaxis-labels>span{font-size:13px!important}}@media(min-width:768px)and (max-width:991.98px){.IRTLPCFSChart .IRTLPCFSCHead .IRTLPCFSCHTitle{font-size:16px}.IRTLPCFSChart .IRTLPCFSCHead .IRTLPCFSCHSTitle{font-size:14px}.ColumnChart .ColumnChartHead .CCHTitle{font-size:16px}.ColumnChart .ColumnChartGraph .highcharts-xaxis-labels>span,.ColumnChart .ColumnChartGraph .highcharts-yaxis-labels>span{font-size:13px!important}}@media(min-width:576px)and (max-width:767.98px){.IRTLPCFSChart .IRTLPCFSCHead .IRTLPCFSCHTitle{font-size:16px}.IRTLPCFSChart .IRTLPCFSCHead .IRTLPCFSCHSTitle{font-size:14px}.ColumnChart .ColumnChartHead .CCHTitle{font-size:16px}.ColumnChart .ColumnChartGraph .highcharts-xaxis-labels>span,.ColumnChart .ColumnChartGraph .highcharts-yaxis-labels>span{font-size:13px!important}}@media(max-width:575.98px){.IRTLPCFSChart .IRTLPCFSCHead .IRTLPCFSCHTitle{font-size:16px}.IRTLPCFSChart .IRTLPCFSCHead .IRTLPCFSCHSTitle{font-size:14px}.ColumnChart .ColumnChartHead .CCHTitle{font-size:16px}.ColumnChart .ColumnChartGraph .highcharts-xaxis-labels>span,.ColumnChart .ColumnChartGraph .highcharts-yaxis-labels>span{font-size:13px!important}}.SingleTextChip{display:inline-block;padding:5px;margin:2.5px;background-color:#e8eef9;border:1px solid #cad3e3;-webkit-user-select:none;user-select:none}.SingleTextChip .STCInner{display:flex;align-items:center}.SingleTextChip .STCInner .STCIIcon{display:flex;font-size:12px;color:var(--dark-blue);padding-right:7px}.SingleTextChip .STCInner .STCITitle{max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10px;font-weight:500;padding-right:5px;-webkit-user-select:none;user-select:none;line-height:normal}.SingleTextChip .STCInner .STCITEdit{display:flex;font-size:10px;cursor:pointer;color:#000;margin-right:5px}.SingleTextChip .STCInner .STCITRemove{display:flex;font-size:8px;cursor:pointer;color:#000}.CropImage{height:250px;position:relative;border-radius:4px;overflow:hidden;margin-bottom:10px}.UserImageEdit{position:absolute;left:0;right:0;top:0;bottom:0;z-index:2;cursor:pointer;opacity:0;transition:all .3s ease;font-size:25px;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.831372549);color:var(--white);border-radius:4px}.Circular{border-radius:100%}.UserImageEdit.active,.UserImageEdit:hover{opacity:1}.CropImage .ReactCrop,.CropImage .ReactCrop>div:first-child{width:100%;height:100%}.CropImage .ReactCrop>div:first-child img.ReactCrop__image{width:100%;height:100%;object-fit:contain}.DealDetailEdit .DDEInner{display:flex;align-items:flex-start}.DealDetailEdit .DDEInner .DDEIInfo{flex:1 1;overflow:hidden}.DealDetailEdit .DDEInner .DDEIInfo .DDEIISkeleton{margin:5px 0}.DealDetailEdit .DDEInner .DDEIInfo .DDEIIStatus{font-size:14px;font-weight:600;padding:3px 5px;line-height:normal;border-radius:4px;text-transform:uppercase}.DealDetailEdit .DDEInner .DDEIInfo .DDEIIStatus.lost{background-color:rgba(244,67,54,.062745098);color:#f44336}.DealDetailEdit .DDEInner .DDEIInfo .DDEIIStatus.won{background-color:rgba(76,175,80,.062745098);color:#4caf50}.DealDetailEdit .DDEInner .DDEIInfo .DDEIIStatus.open{background-color:rgba(76,175,80,.062745098);color:#195592}.DealDetailEdit .DDEInner .DDEIInfo .DDEIIName{font-size:24px;font-weight:500;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;padding-top:10px;position:relative;display:flex;justify-content:center}.DealDetailEdit .DDEInner .DDEIInfo .DDEIIName .DDEIIInnar{padding:0 30px;position:relative;max-width:100%}.DealDetailEdit .DDEInner .DDEIInfo .DDEIIValue{padding-top:4px;font-size:26px;font-weight:600;color:#000;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center;padding-bottom:7px}.DealDetailEdit .DDEInner .DDEIInfo .DDEIIContainer{display:flex;align-items:center;padding-top:5px}.DealDetailEdit .DDEInner .DDEIInfo .DDEIIContainer .DDEIILabel{color:#666;font-size:14px;font-weight:500;padding-right:10px}.DealDetailEdit .DDEInner .DDEIInfo .DDEIIText{flex:1 1}.DealDetailEdit .DDEInner .DDEIIBtn{display:flex;position:absolute;top:6px;margin:0;right:0}.DealDetailEdit .DDEInner .DDEIIBtn .iconButton{background-color:unset;border:0;padding:4px;font-size:16px;color:var(--dark-blue)}.DealDetailEditPopover .PopoverMainInner .PMIContent{padding:20px}.DealDetailEditPopover .DDEPBtns{display:flex}.DealDetailEditPopover .DDEPBtns button{margin-right:10px}.DDEITag{display:flex;justify-content:center}@media(min-width:1367px)and (max-width:1560px){.DealDetailEdit{padding:15px}}@media(min-width:1281px)and (max-width:1366px){.DealDetailEdit{padding:15px}}@media(min-width:1024px)and (max-width:1280px){.DealDetailEdit{padding:15px}}@media(min-width:992px)and (max-width:1023.98px){.DealDetailEdit{padding:15px}}@media(min-width:768px)and (max-width:991.98px){.DealDetailEdit{padding:15px}}@media(min-width:576px)and (max-width:767.98px){.DealDetailEdit{padding:15px}}@media(max-width:575.98px){.DealDetailEdit{padding:15px}}.AlertDialog{border-radius:4px}.AlertMain{display:flex;flex-direction:column}.AlertMain .AMIHead{text-align:center;padding:25px;color:var(--dark-blue)}.AlertMain .AMIHead .AMIHTitle{font-size:22px;font-weight:500;padding-top:10px}.AlertMain .AMIBody{padding:25px;background-color:#e8eef9;border-top:1px solid #cad3e3}.AlertMain .AMIBody .AMIBInner{text-align:center}.AlertMain .AMIBody .AMIBInner .AMIBIDes{font-size:18px;font-weight:500;padding-bottom:25px}.AlertMain .AMIBody .AMIBInner .AMIBIBtns{display:flex;justify-content:flex-end;margin-right:10px}.ConfirmationDialog .MDCRow{border-radius:4px}.ConfirmationMain{display:flex;flex-direction:column}.ConfirmationMain .CMIHead{text-align:center;padding:25px;color:var(--dark-blue)}.ConfirmationMain.delete .CMIHead{color:#f44336}.ConfirmationMain .CMIHead .CMIHIcon{font-size:38px;display:flex;justify-content:center}.ConfirmationMain .CMIHead .CMIHTitle{font-size:22px;font-weight:500;padding-top:10px}.ConfirmationMain .CMIBody{padding:25px;background-color:#e8eef9;border-top:1px solid #cad3e3}.ConfirmationMain .CMIBody .CMIBInner{text-align:center}.ConfirmationMain .CMIBody .CMIBInner .CMIBIDes{font-size:16px;font-weight:500;padding-bottom:25px}.ConfirmationMain .CMIBody .CMIBInner .CMIBIBtns{display:flex;justify-content:center}.ConfirmationMain .CMIBody .CMIBInner .CMIBIBtns button{margin:0 10px;width:30%;padding:10px}.DatePicker .DatePickerInput{position:relative}.DatePicker .DatePickerInput .DPIIcon{position:absolute;top:12px;right:10px;font-size:18px;color:#7b89a4;display:flex}.DatePicker .DatePickerInput input{height:auto;font-size:14px;font-weight:400;color:#7b89a4;padding:10px 36px 10px 10px;border:1px solid #e7f0f9;border-radius:4px;transition:all .1s ease;outline:0;width:100%;position:relative;z-index:1}.DatePicker .DatePickerInput input:focus{border-color:var(--dark-blue);box-shadow:0 0 3px var(--dark-blue)}.DPPopover .PopoverMainInner .PMIContent .DPMonthYearContainer{display:flex;grid-column-gap:5px;-webkit-column-gap:5px;column-gap:5px}.DatePickerCalendar .nice-dates-day:before{background-color:var(--dark-blue)}.DatePickerCalendar .nice-dates-day:after{border-color:var(--dark-blue)}.DatePickerCalendar .nice-dates-day span.nice-dates-day_month{display:none}.DateTimePicker .DateTimePickerInput input{height:auto;font-size:14px;font-weight:400;color:#7b89a4;padding:10px;border:1px solid #e7f0f9;border-radius:4px;transition:all .1s ease;outline:0;width:100%}.DateTimePicker .DateTimePickerInput.active input,.DateTimePicker .DateTimePickerInput input:focus{border-color:var(--dark-blue);box-shadow:0 0 3px var(--dark-blue)}.DateTimePickerPopover{display:flex;padding:5px}.DateTimePickerPopover .DPMonthYearContainer{display:flex;grid-column-gap:5px;-webkit-column-gap:5px;column-gap:5px}.DateTimePickerPopover .DatePickerCalendar{flex:1 1;border-right:1px solid #f6f8fc}.DateTimePickerPopover .TimePickerOptionsLists{box-shadow:unset;max-height:268px}.DateTimePickerPopover .TimePickerOptionsLists ul li{padding:6px 10px;text-align:center}.DateTimePickerPopover span.nice-dates-week-header_day{font-size:12px}.DateTimePickerPopover .nice-dates-navigation_previous:before{height:10px;width:10px;top:17px;left:17px}.DateTimePickerPopover a.nice-dates-navigation_next:before{height:10px;width:10px;top:17px;left:14px}.PageTableBox{flex:1 1;overflow:auto;overflow-y:overlay;overflow-x:overlay;background-color:var(--white);position:relative;transition:all .3s ease;z-index:0}.PageTableBox.DCTiktokTable{height:calc(100% - 60px)}.PageTableBox table.DCTable{height:100%;min-width:100%;position:relative;display:flex;flex-direction:column;overflow:initial;overflow-y:overlay}.PageTableBox table.DCTable thead.PageTableHead{display:flex;position:-webkit-sticky;position:sticky;top:0;z-index:2;background-color:#e8eef9;border-bottom:1px solid #cad3e3}.PageTableBox table.DCTable thead.PageTableHead tr.PTHRow{display:flex}.PageTableBox table.DCTable thead.PageTableHead tr.PTHRow th.PTHRHead{display:table-cell;vertical-align:inherit;font-size:16px;color:#434750;border-right:1px solid #cad3e3;font-weight:400;padding:9px 10px;min-width:200px;position:relative}.PageTableBox table.DCTable thead.PageTableHead tr.PTHRow th.PTHRHead .resizable-div-handler{visibility:hidden;opacity:0;transition:all .3s ease}.PageTableBox table.DCTable thead.PageTableHead tr.PTHRow th.PTHRHead:hover .resizable-div-handler{visibility:visible;opacity:1}.PageTableBox table.DCTable thead.PageTableHead tr.PTHRow th.PTHRHead .PTHSelectAll{display:flex;align-items:center;justify-content:center}.PageTableBox table.DCTable .PTHRHTitle{display:flex;align-items:center}.PageTableBox table.DCTable .PTHRHTitle .PTHRHText{flex:1 1;text-align:left;font-weight:600;padding:0;font-size:16px;color:#434750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.PageTableBox table.DCTable .PTHRHTitle .PTHRHSort{display:flex;flex-direction:column}.PageTableBox table.DCTable .PTHRHTitle .PTHRHSort>div{display:flex;font-size:10px;cursor:pointer;color:#abb7d4;transition:all .3s ease}.PageTableBox table.DCTable .PTHRHTitle:hover .PTHRHSort>div{color:#6079a4}.PageTableBox table.DCTable .PTHRHTitle .PTHRHSort>div.active{color:var(--dark-blue)}.PageTableBox table.DCTable .PageTableBody{display:block;flex:1 1}.PageTableBox table.DCTable .PageTableBody tr{display:flex;border-bottom:1px solid #e8eef9}.PageTableBox table.DCTable .PageTableBody tr td{display:block;background-color:var(--white);font-size:14px;color:#000;font-weight:400;border-right:1px solid #e8eef9;padding:9px 10px;min-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;align-items:center}.PageTableBox.RowClick table.DCTable .PageTableBody tr.selected td,.PageTableBox.RowClick table.DCTable .PageTableBody tr:hover td{cursor:pointer;background-color:#f6f8fc}.PageTableBox table.DCTable .PageTableBody tr.PTBRow{display:block}.PageTableBox table.DCTable .PageTableBody tr.PTBRow td.PTBRTd{display:block;width:100%}.PageTableBox table.DCTable .PageTableBody tr.PTBRow td.PTBRTd table.PTBRTdTable{display:block}.PageTableBox table.DCTable .PTSAllSelect{background-color:#f6f8fc;border-bottom:1px solid #cad3e3;padding:7px 7px 7px 58px;position:-webkit-sticky;position:sticky;top:35px;z-index:91;display:flex;align-items:center;grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px}.PageTableBox table.DCTable .PTSAllSelect span.PTSASText{font-size:12px;font-weight:500;color:#000}.PageTableBox table.DCTable .PTSAllSelect button.mainButton.PTSASBtn{padding:0;border:0;background-color:transparent;color:var(--dark-blue);font-size:14px;font-weight:600}.PageTableBox table.DCTable .PTSAllSelect button.mainButton.PTSASBtn:hover{text-decoration:underline}.PageTableBox table.DCTable .PTSAllSelect button.mainButton.PTSBtn{padding:0;background-color:transparent;font-size:15px;border:0;border-radius:0;color:#f44336}.PageTableBox table.DCTable.TableSkeleton{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:4}.PageTableBox table.DCTable.TableSkeleton tr.PTHRow th.PTHRHead{height:35px;flex:1 1}.PageTableBox table.DCTable tr{width:100%;position:relative}.PageTableBox table.DCTable.TableSkeleton tr{display:flex}.PageTableBox table.DCTable.TableSkeleton tr td,.PageTableBox table.DCTable.TableSkeleton tr th{height:35px;flex:1 1}.PageTableBox .PTBEmpty{display:flex;height:100%;align-items:center;justify-content:center;padding:20px 0}.PageTableBox table.DCTable .PageTableBody .textWithBtn{position:relative;padding-right:30px}.PageTableBox table.DCTable .PageTableBody .textWithBtn .twbText{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.PageTableBox table.DCTable .PageTableBody .textWithBtn .twbText.twbTClick{color:var(--dark-blue);cursor:pointer}.PageTableBox table.DCTable .PageTableBody .textWithBtn button{position:absolute;top:0;right:0;visibility:hidden;opacity:0}.PageTableBox table.DCTable .PageTableBody .textWithBtn button.open,.PageTableBox table.DCTable .PageTableBody tr:hover td .textWithBtn button{visibility:visible;opacity:1;color:var(--blue-invert);background-color:var(--dark-blue)}.PageTableBox table.DCTable .PageTableBody tr .iconButton.InboundMyleadsBuildFailedBtn,.PageTableBox table.DCTable .PageTableBody tr:hover .iconButton.InboundMyleadsBuildFailedBtn{opacity:1!important;visibility:visible!important;-webkit-transform:translateY(-.8px)!important;transform:translateY(-.8px)!important;padding:0!important;background:transparent!important;border:none!important}.PageTableBox table.DCTable .PageTableBody tr .iconButton.InboundMyleadsBuildFailedBtn svg,.PageTableBox table.DCTable .PageTableBody tr:hover .iconButton.InboundMyleadsBuildFailedBtn svg{width:1.43rem;height:1.43rem;fill:var(--blue-invert)!important}.PageTableBox table.DCTable .PageTableBody tr .iconButton.InboundMyleadsBuildFailedBtn svg circle,.PageTableBox table.DCTable .PageTableBody tr:hover .iconButton.InboundMyleadsBuildFailedBtn svg circle{fill:var(--dark-blue)!important}.PageTableBox table.DCTable .PageTableBody tr .iconButton.InboundMyleadsBuildFailedBtn:hover,.PageTableBox table.DCTable .PageTableBody tr:hover .iconButton.InboundMyleadsBuildFailedBtn:hover{border-radius:0!important}.PageTableBox table.DCTable .PageTableBody tr .iconButton.InboundMyleadsBuildFailedBtn:hover svg circle,.PageTableBox table.DCTable .PageTableBody tr:hover .iconButton.InboundMyleadsBuildFailedBtn:hover svg circle{fill:var(--dark-blue)!important}.PageTableBox table.DCTable .PageTableBody .textWithBtn.active button,.PageTableBox table.DCTable .PageTableBody tr.PTBRow td.PTBRTd table.PTBRTdTable tbody tr:hover .textWithBtn button{visibility:visible;opacity:1}.PageTableBox table.DCTable .PageTableBody tr .UserInfo .UIImg{width:25px;height:25px}.PageTableBox .PTBTitleIcon{display:flex;align-items:center}.PageTableBox .PTBTitleIcon .PTBTIIcon{font-size:18px;display:flex}.PageTableBox .PTBTitleIcon .PTBTITitle{flex:1 1;padding-left:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.PageTableBox table.DCTable .PageTableBody tr td .PTBudge{display:inline-block;padding:3px 5px;border:1px solid;font-size:12px;line-height:normal;border-radius:4px;min-width:50px;text-align:center}.PageTableBox table.DCTable .PageTableBody tr td .OwnerUserInfo.UserInfo .UIDetail .UIDetailName{color:inherit}.PageTableBox table.DCTable .PageTableBody tr td .OwnerUserInfoBold.UserInfo .UIDetail .UIDetailName{color:inherit;font-weight:700}.PageTableBox table.DCTable .PageTableBody tr td .PTHSingleSelect{display:flex;justify-content:center;align-items:center}.PopoverMain.TableActionDropdown{z-index:11111}.infinityScrollTable{display:flex;flex-direction:column;width:auto!important}.infinityScrollTable,.PageTableBox .iSTOuter{height:100%;overflow:auto}.PageTableBox.DCTableStriped table.DCTable{display:table}.PageTableBox.DCTableStriped table.DCTable .PageTableBody tr:nth-child(odd) td{background-color:#f9f9f9}.PageTableBox.DCTableStriped table.DCTable .PageTableBody tr:hover td{background-color:#f5f7fb}.PageTableBox.DCFixCol table.DCTable thead.PageTableHead tr.PTHRow .PTHRSigSel,.PageTableBox.DCFixCol table.DCTable thead.PageTableHead tr.PTHRow .PTHRSigSel+th,.PageTableBox.DCFixCol table.DCTable thead.PageTableHead tr.PTHRow th:first-child:not(.PTHRSigSel){background-color:#e8eef9}.PageTableBox.DCFixCol table.DCTable .PageTableBody tr .PTDRSigSel,.PageTableBox.DCFixCol table.DCTable .PageTableBody tr td:first-child:not(.PTDRSigSel),.PageTableBox.DCFixCol table.DCTable thead.PageTableHead tr.PTHRow .PTHRSigSel,.PageTableBox.DCFixCol table.DCTable thead.PageTableHead tr.PTHRow th:first-child:not(.PTHRSigSel){position:-webkit-sticky!important;position:sticky!important;left:0;z-index:1}.PageTableBox.DCFixCol table.DCTable .PageTableBody tr .PTDRSigSel+td,.PageTableBox.DCFixCol table.DCTable thead.PageTableHead tr.PTHRow .PTHRSigSel+th{position:-webkit-sticky!important;position:sticky!important;left:48px;z-index:1}.TableAvatarGroups{padding-left:15px}.TableField .TagsContainer{flex-wrap:wrap}.TFVertical{display:flex;flex-direction:column;justify-content:center;height:100%}.PageTableBox table.DCTable .PageTableBody tr td .TableLink{color:#0000ed}@media(min-width:1561px)and (max-width:1800px){.PageTableBox table.DCTable .PTHRHTitle .PTHRHText,.PageTableBox table.DCTable thead.PageTableHead tr.PTHRow th.PTHRHead{font-size:14px;font-weight:500}.PageTableBox table.DCTable .PageTableBody tr td label.Checkbox span.CheckboxIcon{font-size:20px}.PageTableBox table.DCTable .PageTableBody tr td{font-size:13px}.PageTableBox table.DCTable .PageTableBody tr .UserInfo .UIImg{width:22px;height:22px}}@media(min-width:1367px)and (max-width:1560px){.PageTableBox table.DCTable .PTHRHTitle .PTHRHText,.PageTableBox table.DCTable thead.PageTableHead tr.PTHRow th.PTHRHead{font-size:14px;font-weight:500}.PageTableBox table.DCTable .PageTableBody tr td label.Checkbox span.CheckboxIcon{font-size:20px}.PageTableBox table.DCTable .PageTableBody tr td{font-size:13px}.PageTableBox table.DCTable .PageTableBody tr .UserInfo .UIImg{width:22px;height:22px}}@media(min-width:1281px)and (max-width:1366px){.PageTableBox table.DCTable .PTHRHTitle .PTHRHText,.PageTableBox table.DCTable thead.PageTableHead tr.PTHRow th.PTHRHead{font-size:14px;font-weight:500}.PageTableBox table.DCTable .PageTableBody tr td label.Checkbox span.CheckboxIcon{font-size:20px}.PageTableBox table.DCTable .PageTableBody tr td{font-size:13px}.PageTableBox table.DCTable .PageTableBody tr .UserInfo .UIImg{width:22px;height:22px}}@media(min-width:1024px)and (max-width:1280px){.PageTableBox table.DCTable .PTHRHTitle .PTHRHText,.PageTableBox table.DCTable thead.PageTableHead tr.PTHRow th.PTHRHead{font-size:14px;font-weight:500}.PageTableBox table.DCTable .PageTableBody tr td label.Checkbox span.CheckboxIcon{font-size:18px}.PageTableBox table.DCTable .PageTableBody tr td{font-size:13px}.PageTableBox table.DCTable .PageTableBody tr .UserInfo .UIImg{width:22px;height:22px}table.DCTable .PTSOnPageSelect button.mainButton.PTSBtn,table.DCTable .PTSOnPageSelect span.PTSNumber{font-size:13px}}@media(min-width:576px)and (max-width:767.98px){.PageTableBox.DCFixCol table.DCTable .PageTableBody tr .PTDRSigSel,.PageTableBox.DCFixCol table.DCTable .PageTableBody tr .PTDRSigSel+td,.PageTableBox.DCFixCol table.DCTable .PageTableBody tr td:first-child:not(.PTDRSigSel),.PageTableBox.DCFixCol table.DCTable thead.PageTableHead tr.PTHRow .PTHRSigSel,.PageTableBox.DCFixCol table.DCTable thead.PageTableHead tr.PTHRow .PTHRSigSel+th,.PageTableBox.DCFixCol table.DCTable thead.PageTableHead tr.PTHRow th:first-child:not(.PTHRSigSel){position:unset!important;left:0}}@media(max-width:575.98px){.PageTableBox.DCFixCol table.DCTable .PageTableBody tr .PTDRSigSel,.PageTableBox.DCFixCol table.DCTable .PageTableBody tr .PTDRSigSel+td,.PageTableBox.DCFixCol table.DCTable .PageTableBody tr td:first-child:not(.PTDRSigSel),.PageTableBox.DCFixCol table.DCTable thead.PageTableHead tr.PTHRow .PTHRSigSel,.PageTableBox.DCFixCol table.DCTable thead.PageTableHead tr.PTHRow .PTHRSigSel+th,.PageTableBox.DCFixCol table.DCTable thead.PageTableHead tr.PTHRow th:first-child:not(.PTHRSigSel){position:unset!important;left:0}}.draggableList .draggableListItem{margin-bottom:12px;cursor:grab}.DropZoneContainer{padding:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed #cfe1f8;border-radius:4px;background-color:#f6f8fc;-webkit-user-select:none;user-select:none;cursor:pointer;position:relative}.DropZoneContainer .DZCInner{position:relative}.DropZoneContainer input.file-input{position:absolute;opacity:0;z-index:-1;top:0;left:0}.DropZoneContainer .DZCUFiles{height:100%;overflow-y:scroll}.DropZoneContainer .DZCInner .DZCIMessage .DZCIMIcon{display:flex;font-size:100px;justify-content:center}.DropZoneContainer .DZCInner .DZCIMessage .DZCIMTitle{font-size:26px;font-weight:500;color:#26262b}.DropZoneMain{position:relative;margin-bottom:15px}.DropZoneMain.small .DZCIUploading .DZCIUImgs{width:60px;height:60px;margin:5px}.DropZoneMain.small .DZCIUploading .DZCIUImgs .DZCIUIPro .DZCIUIPInner .iconButton{padding:2px;font-size:8px}.DropZoneContainer.DZCUpload{align-items:unset;justify-content:unset;display:block;flex-direction:unset;padding:0}.DZCIUploading{padding-top:15px}.DZCIUAttach{display:inline-block;position:relative;margin:15px;width:80px}.DZCIUAttach .DZCIUAIIIcon{font-size:80px}.DZCIUAttach .DZCIUAIIIcon,.DZCIUAttach .DZCIUAIIInfo{left:0;right:0;bottom:0;height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:rgba(38,38,43,.2);border-radius:4px}.DZCIUAttach .DZCIUAIIInfo{position:absolute;top:0}.DZCIUAttach .DZCIUAIIInfo .DZCIUAIIIBtns button{font-size:9px;margin:0 4px}.DZCIUAttach .DZCIUAIIInfo .DZCIUAIIIRemover.circleBtn{color:var(--white);background-color:#f44336}.DZCIUAttach .DZCIUAIIInfo .DZCIUAIIIRemover.circleBtn:hover{color:#f44336;background-color:var(--white)}.DZCIUAttach .DZCIUAIIInfo .DZCIUAIIIReset.circleBtn{color:#4caf50;background-color:var(--white)}.DZCIUAttach .DZCIUAIIInfo .DZCIUAIIIReset.circleBtn:hover{color:var(--white);background-color:#4caf50}.DZCIUAttach .DZCIUAIIInfo .DZCIUAIIILoader{width:80%;height:10px;background-color:#f6f8fc;border-radius:10px;overflow:hidden}.DZCIUAttach .DZCIUAIIInfo .DZCIUAIIILoader .DZCIUAIIILInner{height:100%;background-color:var(--dark-blue);background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.DZCIUAttach .DZCIUATitleSize{text-align:center;padding-top:3px}.DZCIUAttach .DZCIUATitleSize .DZCIUATSSize{font-size:12px;color:#000;font-weight:500}.DZCIUAttach .DZCIUATitleSize .DZCIUATSTitle{font-size:12px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}@media(max-width:575.98px){.DropZoneContainer .DZCInner .DZCIMessage .DZCIMTitle{text-align:center;font-size:20px}}.CEMIPBImageBtn{position:absolute!important;display:block!important;bottom:5%!important;right:3%!important;z-index:999!important;border-radius:100%!important;-webkit-transform:scale(1.3)!important;transform:scale(1.3)!important;-webkit-transform-origin:center!important;transform-origin:center!important}.DCPhoneNumberWrapper form .PhoneInput{height:auto;font-size:14px;font-weight:400;color:#7b89a4;border:1px solid #e7f0f9;border-radius:4px;transition:all .1s ease;outline:0;width:100%;line-height:normal}.DCPhoneNumberWrapper form .PhoneInput>*{border-top:none!important;border-right:none!important;border-bottom:none!important}.DCPhoneNumberWrapper form .PhoneInput .PhoneInputInput{height:auto;font-size:14px;font-weight:400;color:#7b89a4;padding:10px;border:1px solid #e7f0f9;border-radius:4px;transition:all .1s ease;outline:0;width:100%}.DCPhoneNumberWrapper form .PhoneInput .PhoneInputCountry{padding-left:5px}.DCPhoneNumberWrapper.phoneNumberError form .PhoneInput{border-color:#f44336}.DCPhoneNumberWrapper.phoneNumberError form .PhoneInput .PhoneInputInput{border-left:1px solid #f44336;border-radius:0}.DCPhoneNumberWrapper .DCPhoneNumberError{color:#f44336;font-size:14px;font-weight:500;padding-top:2px}.DCPhoneNumberWrapper form .PhoneInput .AutoCompleteRoot .ACRLabel img{width:20px;height:14px}.PhoneNumberView{position:relative}label .PhoneNumberView:before{content:"";position:absolute;left:0;right:0;bottom:0;top:0;z-index:1}.PhoneNumberView .PhoneInput{width:100%;border:0;font-size:inherit;font-weight:inherit;color:inherit;height:auto;cursor:inherit;line-height:inherit;background:inherit}.PhoneNumberView .PhoneInput .PhoneInputCountry .PhoneInputCountrySelectArrow{border:0;margin:0;background-color:unset}.PhoneNumberView .PhoneInput .PhoneInputCountry .PhoneInputCountryIcon{padding:0;width:20px}.PhoneNumberView .PhoneInput .PhoneInputCountry .PhoneInputCountryIcon--border{box-shadow:none}.PhoneNumberView .PhoneInput .PhoneInputCountry .PhoneInputCountryIconUnicode{font-size:16px}.PhoneNumberView .PhoneInput .PhoneInputInput{border:unset;background:inherit}.FilterBarMain{padding-bottom:15px}.FilterBarMain .FBMInner{padding:10px 10px 5px;background-color:var(--white);border-radius:2px;box-shadow:0 0 2px #e8eef9;display:flex;flex-wrap:wrap;align-items:center}.FBFilterItem{display:inline-block;position:relative;margin-bottom:5px}.FBFilterItem .FBFIBtnOuter{display:block;position:relative}.FBFilterItem .FBFIBtnOuter button.FBFIBtn{font-size:12px;text-transform:none;padding:6px 7px;background-color:#e8eef9;color:#000;line-height:normal;border-radius:4px 0 0 4px;border:0}.FBFilterItem .FBFIBtnOuter button.FBFIBtn span.buttonIcon{color:#000;font-size:14px}.FBFilterItem .FBFIBtnOuter:hover button.FBFIBtn{background-color:#cdddff;color:var(--dark-blue)}.FBFilterItem .FBFIBtnOuter:hover button.FBFIBtn span.buttonIcon{color:var(--dark-blue)}.FBFilterItem .FBFIBtnOuter button.FBFIBtn .buttonTitle{display:flex;align-items:center;font-weight:600;line-height:normal}.FBFilterItem .FBFIBtnOuter button.FBFIBtn .buttonTitle .FBFIBEnterText{font-weight:400}.FBFilterItem .FBFIBtnOuter .FBFICTooltip{display:inline-flex;position:absolute;right:0;top:0;bottom:0}.FBFilterItem .FBFIBtnOuter button.FBFICloseBtn{font-size:10px;padding:8px;background-color:#e8eef9;color:var(--dark-blue);border:0;border-radius:0;box-shadow:-17px 0 3px rgba(232,238,249,.9411764706);transition:all .3s ease;opacity:0;visibility:hidden}.FBFilterItem .FBFIBtnOuter:hover button.FBFICloseBtn{background-color:#cdddff;box-shadow:-17px 0 3px rgba(205,221,255,.6392156863);color:var(--dark-blue);opacity:1;visibility:visible}.FilterItemCondition{display:inline-block;margin-bottom:5px}.FilterItemCondition button.FICBtn{font-size:12px;font-weight:600;text-transform:none;padding:6px 7px;background-color:#e8eef9;line-height:normal;border-radius:0;min-width:40px;border:0}.FilterItemCondition button.FICBtn.FICBActive,.FilterItemCondition button.FICBtn:hover{color:var(--dark-blue);background-color:#cdddff}.FilterItemCondition.GroupCondition .FICBtn{background-color:unset}.FilterItemCondition.GroupCondition button.FICBtn.FICBActive,.FilterItemCondition.GroupCondition button.FICBtn:hover{color:var(--dark-blue);background-color:unset}.FilterItemConditionDropdown .DCDSOptionList .DropdownOptionsBtn.mainButton{font-size:12px;padding:7px;line-height:normal;font-weight:500;color:#000;background-color:var(--white);transition:all .3s ease;position:relative}.FilterItemConditionDropdown .DCDSOptionList .DropdownOptionsBtn.mainButton.active,.FilterItemConditionDropdown .DCDSOptionList .DropdownOptionsBtn.mainButton:hover{color:var(--dark-blue)}.FBFIFieldWrapper .FBFIFieldList{padding:15px}.FBFIFieldWrapper .FBFIFSave button{display:flex;width:100%;border:0;border-radius:0;color:var(--dark-blue);border-top:1px solid #e7f0f9}.FBFIFieldWrapper .FBFIFieldList label.radioButton.fullWidth{margin-bottom:5px}.FBFIFieldWrapper .FBFIFieldList label.radioButton span.radioButtonIcon{font-size:16px}.FBFIFieldWrapper .FBFIFieldList label.radioButton span.radioButtonLabel{font-size:14px;line-height:normal}.FBFIFieldWrapper .FBFIFieldList .FBFIFLItem{margin-bottom:10px}.FBFIFieldWrapper .FBFIFieldList .FBFIFLItem .FIDORORGOInput{display:flex;align-items:flex-end;justify-content:space-between}.FBFIFieldWrapper .FBFIFieldList .FBFIFLItem:last-child{margin-bottom:0}.FBFIFieldWrapper .FBFIFieldList .FBFIFLItem .DCInputWrapper{padding-left:25px;width:auto}.FBFIFieldWrapper .FBFIFieldList .FBFIFLItem .DatePickerCalendar{padding-left:25px}.CreateFilterDropdown{display:inline-block;margin-bottom:5px}.CreateFilterDropdown .FBFIATooltip{display:inline-block}.CreateFilterDropdown .FBFIAddBtn{font-size:13px;text-transform:none;padding:6px 7px;background-color:#e8eef9;line-height:normal;border-radius:0 4px 4px 0;color:#000;border-left:1px solid #fff}.CreateFilterDropdown.AutoCompleteRoot .ACRLabel.SingleSelection{padding:0;border:0;background-color:unset}.CreateFilterDropdown.AutoCompleteRoot .ACRLabel:after{display:none}.CreateFilterDropdown .FBFIAddFilterBtn{font-size:12px;text-transform:none;padding:6px 7px;background-color:unset;line-height:normal;border-radius:4px 0 0 4px;color:var(--dark-blue);margin-left:10px;border:0}.FilterBarMain .FBMInner .FBMISaveSegBtn{color:var(--dark-blue)}.FilterBarMain .FBMInner .FBMIClearBtn,.FilterBarMain .FBMInner .FBMISaveSegBtn{font-size:12px;text-transform:none;padding:6px 7px;background-color:unset;line-height:normal;border-radius:4px 0 0 4px;margin-left:10px;border:0;margin-bottom:5px;min-width:auto}.FilterBarMain .FBMInner .FBMIClearBtn{color:#f44336}.FBMISavePopover{padding:10px}.FBMISavePopover .FBFIFLShare{display:flex}.FBMISavePopover .FBFIFLShare label{width:50%}.FBFilterItem .FBFIBtnOuter.filterError button.FBFIBtn{background-color:#fed9db;color:#fd3a57}.FBFilterItem .FBFIBtnOuter.filterError button.FBFIBtn span.buttonIcon{color:#fd3a57}.FBFilterItem .FBFIBtnOuter.filterError:hover button.FBFICloseBtn{background-color:#fdd9db;box-shadow:-17px 0 3px rgba(253,217,219,.8784313725);color:#fd3a57}.FBFIFieldWrapper .FBFIFieldList .FBFIFLItem .DCPhoneNumberWrapper .react-tel-input .flag-dropdown ul.country-list{margin-top:-175px;width:270px}.sMBIRMenuBox{flex:1 1;display:flex;padding:0 15px}.sMBIRMenuBox .sMBIRMBMenuItems{position:relative}.sMBIRMenuBox .sMBIRMBMenuItems .sMBIRMBMIMenu{display:flex;height:100%}.sMBIRMenuBox .sMBIRMBMenuItems .sMBIRMBMIMenu a,.sMBIRMenuBox .sMBIRMBMenuItems .sMBIRMBMIMenu span{display:flex;align-items:center;height:100%;padding:0 20px;text-transform:inherit;font-size:18px;font-weight:500;white-space:nowrap;width:100%;position:relative;border-radius:0;background-color:transparent;color:rgba(0,0,0,.6);transition:all .3s ease}.sMBIRMenuBox .sMBIRMBMenuItems .sMBIRMBMIMenu span{cursor:not-allowed;-webkit-user-select:none;user-select:none}.sMBIRMenuBox .sMBIRMBMenuItems .sMBIRMBMIMenu.active a:after{content:"";position:absolute;bottom:-1.5px;left:0;right:0;border-bottom:3px solid var(--dark-blue);border-radius:5px;z-index:3}.sMBIRMenuBox .sMBIRMBMenuItems .sMBIRMBMIMenu.active a,.sMBIRMenuBox .sMBIRMBMenuItems .sMBIRMBMIMenu a:hover{color:#000}.sMBIRMenuBox .sMBIRMBMenuItems .sMBIRMBMIMenu.sMBIRMBMIMore{display:flex;align-items:center;height:100%;padding:0 20px;text-transform:inherit;font-size:18px;font-weight:500;width:100%;position:relative;border-radius:0;background-color:transparent;color:rgba(0,0,0,.6);transition:all .3s ease;cursor:pointer}.sMBIRMenuBox .sMBIRMBMenuItems .sMBIRMBMIMore .sMBIRMBMIMTitle{padding-right:10px;line-height:normal}.sMBIRMenuBox .sMBIRMBMenuItems .sMBIRMBMIMore .sMBIRMBMIMIcon{font-size:14px;display:flex}.MoreDropdownMenu.ArrowPopover .PopoverMainInner:before{visibility:visible;top:-6px;left:calc(50% - 7px)}.MoreDropdownMenu .MDMList{display:flex;flex-direction:column}.MoreDropdownMenu .MDMList .MDMLItem{display:block;border-bottom:1px solid #f6f8fc}.MoreDropdownMenu .MDMList .MDMLItem a,.MoreDropdownMenu .MDMList .MDMLItem span{display:block;align-items:center;height:100%;padding:10px 15px;text-transform:inherit;font-size:18px;font-weight:500;white-space:nowrap;width:100%;position:relative;border-radius:0;background-color:transparent;color:rgba(0,0,0,.6)}.MoreDropdownMenu .MDMList .MDMLItem:last-child{border-bottom:0}.MoreDropdownMenu .MDMList .MDMLItem.active a{color:var(--dark-blue);background-color:#f6f8fc}.sMBIRMBtn{display:flex;flex-direction:column;align-self:center;align-items:flex-end;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px;padding:7px 0;-webkit-user-select:none;user-select:none;cursor:pointer}.subMenuBar .sMBInner .sMBIRight .sMBIRMenuBox .sMBIRMBtn{flex-direction:row}.sMBIRMBtn .sMBIRMBText{font-size:14px;font-weight:600;line-height:normal}.sMBIRMenuBox .MobFilter{display:none;align-self:center;flex:1 1;justify-content:flex-end}.sMBIRMenuBox .MobFilter button.iconButton{border-color:#fff;background-color:#fff;color:var(--primary-main)}.sMBIRMBtn .sMBIRMBIcon{display:flex;font-size:15px;color:#666}@supports(-webkit-touch-callout:none){.sMBIRMBtn{align-items:center}.sMBIRMBtn .sMBIRMBIcon{margin-left:10px}}.HeaderDropdownMenu.ArrowPopover .PopoverMainInner{margin-top:10px}.HeaderDropdownMenu.ArrowPopover .PopoverMainInner:before{visibility:visible;top:-6px;right:10px}.HeaderDropdownMenu .HDMList .HDMLItem{display:flex;border-bottom:.5px solid #e8eef9}.HeaderDropdownMenu .HDMList .HDMLItem a,.HeaderDropdownMenu .HDMList .HDMLItem span{width:100%;padding:8px 15px;font-size:16px;font-weight:500;color:var(--dark-blue)}.HeaderDropdownMenu .HDMList .HDMLItem{border-bottom:0}.HeaderDropdownMenu .HDMList .HDMLItem.active a{background-color:var(--dark-blue);color:var(--blue-invert)}.sMBIRMSettings{position:fixed;top:100px;right:0;bottom:0;width:calc(100% - 149px);z-index:92;overflow:auto;background-color:#fff;border-left:1px solid #eaeaea;-webkit-transform:translateX(100%);transform:translateX(100%);transition:all .3s ease}.sMBIRMSettings.active{-webkit-transform:translateX(0);transform:translateX(0)}.sMBIRMSettings .sMBIRMSInner{display:flex;flex-direction:column}.sMBIRMSettings .sMBIRMSInner .SwitchMain .SwitchMainInner{display:flex}.sMBIRMSettings .sMBIRMSInner .SwitchMain .SwitchMainInner .SMIBtn{flex:1 1;padding:10px}.sMBIRMSettings .sMBIRMSInner .mainButton{border:0;padding:10px 15px;border-bottom:1px solid #f6f8fc;border-radius:0}.sMBIRMSettings .sMBIRMSInner .mainButton span.buttonIcon{margin-left:0;margin-right:10px;color:var(--dark-blue)}.sMBIRMSettings .sMBIRMSInner .UpdateViewText{padding:10px}@media(min-width:1561px)and (max-width:1800px){.sMBIRMenuBox .sMBIRMBMenuItems .sMBIRMBMIMenu a{font-size:16px}}@media(min-width:1367px)and (max-width:1560px){.sMBIRMenuBox .sMBIRMBMenuItems .sMBIRMBMIMenu a{font-size:16px}}@media(min-width:1281px)and (max-width:1366px){.sMBIRMenuBox .sMBIRMBMenuItems .sMBIRMBMIMenu a{font-size:16px}}@media(min-width:1024px)and (max-width:1280px){.sMBIRMenuBox .sMBIRMBMenuItems .sMBIRMBMIMenu.sMBIRMBMIMore,.sMBIRMenuBox .sMBIRMBMenuItems .sMBIRMBMIMenu a{font-size:16px}.sMBIRMSettings{width:calc(100% - 199px)}}@media(min-width:992px)and (max-width:1023.98px){.sMBIRMenuBox{width:100%;flex:unset;min-height:50px;padding-left:245px;border-bottom:1px solid #eaeaea;background-color:var(--white)}.sMBIRMenuBox .sMBIRMBMenuItems .sMBIRMBMIMenu.sMBIRMBMIMore,.sMBIRMenuBox .sMBIRMBMenuItems .sMBIRMBMIMenu a{font-size:16px}.sMBIRMSettings{width:calc(100% - 229px)}}@media(min-width:768px)and (max-width:991.98px){.sMBIRMenuBox{width:100%;flex:unset;min-height:50px;padding-left:245px;border-bottom:1px solid #eaeaea;background-color:var(--white)}.sMBIRMenuBox .sMBIRMBMenuItems .sMBIRMBMIMenu.sMBIRMBMIMore,.sMBIRMenuBox .sMBIRMBMenuItems .sMBIRMBMIMenu a{font-size:16px}.sMBIRMSettings{width:calc(100% - 229px)}}@media(min-width:576px)and (max-width:767.98px){.sMBIRMenuBox{width:100%;justify-content:space-between;flex:unset;min-height:50px;padding-left:215px;border-bottom:1px solid #eaeaea;background-color:var(--white)}.sMBIRMenuBox .sMBIRMBMenuItems .sMBIRMBMIMenu.sMBIRMBMIMore,.sMBIRMenuBox .sMBIRMBMenuItems .sMBIRMBMIMenu a{font-size:16px}.sMBIRMSettings{width:calc(100% - 199px)}}@media(max-width:575.98px){.sMBIRMenuBox{width:100%;flex:unset;justify-content:space-between;min-height:50px;padding-left:155px;border-bottom:1px solid #eaeaea;background-color:var(--white)}.sMBIRMenuBox .sMBIRMBMenuItems .sMBIRMBMIMenu.sMBIRMBMIMore,.sMBIRMenuBox .sMBIRMBMenuItems .sMBIRMBMIMenu a{font-size:16px}}@media(max-width:1200px){.sMBIRMenuBox .MobFilter{display:flex}.sMBIRMDaterange{display:grid}}.ManageColumnsHeader{flex:1 1;display:flex;align-items:center}.MCGridContainer.GridContainer{position:relative;flex:1 1;height:500px;overflow:auto;overflow-y:overlay;overflow-x:overlay}.ManageColumns .GridContainer .GridContainerRow,.MCGridContainer.GridContainer .GridContainerRow .GCRCol{height:100%;overflow:auto;overflow-y:overlay;overflow-x:overlay}.MCGridContainer.GridContainer .GridContainerRow .GCRCol{padding:0;box-shadow:0 4px 34px 0 rgba(0,0,0,.062745098)}.ManageColumns .MCColumnsCol{display:flex;flex-direction:column;overflow:auto;overflow-y:overlay;overflow-x:overlay;padding:30px 40px;background-color:#fcfcfc;height:100%}.ManageColumns .MCColumnsCol .MCColSearch{padding-bottom:20px}.ManageColumns .MCColumnsCol .MCColHead{display:flex;align-items:center;padding-bottom:20px}.ManageColumns .MCColumnsCol .MCColHead .MCColHTitle{flex:1 1}.ManageColumns .MCColumnsCol .MCColHead .MCColHCheck{display:flex}.ManageColumns .MCColumnsCol .MCColList{padding:20px;background-color:var(--white);border-radius:4px;flex:1 1;max-height:300px;overflow:auto;overflow-y:overlay;overflow-x:overlay}.ManageColumns .MCColumnsCol .MCColList .MCColLInner .MCColLItem{display:flex;padding:10px 0;border-bottom:1px solid #e8eef9}.ManageColumns .MCColumnsCol .MCColList .MCColLInner .MCColLItem .MCCILabel{display:flex;align-items:center}.ManageColumns .MCColumnsCol .MCColList .MCColLInner .MCColLItem .MCCILabel .ToolTipWrapper svg{margin-left:5px}.ManageColumns .MCColumnsCol .MCColList .MCColLInner .MCColLItem:last-child{padding-bottom:0;border-bottom:0}.ManageColumns .MCColumnsCol .MCColFooter .MCColFText{font-size:14px;font-weight:500;color:#000;margin-top:15px}.ManageColumns .MCColumnsCol .MCColFooter .MCColFText span{color:var(--dark-blue);font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none}.ManageColumns .MCColumnsCol .MCColFooter .MCColFText span:hover{text-decoration:underline}.ManageColumns .MCColumnsCol .MCColFooter .MCColFBtns{padding-top:20px}.ManageColumns .MCColumnsCol .MCColFooter .MCColFBtns button{margin-right:15px}.ManageColumns .MCSelectedColumns{display:flex;flex-direction:column;overflow:auto;overflow-y:overlay;overflow-x:overlay;padding:30px 40px;height:100%}.ManageColumns .MCSelectedColumns .MCSCHeader{padding-bottom:20px}.ManageColumns .MCSelectedColumns .MCSCHeader h5{line-height:36px}.ManageColumns .MCSelectedColumns .MCSCBody{flex:1 1;overflow:auto;overflow-x:overlay;max-height:400px}.ManageColumns .MCSelectedColumns .MCSCBody .MCSCBDrag{margin-bottom:15px}.ManageColumns .MCColumnsCol .MCColList .MCColLInner .MCColLItem .MCColHCCBtn{display:flex;align-items:center;visibility:hidden;opacity:0;transition:all .3s ease}.ManageColumns .MCColumnsCol .MCColList .MCColLInner .MCColLItem:hover .MCColHCCBtn{visibility:visible;opacity:1}.ManageColumns .MCColumnsCol .MCColList .MCColLInner .MCColLItem .MCColHCCBtn button{margin-left:10px;background-color:unset;border:0;padding:0;font-size:16px}.ManageColumns .MCColumnsCol .MCColSearch .SearchBox input{padding-top:10px;padding-bottom:10px}.ManageColumns{display:flex;flex-direction:column;overflow:auto;overflow-y:overlay;overflow-x:overlay;height:100%}@media(min-width:680px)and (max-width:767.98px){.ManageColumns .topBar.DialogTopBar{padding:0 25px}.ManageColumns .MCColumnsCol,.ManageColumns .MCSelectedColumns{padding:25px}}@media(max-width:679.98px){.ManageColumns .topBar.DialogTopBar{padding:0 25px}.ManageColumns .MCColumnsCol{padding:25px}.ManageColumns .MCSelectedColumns{padding:25px;border-top:1px solid #e8eef9}.MCGridContainer.GridContainer .GridContainerRow .GCRCol{flex:0 0 100%;max-width:100%;height:auto;box-shadow:unset}}.CreateProperty{display:flex;flex-direction:column;height:100%}.CreateProperty,.CreateProperty .BodyBox{overflow:auto;overflow-y:overlay;overflow-x:overlay}.CreateProperty .BodyBox{flex:1 1}.CreatePropertyForm .CPFOptions{margin-bottom:15px;max-height:400px;overflow:scroll}.CreatePropertyForm .CPFOptions .CPFOHead{padding-bottom:5px;font-size:15px;font-weight:500;color:#7b7b7b}.CreatePropertyForm .CPFOptions .CPFOBody .CPFOBOption{display:flex;align-items:center;padding-bottom:10px}.CreatePropertyForm .CPFOptions .CPFOBody .CPFOBOption:last-child{padding-bottom:0}.CreatePropertyForm .CPFOptions .CPFOBody .CPFOBOption .DCInputWrapper{flex:1 1}.CreatePropertyForm .CPFOptions .CPFOBody .CPFOBOption .CPFOBOBtns .iconButton{margin-left:15px}.fieldPreview{padding:15px;background-color:#f6f8fc;border:1px solid #eaeaea;border-radius:4px}.SearchBox{position:relative;width:200px;background-color:var(--white)}.SearchBox.fullWidth{width:100%}.SearchBox input{background-color:transparent;font-size:14px;color:#000;height:100%;z-index:2;border-radius:4px;padding:8px 25px 8px 30px;outline:0;border:1px solid #f2f2f2;width:100%;position:relative}.SearchBox .SearchIcon{position:absolute;top:calc(50% - 7.5px);color:#929292;font-size:15px;left:8px}.SearchBox .SearchCross{position:absolute;top:calc(50% - 4px);color:var(--dark-blue);font-size:10px;right:10px;z-index:5;cursor:pointer}.SearchBox .SearchLoader{position:absolute;top:calc(50% - 10px);color:#929292;font-size:18px;right:5px}.SearchBox .SearchLoader .CircularLoader,.SearchBox .SearchLoader .CircularLoader .circular-loader{width:20px;height:20px}.PopoverSearchBox.ArrowPopover.bottom-start .PopoverMainInner:before,.PopoverSearchBox.ArrowPopover .PopoverMainInner:before{visibility:visible;top:-5px;right:7px}.PopoverSearchBox.ArrowPopover.bottom-center .PopoverMainInner:before{visibility:visible;top:-5px;left:calc(50% - 7px)}button.iconButton.searchIconBtn.headerIconBtn{background-color:var(--dark-blue);color:var(--blue-invert)}.PopoverSearchBox.psb1.ArrowPopover .PopoverMainInner:before{right:10px}.PopoverSearchBox.psb2.ArrowPopover .PopoverMainInner:before{right:50px}.PopoverSearchBox.psb3.ArrowPopover .PopoverMainInner:before{right:95px}.PopoverSearchBox.psb5.ArrowPopover .PopoverMainInner:before{right:200px}.PopoverSearchBox.psb6.ArrowPopover .PopoverMainInner:before{right:250px}@media(min-width:1024px)and (max-width:1280px){.SearchBox{width:160px}.SearchBox input{font-size:12px;padding:6px 25px}.SearchBox .SearchIcon{top:calc(50% - 6px);font-size:12px;left:6px}}.ManageProperties{height:100%;display:flex;flex-direction:column;overflow:auto;overflow-y:overlay;overflow-x:overlay}.ManageProperties .HeaderBar .HeaderBarLeft{display:flex;align-items:center;width:70%}.ManageProperties .HeaderBar .HeaderBarClose{flex:1 1;justify-content:flex-end}.ManageProperties .BodyBox{flex:1 1}.ManageProperties .BodyBox .BodyBoxInner{display:flex;align-items:center}.ManageProperties .ManagePropertiesInner{display:flex;flex-wrap:wrap;height:100%;width:70%}.ManageProperties .ManagePropertiesInner .MPISidebar{width:400px;height:100%;overflow:auto;overflow-y:overlay;overflow-x:overlay}.MPISidebar .MPISInner{display:flex;flex-direction:column;overflow:auto;overflow-y:overlay;overflow-x:overlay}.MPISidebar .MPISInner .MPISIUserInfo{padding:5px}.MPISIAbout,.MPISidebar .MPISInner .MPISIUserInfo{background-color:#f6f8fc;border-radius:4px;border:1px solid #e8edf8}.MPISIAbout{flex:1 1}.MPISIAbout,.MPISIAbout .MPISIAInner{overflow:auto;overflow-y:overlay;overflow-x:overlay}.MPISIAbout .MPISIAInner{display:flex;flex-direction:column;height:100%}.MPISIAbout .MPISIAInner .MPISIAINfo{padding:20px 20px 10px}.MPISIAbout .MPISIAInner .MPISIAITitle{font-size:18px;font-weight:600;line-height:normal;padding-bottom:10px}.MPISIAbout .MPISIAInner .MPISIAIDes{font-size:14px;font-weight:500;color:#000;letter-spacing:.5px}.MPISIAbout .MPISIAInner .MPISIAIAdded{flex:1 1;overflow:auto;overflow-y:overlay;padding:15px 20px}.MPISIAIAdded .MPISIAIAPNoData .NoDataInner{grid-row-gap:0;row-gap:0}.MPISIAIAdded .MPISIAIAPInner .MPISIAIAPIITem,.MPISIAIAdded .MPISIAIAPInnerNonDraggable .MPISIAIAPIITem{margin-bottom:15px}.MPISIAIAdded .MPISIAIAPInner .MPISIAIAPIITem:last-child{margin-bottom:0}.ManageProperties .ManagePropertiesInner .MPIRightSection{width:calc(100% - 400px);padding-left:25px;height:100%}.MPIRightSection .MPIRSInner{display:flex;flex-direction:column;overflow:auto;overflow-y:overlay;overflow-x:overlay;height:100%;background-color:#f6f8fc;border-radius:4px;border:1px solid #e8edf8}.MPIRightSection .MPIRSInner .MPIRSHeader{border-bottom:1px solid #e8edf8;padding:20px}.MPIRSHeader .MPIRSHInfo{flex:1 1;overflow:hidden;padding-right:25px}.MPIRSHeader .MPIRSHInfo .MPIRSHTitle{font-size:24px;line-height:normal;padding-bottom:7px}.MPIRightSection .MPIRSInner .MPIRSBody{flex:1 1;overflow:auto;overflow-y:overlay;overflow-x:overlay}.MPIRightSection .MPIRSInner .MPIRSBody .MPIRSBInner{height:100%;display:flex;flex-direction:column;overflow:auto;overflow-y:overlay;overflow-x:overlay}.MPIRSBody .MPIRSBInner .MPIRSBIHead{display:flex;align-items:center;padding:20px;border-bottom:1px solid #e8edf8;background-color:var(--white)}.MPIRSBody .MPIRSBInner .MPIRSBIHead .SearchBox{flex:1 1;margin-right:20px}.MPIRSBody .MPIRSBInner .MPIRSBIHead .SearchBox input{font-size:16px;padding:10px 25px 10px 30px}.MPIRSBody .MPIRSBInner .MPIRSBIHead .MPIRSHBtn{display:flex}.MPIRSBody .MPIRSBInner .MPIRSBIHead .MPIRSHBtn button{padding:11px}.MPIRSBody .MPIRSBInner .MPIRSBIBody{flex:1 1;padding:20px;overflow:auto;overflow-y:overlay;overflow-x:overlay}.MPIRSBIBody .MPIRSBIBInner .MPIRSBIBITitleBtns{display:flex;align-items:center;padding:7px;background-color:var(--white);border:1px solid #e8edf8;border-radius:4px;margin-bottom:10px}.MPIRSBIBody .MPIRSBIBInner .MPIRSBIBITitleBtns:last-child{margin-bottom:0}.MPIRSBIBody .MPIRSBIBInner .MPIRSBIBITitleBtns .MPIRSBIBITTitle{display:flex;align-items:center;flex:1 1;font-size:18px;font-weight:500;color:#666;padding-right:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.MPIRSBIBody .MPIRSBIBInner .MPIRSBIBITitleBtns .MPIRSBIBITTitle .ToolTipWrapper svg{margin-left:5px}.MPIRSBIBody .MPIRSBIBInner .MPIRSBIBITitleBtns .MPIRSBIBITOptions{display:flex}.MPIRSBIBody .MPIRSBIBInner .MPIRSBIBITitleBtns .MPIRSBIBITOptions button{border-radius:0;margin-left:5px}.ManageProperties .BodyBox .BodyBoxInner .MPIIcon{padding-left:50px;display:flex;width:30%;align-self:flex-end}.ManageProperties .BodyBox .BodyBoxInner .MPIIcon svg{width:80%;height:100%}.ManageProperties .ButtonWrapper{display:flex;justify-content:flex-start}.ManageProperties .ButtonWrapper button{margin:0 5px}.MPSectionTitle{font-size:22px;line-height:normal;padding:10px 0 15px}@media(min-width:1024px)and (max-width:1367px){.ManageProperties .ManagePropertiesInner{width:100%}.ManageProperties .BodyBox .BodyBoxInner .MPIIcon{display:none}.ManageProperties .ManagePropertiesInner .MPISidebar{width:350px}.ManageProperties .ManagePropertiesInner .MPIRightSection{width:calc(100% - 350px)}}@media(min-width:992px)and (max-width:1023.98px){.ManageProperties .ManagePropertiesInner{width:100%}.ManageProperties .BodyBox .BodyBoxInner .MPIIcon{display:none}.ManageProperties .ManagePropertiesInner .MPISidebar{width:350px}.ManageProperties .ManagePropertiesInner .MPIRightSection{width:calc(100% - 350px)}}@media(min-width:768px)and (max-width:991.98px){.ManageProperties .ManagePropertiesInner{width:100%}.ManageProperties .BodyBox .BodyBoxInner .MPIIcon{display:none}.ManageProperties .ManagePropertiesInner .MPISidebar{width:300px}.ManageProperties .ManagePropertiesInner .MPIRightSection{width:calc(100% - 300px)}.MPIRSBIBody .MPIRSBIBInner .MPIRSBIBITitleBtns .MPIRSBIBITTitle{font-size:16px}}@media(min-width:576px)and (max-width:767.98px){.ManageProperties .ManagePropertiesInner{width:100%}.ManageProperties .BodyBox .BodyBoxInner .MPIIcon{display:none}.ManageProperties .ManagePropertiesInner .MPISidebar{width:100%}.ManageProperties .ManagePropertiesInner .MPIRightSection{width:100%;padding-top:25px;padding-left:0}.MPIRSBIBody .MPIRSBIBInner .MPIRSBIBITitleBtns .MPIRSBIBITTitle{font-size:16px}}@media(max-width:575.98px){.ManageProperties .ManagePropertiesInner{width:100%}.ManageProperties .BodyBox .BodyBoxInner .MPIIcon{display:none}.ManageProperties .ManagePropertiesInner .MPISidebar{width:100%}.ManageProperties .ManagePropertiesInner .MPIRightSection{width:100%;padding-top:25px;padding-left:0}.MPIRSBIBody .MPIRSBIBInner .MPIRSBIBITitleBtns{flex-direction:column}.MPIRSBIBody .MPIRSBIBInner .MPIRSBIBITitleBtns .MPIRSBIBITTitle{font-size:16px;width:100%;padding-right:0;padding-bottom:7px;border-bottom:1px solid #e8edf8}.MPIRSBIBody .MPIRSBIBInner .MPIRSBIBITitleBtns .MPIRSBIBITOptions{width:100%;padding-top:0;flex-wrap:wrap}.MPIRSBIBody .MPIRSBIBInner .MPIRSBIBITitleBtns .MPIRSBIBITOptions button{margin-left:0;margin-right:5px;margin-top:5px}.ManageProperties .HeaderBar .HeaderBarLeft{width:85%}}.NotificationsDialog{flex-direction:column;height:100%}.NotificationsDialog,.NotificationsDialog .BodyBox{display:flex;overflow:auto;overflow-y:overlay;overflow-x:overlay}.NotificationsDialog .BodyBox{padding:0;flex:1 1;flex-direction:column}.NotificationsDialog .BodyBox .NDHTabs{display:flex;align-items:center;background-color:#f6f8fc;border-bottom:1px solid #cad3e3}.NotificationsDialog .BodyBox .NDHTabs button.mainButton{flex:1 1;border:0;padding:13px;font-size:16px;font-weight:500;color:#000;border-radius:0;position:relative;background-color:var(--white)}.NotificationsDialog .BodyBox .NDHTabs button.mainButton.active,.NotificationsDialog .BodyBox .NDHTabs button.mainButton:hover{color:var(--dark-blue)}.NotificationsDialog .BodyBox .NDHTabs button.mainButton.active:before{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background-color:var(--dark-blue)}.NotificationsDialog .BodyBox .NDHTabPanel{flex:1 1;overflow:auto;overflow-y:overlay;overflow-x:overlay}.NDHTabPanel .NDHTPType1{height:100%;display:flex;flex-direction:column;overflow:auto;overflow-y:overlay;overflow-x:overlay}.NotificationsDialog .BodyBox .NDHTabPanel .NDHTPTHead{display:flex}.NotificationsDialog .BodyBox .NDHTabPanel .NDHTPTHead button{padding:10px;border-radius:0;font-size:16px;border:0;background-color:#fff;color:var(--dark-blue)}.NDHTabPanel .NDHTPType1 .NDHTPT1Body{flex:1 1;overflow:auto;overflow-y:overlay;overflow-x:overlay;background-color:#f6f8fc}.NDNotificationList{padding:15px 15px 0;height:100%;min-height:0;overflow:auto;overflow-y:overlay;overflow-x:overlay}.NDNotificationList--noData{display:flex;justify-content:center;align-items:center;padding:15px!important}.NDNotificationList--noData>*{width:100%;height:100%;background:#fff;display:flex;align-items:center;justify-content:center}.NDNotificationList .NDNLTitle{font-size:18px;font-weight:600;line-height:normal;padding-bottom:5px;color:#000}.NDNotificationList .NDNLBox{padding:20px;background-color:var(--white);border-radius:4px;box-shadow:0 0 6px hsla(0,0%,61.2%,.0862745098);margin-bottom:15px}.NDNotificationList.type1 .NDNLBox{padding:10px}.NDNotificationList .NDNLBox:last-child{margin-bottom:0}.NDNotificationList .NDNLBox .NDNLBTime{font-size:16px;font-weight:500;color:var(--dark-blue);line-height:normal;padding-bottom:10px;text-transform:capitalize}.NDNotificationList .NDNLBox .NDNLBInfo{display:flex;align-items:flex-start}.NDNotificationList .NDNLBox .NDNLBInfo .NDNLBIIcon{font-size:24px;display:flex;border-radius:100%;color:var(--blue-invert)}.NDNotificationList .NDNLBox .NDNLBInfo .NDNLBIDetail{flex:1 1;padding-left:10px}.NDNotificationList .NDNLBox .NDNLBInfo .NDNLBIDetail .NDNLBIDTitle{font-size:18px;font-weight:600;color:#26262b;line-height:normal;padding-bottom:3px}.NDNotificationList .NDNLBox .NDNLBInfo .NDNLBIDetail .NDNLBIDSTitle{font-size:14px;font-weight:500;color:#666}.NDNotificationList.type2 .NDNLBox .NDNLBInfo .NDNLBIIcon{color:var(--dark-blue);padding-top:3px;display:none}.NDNotificationList.type2 .NDNLBox .NDNLBInfo .NDNLBIDetail{padding-left:0}.NDNotificationList.type2 .NDNLBox .NDNLBInfo .NDNLBIDetail .NDNLBIDSTitle p{line-height:20px;margin-bottom:10px}.NDNotificationList.type2 .NDNLBox .NDNLBInfo .NDNLBIDetail .NDNLBIDSTitle h2{font-size:28px;color:#000;margin-bottom:15px}.NDNotificationList .NDNLBox .NDNLBInfo .NDNLBIDetail .NDNLBIDSTitle figure{margin:0 0 15px;display:flex}.NDNotificationList .NDNLBox .NDNLBInfo .NDNLBIDetail .NDNLBIDSTitle .medium-insert-embeds .medium-insert-embed,.NDNotificationList .NDNLBox .NDNLBInfo .NDNLBIDetail .NDNLBIDSTitle .medium-insert-embeds iframe{width:100%}.NDNotificationList .NDNLNoData{height:calc(100% - 15px);display:flex;justify-content:center;align-items:center;background-color:#fff}.Reminder.PageUpperBox{width:100%}.Reminder.PageUpperBox .PageUpperHeader .PUHTab{cursor:pointer}.Reminder.PageUpperBox .PageUpperHeader .PUHTab.upcoming{color:rgba(0,0,255,.65);margin:0;padding:4px;opacity:.8;font-weight:600}.PageUpperBox .PageUpperHeader .PUHTab.active.upcoming{border-bottom:2px solid #00f;font-weight:600;opacity:1;color:#00f}.Reminder.PageUpperBox .PageUpperHeader .PUHTab.post{color:rgba(255,0,0,.65);margin:0;padding:4px;opacity:.8;font-weight:600}.PageUpperBox .PageUpperHeader .PUHTab.active.post{border-bottom:2px solid red;font-weight:600;opacity:1;color:red}.Reminder.PageUpperBox .PageUpperHeader .PUHTab.completed{color:rgba(0,112,47,.65);margin:0;padding:4px;opacity:.99;font-weight:600}.PageUpperBox .PageUpperHeader .PUHTab.active.completed{border-bottom:2px solid #00702f;font-weight:600;opacity:1;color:#00702f}.Reminder.PageUpperBox .PageUpperHeader{display:flex;flex-direction:row;grid-gap:3px;gap:3px;justify-content:space-around;padding:4px 0 0;height:auto}.UpcomingSection{width:100%}.UpcomingSection .UBTitle{font-size:18px;font-weight:600;line-height:normal;padding-bottom:5px;color:#000}.UpcomingSection .UpcomingBody .CardContainerBox{background-color:var(--white);border-radius:4px;width:100%;box-shadow:0 0 6px hsla(0,0%,61.2%,.0862745098);margin:8px auto;overflow:hidden}.UpcomingSection .UpcomingBody .CardContainerBox .CCTopBar{display:flex;flex-direction:row;grid-gap:5px;gap:5px;border-bottom:1px solid #f6f8fc;align-items:center;padding:8px;font-size:12px}.UpcomingSection .UpcomingBody .CardContainerBox .CCTopBar.upcoming{background:#eaeaff}.UpcomingSection .UpcomingBody .CardContainerBox .CCTopBar.pastdue{background:#ffeaea}.UpcomingSection .UpcomingBody .CardContainerBox .CCTopBar.completed{background:#dcffeb}.UpcomingSection .UpcomingBody .CardContainerBox .CCMiddleBox{display:flex;flex-direction:row;grid-gap:2px;gap:2px;border-bottom:1px solid #f6f8fc;padding:8px;justify-content:space-between}.UpcomingSection .UpcomingBody .CardContainerBox .CCBottomBox{display:flex;flex-direction:column;grid-gap:2px;gap:2px;padding:8px}.UpcomingSection .UpcomingBody .CardContainerBox .CCBottomBox .CCBBTitle{display:flex;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px;font-weight:600}.UpcomingSection .UpcomingBody .CardContainerBox .CCBottomBox .CCBBTitle.upcoming{color:#00f}.UpcomingSection .UpcomingBody .CardContainerBox .CCBottomBox .CCBBTitle.pastdue{color:red}.UpcomingSection .UpcomingBody .CardContainerBox .CCBottomBox .CCBBTitle.completed{color:#00702f}.UpcomingSection .UpcomingBody .CardContainerBox .CCBottomBox .CCBBTitle .radioButtonLabel{font-weight:600;font-size:16px}.UpcomingSection .UpcomingBody .CardContainerBox .CCBottomBox .CCBBTitle svg{font-size:19px}.UpcomingSection .UpcomingBody .CardContainerBox .CCBottomBox .CCBBTitle .radioButton{display:flex;flex-direction:row;align-items:flex-start}.UpcomingSection .UpcomingBody .CardContainerBox .CCBottomBox .CCBBTitle .radioButton .radioButtonIcon{margin-top:2.5px}.UpcomingSection .UpcomingBody .CardContainerBox .CCTopBar .CCTBDate{width:70%;text-align:left}.UpcomingSection .UpcomingBody .CardContainerBox .CCTopBar .CCTBRight.Icon{width:10%;display:flex;justify-content:flex-end}.UpcomingSection .UpcomingBody .CardContainerBox .CCTopBar .CCTBRight.Icon svg{height:22px;width:22px;text-align:right}.UpcomingSection .UpcomingBody .CardContainerBox .CCTopBar .CCTBRight.type{color:#626262;text-align:center;font-weight:400;border-radius:3px;width:15%;border:1px solid #222;color:#222;background:#fff}.ReminderCard{cursor:default}.ReminderCard--completed{-webkit-animation-delay:0s!important;animation-delay:0s!important;-webkit-animation:slideRightReminderCard .5s ease forwards;animation:slideRightReminderCard .5s ease forwards}.UpcomingSection .UpcomingBody .CardContainerBox .CCMiddleBox .CCMBRight .SingleAvatar:hover{z-index:99!important}.UpcomingSection .UpcomingBody .CardContainerBox .CCMiddleBox .CCMBRight .CCMBRightSkeleton{border-radius:50%;margin-left:-15px}.UpcomingSection .UpcomingBody .CardContainerBox .CCBottomBox .CCBBBody .CCBBBViewMoreContainer{max-height:14rem;overflow-y:auto}.UpcomingSection .UpcomingBody .CardContainerBox .CCBottomBox .CCBBBody .CCBBBQuickActions{display:flex;justify-content:flex-end;align-items:center}.UpcomingSection .UpcomingBody .CardContainerBox .CCBottomBox .CCBBBody .showMorebtn{margin-left:3px;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center;margin-right:auto}.UpcomingSection .UpcomingBody .CardContainerBox .CCBottomBox .CCBBBody .CCBBBQuickActions button.CCBBBQAStatus{padding:5px 12px!important;border:1px solid #bebcbf;border-radius:4px;color:#bebcbf;font-size:12px}.UpcomingSection .UpcomingBody .CardContainerBox .CCBottomBox .CCBBBody .CCBBBQuickActions button.CCBBBQAStatus:hover{background-color:#fff;color:#00702f;border:1px solid #00702f}.UpcomingSection .UpcomingBody .CardContainerBox .CCBottomBox .CCBBBody .CCBBBQuickActions .CCBBBQAStatus.completed{background:#4caf50;padding:2px 8px!important;color:#fff;border-radius:4px;font-size:10px}@-webkit-keyframes slideRightReminderCard{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(5rem);transform:translateX(5rem);opacity:0;height:0!important}}@keyframes slideRightReminderCard{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(5rem);transform:translateX(5rem);opacity:0;height:0!important}}.FavoritesMenus{display:flex;align-items:center;padding:7px;background-color:#38383d;border:1px solid #38383d;border-radius:5px;position:relative}.FavoritesMenus.added{padding-right:40px}.FavoritesMenus a.FMItem{display:flex;font-size:25px;margin-left:7px;cursor:pointer;position:relative}.FavoritesMenus a.FMItem .MHIMLILock{position:absolute;width:100%;height:100%;font-size:14px;display:flex;justify-content:center;align-items:center;background-color:"#ffffffab";color:#26262b;border-radius:4px}.FavoritesMenus a.FMItem:first-child{margin-left:0}.FavoritesMenus .FMIAdd button.iconButton{border-color:#6a6767;color:var(--white);background-color:transparent;padding:4.5px}.FavoritesMenus.added .FMIAdd{position:absolute;right:7px;top:7px}.FavoritesMenus.adding{padding-right:40px}.FavoritesMenus.complete{padding-right:7px}.FavoritesMenus.adding .FMIAdd button.iconButton{position:absolute;right:7px;top:7px}.PopoverMain.ToolTipPopover.FMIPopover .PopoverMainInner{margin-bottom:0}.PopoverMain.ToolTipPopover.FMIPopover .PopoverMainInner:before{top:-6px;left:calc(50% - 7px);visibility:visible}@media(min-width:1559px)and (max-width:1800px){.FavoritesMenus{padding:5px}.FavoritesMenus .FMIAdd button.iconButton{font-size:12px}.FavoritesMenus a.FMItem{font-size:23px}.FavoritesMenus.added .FMIAdd{right:5px;top:5px}}@media(min-width:1367px)and (max-width:1600px){.FavoritesMenus{padding:5px}.FavoritesMenus .FMIAdd button.iconButton{font-size:10px}.FavoritesMenus a.FMItem{font-size:21px}.FavoritesMenus.added .FMIAdd{right:5px;top:6px}}@media(min-width:1281px)and (max-width:1366px){.FavoritesMenus{padding:5px}.FavoritesMenus .FMIAdd button.iconButton{font-size:10px}.FavoritesMenus a.FMItem{font-size:21px}.FavoritesMenus.added .FMIAdd{right:5px;top:6px}}@media(min-width:1024px)and (max-width:1280px){.FavoritesMenus{-webkit-transform:scale(.8);transform:scale(.8);margin-right:-10px}}@media(min-width:992px)and (max-width:1023.98px){.FavoritesMenus{-webkit-transform:scale(.8);transform:scale(.8);margin-right:-10px}}@media(min-width:768px)and (max-width:991.98px){.FavoritesMenus{-webkit-transform:scale(.8);transform:scale(.8);margin-right:-10px}}@media(min-width:576px)and (max-width:767.98px){.FavoritesMenus{display:none}}@media(max-width:575.98px){.FavoritesMenus{display:none}}.RefreshBar{padding:10px;text-align:center;background-image:linear-gradient(90deg,#0083ff,#005eb8 94.51%);color:#fff;font-size:14px;font-weight:500;letter-spacing:.5px}.WarningBarYellowColor{background-color:#ffb74d!important;background-image:linear-gradient(90deg,#ffb74d,#ffb74d 94.51%)!important}.WarningBar{background-image:linear-gradient(90deg,rgba(226,62,7,.7960784314),#c30 94.51%);font-size:14px;font-weight:500}.WBSubscription{background:transparent!important;position:absolute!important;right:8px!important}.WarningBar{padding:10px;text-align:center;background-color:#d9534f;color:#fff;font-size:15px;font-weight:600;letter-spacing:.5px;position:relative}.RefreshBar button{font-weight:500;font-size:14px}.RefreshBar button,.WarningBar button{color:#fff!important;text-decoration:underline;min-width:auto}.WarningBar button{font-weight:600;font-size:15px}.MenuBarRight{display:flex;align-items:center;flex:1 1;justify-content:flex-end;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}@media screen and (min-width:768px)and (max-width:850px){.MenuBarRight{grid-column-gap:12px;-webkit-column-gap:12px;column-gap:12px}}.MRDScheduleDemoToolTip .PopoverMainInner.withOutPadding{top:4px}.MRDScheduleDemoToolTip .PopoverMainInner.withOutPadding:before{left:50%;top:-5px}.MenuBarRight .MRDemo{background:#0083ff;color:#fff;border-radius:100px;border:none;font-size:13px}.MenuBarRight .MRDemo .buttonTitle{display:flex;align-items:center}.MenuBarRight .MRDemo .BtnText{padding-top:2px;width:-webkit-max-content;width:max-content}.MenuBarRight .MRDemo .MRDIcon{margin-top:1px;margin-left:5px}.MenuBarRight .MRDemo .MRDIcon svg{font-size:6px;display:inline}button.iconButton.NotificationIconButton{border:0;background-color:transparent!important;padding:0;font-size:25px;color:var(--blue-invert)}button.iconButton.NotificationIconButton .badgeRoot.NotificationBadge .badgeContent{top:-3px;right:1px}button.iconButton.HelpIconBtn{border:0;background-color:transparent!important;padding:0;font-size:25px;color:var(--blue-invert)}.MenuToggleProfile{display:flex;align-items:center;padding-left:15px;border-left:1px solid var(--blue-invert)}.MenuToggleProfile .ProfileMenuBtn{display:flex;width:35px;height:35px;border-radius:100%;overflow:hidden;margin-left:15px;cursor:pointer;background-image:linear-gradient(90deg,#2c2c2c,#383838,#464445,#545051,#625d5d);background-size:200% 200%;padding:0}.MenuToggleProfile .ProfileMenuBtn img{user-select:none;-moz-user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-ms-user-select:none;border-radius:100%}.MenuToggleProfile .MenuToggleBtn{width:25px;height:25px;position:relative;-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:.5s ease-in-out;cursor:pointer;border:0;background-color:transparent;padding:0}.MenuToggleProfile .MenuToggleBtn:hover{background-color:transparent}.MenuToggleProfile .MenuToggleBtn>span{display:block;position:absolute;height:5px;width:5px;background-color:var(--blue-invert);opacity:1;border-radius:50%;-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:.25s ease-in-out}.MenuToggleProfile .MenuToggleBtn>span:first-child{top:0;left:0}.MenuToggleProfile .MenuToggleBtn>span:nth-child(2){top:0;left:10px}.MenuToggleProfile .MenuToggleBtn>span:nth-child(3){top:0;right:0}.MenuToggleProfile .MenuToggleBtn>span:nth-child(4){top:10px;left:0}.MenuToggleProfile .MenuToggleBtn>span:nth-child(5){top:10px;left:10px}.MenuToggleProfile .MenuToggleBtn>span:nth-child(6){top:10px;right:0}.MenuToggleProfile .MenuToggleBtn>span:nth-child(7){bottom:0;left:0}.MenuToggleProfile .MenuToggleBtn>span:nth-child(8){bottom:0;left:10px}.MenuToggleProfile .MenuToggleBtn>span:nth-child(9){bottom:0;right:0}.MenuToggleProfile .MenuToggleBtn.MenuOpen>span{height:4px}.MenuToggleProfile .MenuToggleBtn.MenuOpen>span:first-child{width:12.5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);left:0;border-radius:50px;top:5px}.MenuToggleProfile .MenuToggleBtn.MenuOpen>span:nth-child(3){width:12.5px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:50px;left:45%;top:5px}.MenuToggleProfile .MenuToggleBtn.MenuOpen>span:nth-child(7){width:12.5px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);left:0;border-radius:50px;bottom:5px}.MenuToggleProfile .MenuToggleBtn.MenuOpen>span:nth-child(9){width:12.5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:50px;left:45%;bottom:5px}.MenuToggleProfile .MenuToggleBtn.MenuOpen>span:nth-child(2){top:10px}.MenuToggleProfile .MenuToggleBtn.MenuOpen>span:nth-child(4),.MenuToggleProfile .MenuToggleBtn.MenuOpen>span:nth-child(5){left:10px}.MenuToggleProfile .MenuToggleBtn.MenuOpen>span:nth-child(6){right:10px}.MenuToggleProfile .MenuToggleBtn.MenuOpen>span:nth-child(8){bottom:10px}.MainDialog.MenuListDialog,.MainDialog.MenuListDialog .MDBackdrop{top:60px}.MainDialog.MenuListDialog.rightSlide .MDContainer .MDCRow{width:350px}.MenuList{display:flex;flex-direction:column;height:100%;overflow:auto;overflow-y:overlay;overflow-x:overlay}.MenuList .MenuListHeader{display:flex;align-items:center;padding:15px;background-color:#f6f8fc;border-bottom:1px solid #cad3e3}.MenuList .MenuListHeader .MLHTitle{flex:1 1;font-size:18px;font-weight:600;color:#26262b;line-height:normal;padding-right:15px}.SSOPopover{height:100%}.MenuList .MenuListHeader button.MLHBtn{line-height:normal;font-size:12px;font-weight:600;text-transform:capitalize;padding:5px 10px;min-width:45px;background-color:#26262b;color:var(--white);border-radius:50px}.MenuList .MenuListHeader button.MLHBtn,.MenuList .MenuListHeader button.MLHBtn *{cursor:pointer}.MenuList .MenuListBody{flex-wrap:wrap;flex:1 1;padding:10px 0}.MenuList .MenuListBody,.MenuList .MenuListBody .MLBInner{overflow:auto;overflow-y:overlay;overflow-x:overlay;display:flex;background-color:transparent}.MenuList .MenuListBody .MLBInner{flex-wrap:wrap;padding-left:15px;width:100%}.MenuList .MenuListBody .MLBInner .MHIMLItem{height:auto!important;display:flex;justify-content:center;background-color:transparent;-webkit-user-select:none;user-select:none;margin:15px 0;cursor:default!important}.MenuList .MenuListBody .MLBInner .MHIMLItem *{cursor:pointer!important}.MHIMLItem a.MHIMLILink{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:transparent;user-select:none;-moz-user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-ms-user-select:none}.MenuList .MenuListBody .MLBInner .MHIMLItem.reorder{cursor:grab!important}.MHIMLItem:nth-child(2n) a.reorder{-webkit-animation-name:keyframes1;animation-name:keyframes1;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transform-origin:50% 10%;transform-origin:50% 10%}.MHIMLItem:nth-child(2n) a.reorder,.MHIMLItem:nth-child(2n-1) a.reorder{-webkit-animation-delay:-.22s;animation-delay:-.22s;-webkit-animation-duration:.3s;animation-duration:.3s}.MHIMLItem:nth-child(2n-1) a.reorder{-webkit-animation-name:keyframes2;animation-name:keyframes2;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-transform-origin:30% 5%;transform-origin:30% 5%}@-webkit-keyframes keyframes1{0%{-webkit-transform:translate(0) rotate(-1deg);transform:translate(0) rotate(-1deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{-webkit-transform:translate(0) rotate(1.5deg);transform:translate(0) rotate(1.5deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes keyframes1{0%{-webkit-transform:translate(0) rotate(-1deg);transform:translate(0) rotate(-1deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{-webkit-transform:translate(0) rotate(1.5deg);transform:translate(0) rotate(1.5deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@-webkit-keyframes keyframes2{0%{-webkit-transform:translate(0) rotate(1deg);transform:translate(0) rotate(1deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{-webkit-transform:translate(0) rotate(-1.5deg);transform:translate(0) rotate(-1.5deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes keyframes2{0%{-webkit-transform:translate(0) rotate(1deg);transform:translate(0) rotate(1deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{-webkit-transform:translate(0) rotate(-1.5deg);transform:translate(0) rotate(-1.5deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.MHIMLItem a.MHIMLILink.reorder{user-select:all;-moz-user-select:all;-webkit-user-drag:all;-webkit-user-select:all;-ms-user-select:all;pointer-events:none}.MHIMLItem .MHIMLIFav{position:absolute;padding:3px;color:#26262b;top:-10px;right:-2px;z-index:9;font-size:14px;background-color:var(--white);border-radius:3px;box-shadow:0 4px 14px 0 rgba(0,0,0,.2),0 0 0 rgba(0,0,0,.0509803922);transition:all .3s ease}.MHIMLItem .MHIMLIFav.selected{color:#ffa64d}.MHIMLItem a.MHIMLILink .MHIMLILIcon{font-size:72px;display:flex;position:relative}.MHIMLILIcon .MHIMLwrapper{position:absolute;top:0;left:0;right:0;bottom:0;background:none;overflow:hidden}.MHIMLILIcon .MHIMLbadge{height:16px;background:#58c777;width:65px;text-align:center;font-weight:700;font-size:10px;padding-top:1px;font-family:sans-serif;color:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:5px;right:-21px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.34);border-top-left-radius:10px}.MHIMLItem a.MHIMLILink .MHIMLILIcon>svg{fill:none}.MHIMLItem a.MHIMLILink .MHIMLILIcon .MHIMLILock{position:absolute;width:100%;height:100%;background-color:rgba(38,38,43,.6784313725);z-index:9;border-radius:10px;color:var(--white);display:flex;justify-content:center;align-items:center;font-size:24px}.MHIMLItem a.MHIMLILink .MHIMLITitle{font-size:12px;font-weight:500;color:#000;text-align:center;padding-top:5px;-webkit-user-select:none;user-select:none}.PopoverMain.UserDropdown .PopoverMainInner:before{top:-7px;right:10px;visibility:visible}.UserDropdown .UserDropdownInfo a{display:flex;flex-direction:column;padding:15px}.UserDropdown .UserDropdownInfo a .UDIImg{display:flex;justify-content:center}.UserDropdown .UserDropdownInfo a .UDIImg img{border-radius:50%;height:70px;width:70px}.UserDropdown .UserDropdownInfo a .UDIName{text-align:center;padding-top:13px;padding-bottom:5px;color:#000;font-size:16px;font-weight:500}.UserDropdown .UserDropdownInfo a .UDIMail{text-align:center;color:#666;font-weight:400;font-size:14px}.UserDropdown .UDAcID{text-align:center;padding:10px;background-color:#f6f8fc;font-size:12px}.UserDropdown .UDAcID strong{margin-left:5px;display:inline-block}.UserDropdown .UDMenu{display:flex;flex-direction:column}.UserDropdown .UDMenu a{color:#586975;line-height:normal;font-weight:500;letter-spacing:.5px;font-size:15px;display:block;transition:all .5s ease;text-decoration:none;border-bottom:1px solid #e9e9e9;position:relative;padding:10px 45px 10px 15px}.UserDropdown .UDMenu a:after{content:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="rgb(88 105 117)" d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/></svg>');position:absolute;right:10px;top:10px;transition:all .1s ease;width:24px;height:24px;z-index:1}.UserDropdown .UDBtns{display:flex}.UserDropdown .UDBtns button.mainButton{background-color:#f44336;color:#fff;flex:1 1;border:0;border-radius:0;padding:10px 15px;font-size:15px;font-weight:500}.UserDropdown .UDBtns button.mainButton .buttonTitle{text-align:center}.MenuList .MenuListFooter{display:flex;padding:15px;background-color:#f6f8fc;border-top:1px solid #cad3e3}.MenuList .MenuListFooter a{width:100%;padding:10px;background-color:var(--dark-blue);color:var(--blue-invert);text-align:center;font-size:16px;font-weight:500;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;border-radius:5px}.MenuList .MenuListFooter a,.MenuList .MenuListFooter a *{cursor:pointer}.MenuList .MenuListFooter a span{padding-left:15px}.MenuList .MenuListFooter a svg{font-size:16px}.MenuList .FavoritesMenus{display:none}.MenuBarRight button.iconButton.CartIconButton{border:0;padding:0;font-size:25px;background-color:unset;color:var(--blue-invert);-webkit-transform:translateX(7px);transform:translateX(7px)}@media screen and (max-width:768px){.MenuBarRight button.iconButton.CartIconButton{-webkit-transform:translateX(10px);transform:translateX(10px)}}.MenuBarRight .CartIconButton .badgeRoot .badgeContent{top:-3px;left:0;right:unset;position:relative;-webkit-transform:scale(1) translate(-10%,-20%);transform:scale(1) translate(-10%,-20%)}.PopoverMain.CartPopover{margin-left:25px}.PopoverMain.CartPopover.ArrowPopover .PopoverMainInner:before{top:-5px;right:50px;background-color:#f6f8fc;visibility:visible}.PopoverMain.CartPopover .CartPopoverTitle{padding:10px;font-size:18px;font-weight:600;background-color:#f6f8fc;color:#26262b}.PopoverMain.CartPopover .CartItemGroupMain{flex:1 1;overflow:auto;overflow-y:overlay;overflow-x:overlay}.CartPopover .CartItemGroup{border-bottom:1px solid #e9e9e9;padding-top:7px}.CartPopover .CartItemGroup .CIGTitle{font-size:16px;font-weight:600;text-transform:capitalize;color:var(--dark-blue);padding:10px;border-bottom:1px solid #e9e9e9}.CartPopover .CartItemGroup .CIGItem{display:flex;align-items:center;padding:10px;border-bottom:1px solid #e9e9e9;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px;position:relative}.CartPopover .CartItemGroup .CIGItem:last-child{border-bottom:0}.CartPopover .CartItemGroup .CIGItem .CIGIIcon{font-size:20px;padding:4px;box-shadow:0 0 4px rgba(91,91,91,.0862745098);border-radius:4px;display:flex}.CartPopover .CartItemGroup .CIGItem .CIGIIcon img{width:20px;height:20px}.CartPopover .CartItemGroup .CIGItem .CIGITitle{flex:1 1;font-size:14px;font-weight:500}.CartPopover .CartItemGroup .CIGItem .CIGIDownUp{font-size:10px;padding:4px;border-radius:3px;color:#fff;text-transform:capitalize}.CartPopover .CartItemGroup .CIGItem .CIGIQun{display:flex;align-items:center}.CartPopover .CartItemGroup .CIGItem .CIGIQun .CIGIQBtn{font-size:11px;background-color:var(--dark-blue);color:var(--blue-invert);padding:4px;border-color:var(--dark-blue)}.CartPopover .CartItemGroup .CIGItem .CIGIQun .CIGIQunNum{font-size:14px;font-weight:600;min-width:25px;text-align:center;line-height:normal}.CartPopover .CartItemGroup .CIGItem .CIGITitle a{display:block;color:#444}.CartPopover .CartItemGroup .CIGItem .CIGITitle a:hover{color:var(--dark-blue)}.CartPopover .CartItemGroup .CIGItem .CIGIRemove{padding:4px;font-size:7px;color:var(--white);background-color:#f44336;align-self:center;visibility:hidden;opacity:0;transition:all .3s ease}.CartPopover .CartItemGroup .CIGItem:hover .CIGIRemove{visibility:visible;opacity:1}.CartPopover .CartItemGroup .CIGItem .CIGIPrice{color:#000;font-size:16px;font-weight:500;width:60px;text-align:right}.PopoverMain.CartPopover .CartPopoverFooter{padding:10px;border-top:1px solid #e9e9e9}.CartPopover .CartPopoverFooter button.mainButton{justify-content:center;font-size:16px;font-weight:600;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}.CartPopover .CartPopoverFooter button.mainButton span.buttonTitle{flex:unset}.PopoverMain.HelpPopover{margin-left:25px}.PopoverMain.HelpPopover .PopoverMainInner:before{right:30px;top:-5px;visibility:visible}.HelpPopover .HelpPopoverMain{display:flex;flex-direction:column}.HelpPopover .HelpPopoverMain .HPMHTitle{font-size:16px;font-weight:600;padding:10px}.HelpPopover .HelpPopoverMain button.mainButton{width:100%;border-radius:0;border:0;border-top:1px solid #e8eef9;padding:10px 15px;font-size:14px;font-weight:600;grid-column-gap:7px;-webkit-column-gap:7px;column-gap:7px;background-color:#f6f8fc;color:#0c57ff}.HelpPopover .HelpPopoverMain button.mainButton:hover{text-decoration:underline!important}div#CartAnimation{position:fixed;top:0;left:0;z-index:99;font-size:14px;font-weight:600;padding:5px;background-color:#1157f2;border-radius:4px;color:#fff;-webkit-transform:translate(0);transform:translate(0);pointer-events:none;opacity:0;visibility:hidden;z-index:-9}.ToolTipWrapper.APTWrapper{display:flex}.APToolTip.PopoverMain.ToolTipPopover .PopoverMainInner:before{visibility:visible;top:-6px;left:calc(50% - 5px)}.SSOAccountList{display:flex;flex-direction:column;margin-top:5px}.SSOAccountList .SSOSkeletonContainer{display:flex;flex-direction:column;grid-row-gap:5px;row-gap:5px}.SSOAccountList .DCDropdownSelect .buttonTitle .UserInfo .UIDetail .UIDetailEmail,.SSOAccountList .DCDropdownSelect .buttonTitle .UserInfo .UIDetail .UIDetailName{text-align:start}@media(min-width:1559px)and (max-width:1800px){.MainDialog.MenuListDialog,.MainDialog.MenuListDialog .MDBackdrop{top:50px}button.iconButton.NotificationIconButton{font-size:23px}button.iconButton.NotificationIconButton .badgeRoot.NotificationBadge .badgeContent{height:18px;font-size:12px;min-width:18px}.MenuToggleProfile .ProfileMenuBtn{width:30px;height:30px}}@media(min-width:1367px)and (max-width:1600px){button.iconButton.NotificationIconButton{font-size:23px}button.iconButton.NotificationIconButton .badgeRoot.NotificationBadge .badgeContent{height:18px;font-size:12px;min-width:18px}.MenuToggleProfile .ProfileMenuBtn{width:30px;height:30px}.MainDialog.MenuListDialog,.MainDialog.MenuListDialog .MDBackdrop{top:50px}.MainDialog.MenuListDialog.rightSlide .MDContainer .MDCRow{width:300px}.MenuList .MenuListHeader .MLHTitle{font-size:16px;font-weight:500}.MHIMLItem a.MHIMLILink .MHIMLILIcon{font-size:60px}.MenuList .MenuListBody .MLBInner{padding-left:7px}.MHIMLItem .MHIMLIFav{padding:2px;font-size:12px;top:-10px;right:4px}}@media(min-width:1281px)and (max-width:1366px){button.iconButton.NotificationIconButton{font-size:23px}button.iconButton.NotificationIconButton .badgeRoot.NotificationBadge .badgeContent{height:18px;font-size:12px;min-width:18px}.MenuToggleProfile .ProfileMenuBtn{width:25px;height:25px}.MainDialog.MenuListDialog,.MainDialog.MenuListDialog .MDBackdrop{top:50px}.MainDialog.MenuListDialog.rightSlide .MDContainer .MDCRow{width:300px}.MenuList .MenuListHeader .MLHTitle{font-size:16px;font-weight:500}.MHIMLItem a.MHIMLILink .MHIMLILIcon{font-size:60px}.MenuList .MenuListBody .MLBInner{padding-left:7px}.MHIMLItem .MHIMLIFav{padding:2px;font-size:12px;top:-10px;right:4px}}@media(min-width:1024px)and (max-width:1280px){button.iconButton.NotificationIconButton{font-size:22px}button.iconButton.NotificationIconButton .badgeRoot.NotificationBadge .badgeContent{height:16px;font-size:10px;min-width:16px}.MenuToggleProfile .ProfileMenuBtn{width:28px;height:28px}.MainDialog.MenuListDialog,.MainDialog.MenuListDialog .MDBackdrop{top:50px}.MainDialog.MenuListDialog.rightSlide .MDContainer .MDCRow{width:300px}.MenuList .MenuListHeader .MLHTitle{font-size:16px;font-weight:500}.MHIMLItem a.MHIMLILink .MHIMLILIcon{font-size:60px}.MenuList .MenuListBody .MLBInner{padding-left:7px}.MHIMLItem .MHIMLIFav{padding:2px;font-size:12px;top:-10px;right:4px}.MenuToggleProfile .MenuToggleBtn{-webkit-transform:scale(.9);transform:scale(.9)}}@media(min-width:992px)and (max-width:1023.98px){button.iconButton.NotificationIconButton{font-size:22px}button.iconButton.NotificationIconButton .badgeRoot.NotificationBadge .badgeContent{height:16px;font-size:10px;min-width:16px}.MenuToggleProfile .ProfileMenuBtn{width:28px;height:28px}.MainDialog.MenuListDialog,.MainDialog.MenuListDialog .MDBackdrop{top:50px}.MainDialog.MenuListDialog.rightSlide .MDContainer .MDCRow{width:300px}.MenuList .MenuListHeader .MLHTitle{font-size:16px;font-weight:500}.MHIMLItem a.MHIMLILink .MHIMLILIcon{font-size:60px}.MenuList .MenuListBody .MLBInner{padding-left:7px}.MHIMLItem .MHIMLIFav{padding:2px;font-size:12px;top:-10px;right:4px}.MenuToggleProfile .MenuToggleBtn{-webkit-transform:scale(.9);transform:scale(.9)}.MenuList .MenuListHeader{padding:10px 15px}}@media(min-width:768px)and (max-width:991.98px){button.iconButton.NotificationIconButton{font-size:22px}button.iconButton.NotificationIconButton .badgeRoot.NotificationBadge .badgeContent{height:16px;font-size:10px;min-width:16px}.MenuToggleProfile .ProfileMenuBtn{width:26px;height:26px}.MainDialog.MenuListDialog,.MainDialog.MenuListDialog .MDBackdrop{top:50px}.MainDialog.MenuListDialog.rightSlide .MDContainer .MDCRow{width:300px}.MenuList .MenuListHeader .MLHTitle{font-size:16px;font-weight:500}.MHIMLItem a.MHIMLILink .MHIMLILIcon{font-size:60px}.MenuList .MenuListBody .MLBInner{padding-left:7px}.MHIMLItem .MHIMLIFav{padding:2px;font-size:12px;top:-10px;right:4px}.MenuToggleProfile .MenuToggleBtn{-webkit-transform:scale(.9);transform:scale(.9)}.MenuList .MenuListHeader{padding:10px 15px}.APToolTip.PopoverMain.ToolTipPopover{display:none}}@media(min-width:576px)and (max-width:767.98px){button.iconButton.NotificationIconButton{font-size:22px}button.iconButton.NotificationIconButton .badgeRoot.NotificationBadge .badgeContent{height:16px;font-size:10px;min-width:16px}.MenuToggleProfile .ProfileMenuBtn{width:26px;height:26px}.PopoverMain.UserDropdown .PopoverMainInner:before{top:-5px}.MenuList .FavoritesMenus{display:flex;border-radius:0;font-size:27px;padding:10px 15px;justify-content:center}.MainDialog.MenuListDialog,.MainDialog.MenuListDialog .MDBackdrop{top:50px}.MainDialog.MenuListDialog.rightSlide .MDContainer .MDCRow{width:300px}.MenuList .MenuListHeader{padding:10px 15px}.MenuList .MenuListHeader .MLHTitle{font-size:16px;font-weight:500}.MHIMLItem a.MHIMLILink .MHIMLILIcon{font-size:60px}.MenuList .MenuListBody .MLBInner{padding-left:7px}.MHIMLItem .MHIMLIFav{padding:2px;font-size:12px;top:-10px;right:4px}.MenuToggleProfile .MenuToggleBtn{-webkit-transform:scale(.9);transform:scale(.9)}.APToolTip.PopoverMain.ToolTipPopover{display:none}}@media only screen and (min-device-width:360px)and (max-device-width:640px)and (orientation:portrait){.WBSubscription{background:transparent!important;position:absolute!important;right:8px!important;top:8px!important}.WarningBar{padding-right:35px!important}}@media only screen and (min-width:321px)and (max-device-width:960px)and (orientation:landscape){.WBSubscription{background:transparent!important;position:absolute!important;right:8px!important;top:8px!important}.WarningBar{padding-right:35px!important}}@media(max-width:575.98px){button.iconButton.NotificationIconButton{font-size:20px}button.iconButton.NotificationIconButton .badgeRoot.NotificationBadge .badgeContent{height:16px;font-size:10px;min-width:16px}.MenuToggleProfile{padding-left:10px}.MenuToggleProfile .ProfileMenuBtn{width:26px;height:26px;margin-left:10px}.PopoverMain.UserDropdown .PopoverMainInner:before{top:-5px}.MainDialog.MenuListDialog,.MainDialog.MenuListDialog .MDBackdrop{top:50px}.MainDialog.MenuListDialog.rightSlide .MDContainer .MDCRow{width:300px}.MenuList .MenuListHeader{padding:10px 15px}.MenuList .MenuListHeader .MLHTitle{font-size:16px;font-weight:500}.MHIMLItem a.MHIMLILink .MHIMLILIcon{font-size:60px}.MenuList .MenuListBody .MLBInner{padding-left:7px}.MHIMLItem .MHIMLIFav{display:none}.MenuToggleProfile .MenuToggleBtn{-webkit-transform:scale(.9);transform:scale(.9)}.PopoverMain.CartPopover.no-placement{margin-left:0}.PopoverMain.CartPopover.ArrowPopover.no-placement .PopoverMainInner:before{right:160px}.MenuBarRight{grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}.MenuBarRight button.iconButton.CartIconButton{font-size:20px;-webkit-transform:translateX(7px);transform:translateX(7px)}.MenuBarRight .CartIconButton .badgeRoot .badgeContent{height:16px;font-size:10px;min-width:16px}button.iconButton.HelpIconBtn{font-size:20px}.PopoverMain.HelpPopover{margin-left:0}.PopoverMain.HelpPopover .PopoverMainInner:before{right:115px}.APToolTip.PopoverMain.ToolTipPopover{display:none}}@media only screen and (min-device-width:360px)and (max-device-width:640px)and (orientation:portrait){.MBSDBHPOButton{display:none}}@media only screen and (min-width:321px)and (max-device-width:960px)and (orientation:landscape){.MBSDBHPOButton{display:none}}.HeaderSearch{padding:0!important;border-radius:6px;overflow:hidden;background:#38383d!important;transition:all .5s ease;width:12rem;transition:all .3s ease}.HeaderSearch *{border:none!important;color:#fff}.HeaderSearch * input{color:#fff}.HeaderSearch * input::-webkit-input-placeholder{color:#e2e2e2}.HeaderSearch * input::placeholder{color:#e2e2e2}.HeaderSearch .SearchBox{background:transparent}.HeaderSearch input{font-size:14px;border-radius:4px;padding:7.5px 25px 7.5px 30px}.HeaderSearch.Big{width:26rem}.HeaderSearchPopover{margin-top:2px!important}.MenuBarSearchBarClass{padding:.6rem .6rem 0!important}.MenuBarSearchBarClass .SearchBox{border-radius:4px;overflow:hidden!important}.HeaderSearchIcon{background:transparent!important;border:none!important}@media screen and (min-width:768px){.HeaderSearchIcon{margin-right:-2rem}}@media screen and (max-width:767px){.HeaderSearchIcon{-webkit-transform:translateX(1rem);transform:translateX(1rem)}}@media screen and (max-width:575px){.HeaderSearchIcon{-webkit-transform:translateX(.8rem) scale(1.1);transform:translateX(.8rem) scale(1.1)}}.HeaderSearchIcon svg{width:1rem;height:1rem;fill:var(--blue-invert)}.HeaderSearchPopoverBox{margin-top:-.6rem}.HeaderSearchPopoverBox .HeaderSearch{width:100%!important}.HeaderSearchPopoverBox+.HeaderSearchPopover .PopoverMainInner{margin-left:-.64rem}@media screen and (min-width:768px)and (max-width:849px){.HeaderSearchPopoverBox .PopoverMainInner:before{left:7px!important;right:0}}.DCSupportDialogContainer{transition:all .6s cubic-bezier(.76,0,.24,1);-webkit-transform-origin:right;transform-origin:right}.DCSupportDialogContainer *{cursor:default}.DCSupportDialogContainer.isClosed{-webkit-transform:scaleX(0);transform:scaleX(0)}.DCSupportDialogContainer.isClosed .DCSupportDialog button,.DCSupportDialogContainer.isClosed .DCSupportDialog h1,.DCSupportDialogContainer.isClosed .DCSupportDialog p,.DCSupportDialogContainer.isClosed .DCSupportDialog svg{opacity:1;-webkit-animation:hideChildren .5s ease forwards;animation:hideChildren .5s ease forwards}.DCSupportDialogContainer.isOpen{-webkit-transform:scaleX(1);transform:scaleX(1)}.DCSupportDialogContainer.isOpen .DCSupportDialog button,.DCSupportDialogContainer.isOpen .DCSupportDialog h1,.DCSupportDialogContainer.isOpen .DCSupportDialog p{opacity:0;-webkit-animation:showChildren .5s ease forwards;animation:showChildren .5s ease forwards;-webkit-animation-delay:.2s;animation-delay:.2s}.DCSupportDialog{background:#f6f8fc;height:100%;display:flex;flex-direction:column}.DCSupportDialog .DCSDBody{flex:1 1;display:flex;flex-direction:column;overflow:hidden;padding-bottom:15px}.DCSupportDialog .DCSDBody>*{padding:0 15px}.DCSupportDialog .DCSDBody .DCSDBHeading{font-size:.9rem;margin-top:.8rem;margin-bottom:.8rem}.DCSupportDialog .DCSDBody .DCSDBHelplinks{display:flex;flex-direction:column;flex:1 1;overflow-x:hidden;overflow-y:scroll;padding-top:.2rem}.DCSupportDialog .DCSDBody .DCSDBHelplinks .DCSDBHItem{display:flex;align-items:center;padding:20px 15px;background:#fff;border-radius:4px;transition:all .3s ease;box-shadow:0 .2px .9px rgba(0,0,0,.25);opacity:0}.DCSupportDialog .DCSDBody .DCSDBHelplinks .DCSDBHItem *{cursor:pointer!important}.DCSupportDialog .DCSDBody .DCSDBHelplinks .DCSDBHItem:hover{box-shadow:0 1px 4px rgba(0,0,0,.25)}.DCSupportDialog .DCSDBody .DCSDBHelplinks .DCSDBHItem:not(:last-of-type){margin-bottom:10px}.DCSupportDialog .DCSDBody .DCSDBHelplinks .DCSDBHItem:last-of-type{margin-bottom:4px}.DCSupportDialog .DCSDBody .DCSDBHelplinks .DCSDBHItem:first-child{-webkit-animation:slideLeft .3s ease .2s forwards;animation:slideLeft .3s ease .2s forwards}.DCSupportDialog .DCSDBody .DCSDBHelplinks .DCSDBHItem:nth-child(2){-webkit-animation:slideLeft .3s ease .3s forwards;animation:slideLeft .3s ease .3s forwards}.DCSupportDialog .DCSDBody .DCSDBHelplinks .DCSDBHItem:nth-child(3){-webkit-animation:slideLeft .3s ease .4s forwards;animation:slideLeft .3s ease .4s forwards}.DCSupportDialog .DCSDBody .DCSDBHelplinks .DCSDBHItem:nth-child(4){-webkit-animation:slideLeft .3s ease .5s forwards;animation:slideLeft .3s ease .5s forwards}.DCSupportDialog .DCSDBody .DCSDBHelplinks .DCSDBHItem:nth-child(5){-webkit-animation:slideLeft .3s ease .6s forwards;animation:slideLeft .3s ease .6s forwards}.DCSupportDialog .DCSDBody .DCSDBHelplinks .DCSDBHItem:nth-child(6){-webkit-animation:slideLeft .3s ease .7s forwards;animation:slideLeft .3s ease .7s forwards}.DCSupportDialog .DCSDBody .DCSDBHelplinks .DCSDBHItem:nth-child(7){-webkit-animation:slideLeft .3s ease .8s forwards;animation:slideLeft .3s ease .8s forwards}.DCSupportDialog .DCSDBody .DCSDBHelplinks .DCSDBHItem:nth-child(8){-webkit-animation:slideLeft .3s ease .9s forwards;animation:slideLeft .3s ease .9s forwards}.DCSupportDialog .DCSDBody .DCSDBHelplinks .DCSDBHItem:nth-child(9){-webkit-animation:slideLeft .3s ease 1s forwards;animation:slideLeft .3s ease 1s forwards}.DCSupportDialog .DCSDBody .DCSDBHelplinks .DCSDBHItem .DCSDBHIIcon svg{width:2.2rem;height:2.2rem}.DCSupportDialog .DCSDBody .DCSDBHelplinks .DCSDBHItem .DCSDBHIInfo{margin-left:15px}.DCSupportDialog .DCSDBody .DCSDBHelplinks .DCSDBHItem .DCSDBHIInfo .DCSDBHIILabel{font-size:1rem;font-weight:600}.DCSupportDialog .DCSDBody .DCSDBHelplinks .DCSDBHItem .DCSDBHIInfo .DCSDBHIIDescription{color:#a09cad;font-size:14px}@-webkit-keyframes hideChildren{0%{opacity:1}to{opacity:0}}@keyframes hideChildren{0%{opacity:1}to{opacity:0}}@-webkit-keyframes showChildren{0%{opacity:0}to{opacity:1}}@keyframes showChildren{0%{opacity:0}to{opacity:1}}@-webkit-keyframes slideLeft{0%{opacity:0;-webkit-transform:translateX(2rem);transform:translateX(2rem)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideLeft{0%{opacity:0;-webkit-transform:translateX(2rem);transform:translateX(2rem)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.CardView{overflow:auto;overflow-y:overlay;overflow-x:overlay;background-color:#f6f8fc;border:1px solid #eaeaea;padding:50px;border-radius:4px;height:100%}.CardView.RRSPCTable{overflow:hidden}.StepperStepWarn{background-color:#fed8b1;border:1px solid #ff8b14;padding:25px;border-radius:4px;margin-bottom:25px;display:flex;align-items:flex-start;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;box-shadow:0 0 15px #fed8b1}.StepperStepWarn .SSMIcon{width:45px;height:45px;display:flex;justify-content:center;align-items:center;background-color:#fff;color:#ff8b14;font-size:24px;border-radius:100%;box-shadow:0 0 4px #fff}.StepperStepWarn .SSMText,.StepperStepWarn .StepperStepWarnText{flex:1 1;font-size:14px;font-weight:500;color:#111;display:flex;flex-direction:column;grid-row-gap:15px;row-gap:15px;line-height:24px}.StepperStepWarn .StepperStepWarnText{font-size:20px}.CardView .CVInner{display:grid;grid-gap:45px;gap:45px;grid-template-columns:repeat(auto-fill,minMax(250px,1fr));grid-auto-rows:250px;margin-bottom:1.5rem}.CardView .CVInner .ToolTipWrapper>div,.CardView .CVInner>div{background-color:var(--white);width:100%;height:100%}.SimpleInputViewMain{display:flex;flex-direction:column;overflow:auto;overflow-y:overlay;overflow-x:overlay;height:100%}.SimpleInputViewMainMessage{font-size:14px;color:#666;border:1px solid #ff8b14;background-color:#fed8b1;padding:15px;border-radius:4px;display:flex;align-items:flex-start;box-shadow:0 0 15px #fed8b1;margin-bottom:10px}.SimpleInputView{background-color:#f6f8fc;border:1px solid #eaeaea;padding:50px;border-radius:4px;flex:1 1;display:flex;align-items:center;justify-content:center;position:relative}.SimpleInputView.fullWidth{align-items:unset;justify-content:unset;overflow:auto;overflow-y:overlay;overflow-x:overlay}.SimpleInputView.fullWidth .SIVRow{width:100%;display:flex;flex-wrap:wrap;background-color:var(--white)}.SimpleInputView.fullWidth .SIVRow .SIVRCol1,.SimpleInputView.fullWidth .SIVRow .SIVRCol2{width:50%;height:100%}.SimpleInputView .SIVInner{width:50%;padding:40px;background-color:var(--white);border:1px solid #eaeaea;border-radius:4px}.SimpleInputView .SIVInner .SIVATC{display:flex;align-items:center;justify-content:flex-start}.SimpleInputView .SIVInner .SIVATC .SwitchWithLabel{margin-right:15px}.SIVATCdisable{pointer-events:none;opacity:.6}.SimpleInputViewMain .SIVHelp{position:absolute;right:50px;bottom:50px;padding:20px}@media screen and (min-width:767px)and (max-width:991px){.SimpleInputViewMain .SIVHelp{padding:.6rem .8rem}}@media screen and (max-width:767px){.SimpleInputViewMain .SIVHelp{padding:6px .8rem;-webkit-transform:translate(-1.45rem,-2rem);transform:translate(-1.45rem,-2rem)}}@media screen and (max-width:575px){.SimpleInputViewMain .SIVHelp{padding:0;-webkit-transform:translateY(.45rem);transform:translateY(.45rem)}}.SimpleInputViewMain .SIVHelp .SIVHInner{text-align:right;font-size:14px;font-weight:500}.SimpleInputViewMain .SIVHelp .SIVHInner a{text-decoration:none;color:var(--dark-blue)}.SimpleInputViewMain .SIVHelp .SIVHInner a:hover{text-decoration:underline}.SimpleInputView .SIVInner .SIVBtns{display:flex;justify-content:flex-end}.SelectList{height:100%;display:flex;flex-direction:column;overflow:auto;overflow-y:overlay;overflow-x:overlay}.SelectList .SLIMFHead{display:flex;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;margin-bottom:15px}.SelectList .SLITitle{padding:15px;background-color:#fff4e5;border-radius:4px;color:#663c00;display:flex;align-items:center;flex:1 1}.SelectList .SLITitle .SLITIcon{display:flex;font-size:22px}.SelectList .SLITitle h5{flex:1 1;padding-left:10px}.SelectList .SLITitle h5 span{font-weight:600}.SelectList .SLIMFHead button.mainButton{padding:10px 25px}.SelectList .SLIHeader{display:flex;align-items:center;background-color:#e8eef9;font-size:16px;color:#434750;font-weight:400;border:1px solid #cad3e3}.SelectList .SLIHeader .SLIHCol{padding:10px;font-size:18px;font-weight:500;text-align:center}.SelectList .SLIBRow .SLIBRCol:first-child,.SelectList .SLIHeader .SLIHCol:first-child{width:15%}.SelectList .SLIBRow .SLIBRCol:nth-child(2),.SelectList .SLIBRow .SLIBRCol:nth-child(3),.SelectList .SLIHeader .SLIHCol:nth-child(2),.SelectList .SLIHeader .SLIHCol:nth-child(3){width:30%}.SelectList .SLIBRow .SLIBRCol:nth-child(4),.SelectList .SLIHeader .SLIHCol:nth-child(4){width:25%}.SelectList .SLIBody{flex:1 1;overflow:auto;overflow-y:overlay;overflow-x:overlay}.SelectList .SLIBody .SLIBRow{display:flex;border:1px solid #cad3e3;border-top:0}.SelectList .SLIBody .SLIBRow .SLIBRCol{padding:10px;font-size:15px;font-weight:500;text-align:center;display:flex}.SelectList .SLIBody .SLIBRow .SLIBRCol>.SLIBRCBtn,.SelectList .SLIBody .SLIBRow .SLIBRCol>.SLIBRCCheck,.SelectList .SLIBody .SLIBRow .SLIBRCol>.SLIBRCText{width:100%;align-self:center;display:flex;justify-content:center}.SelectList .SLIBody .SLIBRow .SLIBRCol>div.SLIBRCBtn button{min-width:200px;max-width:200px}.SelectList .SLIBody .SLIBRow .SLIBRCol>div.SLIBRCBtn button .buttonTitle{flex:1 1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.CongratulationsBox{display:flex;justify-content:center;align-items:center}.CongratulationsBox .CBInner{width:50%;padding:50px;position:relative}.CongratulationsBox .CBInner:before{content:"";position:absolute;left:0;right:0;top:0;height:50%;background-color:#3b3bff;z-index:-1;border-radius:15px 15px 0 0}.CongratulationsBox .CBInner:after{content:"";position:absolute;left:0;right:0;bottom:0;height:50%;background-color:#eff2ff;z-index:-1;border-radius:0 0 15px 15px}.CongratulationsBox .CBInner .CBIImg{display:flex;padding-top:15px;background-color:var(--white);border-radius:4px 4px 0 0}.CongratulationsBox .CBInner .CBIImg img{width:100%;user-select:none;-moz-user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-ms-user-select:none}.CongratulationsBox .CBInner .CBIDetail{padding:50px;text-align:center;background-color:var(--white);position:relative;border-radius:0 0 4px 4px}.CongratulationsBox .CBInner .CBIDetail .CBIDThumb{position:absolute;width:150px;height:150px;right:-50px;bottom:-10px}.CongratulationsBox .CBInner .CBIDetail h3{font-size:28px;font-weight:600;color:#434750;margin-bottom:10px}.CongratulationsBox .CBInner .CBIDetail h5{color:#000;font-size:16px;font-weight:500;margin-bottom:20px}.CongratulationsBox .CBInner .CBIDetail .CBIDBtn button.mainButton{padding:10px 20px}.CongratulationsBox .CBInner .CBIDetail .CBIDBtn button.mainButton .buttonIcon{font-size:10px;margin-left:10px}.UploadCSVBox .UCBInner .DropZoneContainer{padding:100px;min-height:340px;text-align:center}.UploadCSVBox .UCBInner .DropZoneContainer .DZCIUAttach{width:150px}.UploadCSVBox .UCBInner .DropZoneContainer .DZCIUAttach .DZCIUAIIIcon{height:150px;font-size:150px}.UploadCSVBox .UCBInner .DropZoneContainer .DZCIUAttach .DZCIUAIIInfo{height:150px}.UploadCSVBox .UCVCBLink{text-align:center}.UploadCSVBox .UCVCBLink a{font-size:18px;font-weight:600;color:var(--dark-blue);text-decoration:underline}.AssignRepsStep{height:100%;display:flex;flex-direction:column;overflow:auto;overflow-y:overlay;overflow-x:overlay;border-right:1px solid #eaeaea}.AssignRepsStep .ARSHead{padding:15px;box-shadow:0 4px 34px 0 rgba(0,0,0,.062745098)}.AssignRepsStep .ARSHead .SearchBox input{padding:12px 25px 12px 30px}.AssignRepsStep .ARSBody{flex:1 1;overflow:auto;overflow-y:overlay;overflow-x:overlay;display:flex;flex-direction:column}.AssignRepsStep .ARSBody .ARSBInner{flex:1 1;overflow:auto;overflow-y:overlay;overflow-x:overlay;padding-top:15px}.AssignRepsStep .ARSBody .ARSBInner .ARSBINU{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.AssignRepsStep .ARSBody .ARSBInner .ARSBINU .ARSBINUIcon{font-size:200px;display:flex}.AssignRepsStep .ARSBody .ARSBInner .ARSBINU .ARSBINUTitle{font-size:22px;font-weight:600;color:#000}.AssignRepsStep .ARSBody .ARSBILoader{display:flex;justify-content:center;position:absolute;bottom:0;left:0;right:0;padding:10px;background:linear-gradient(0deg,rgba(0,0,0,.19),hsla(0,0%,100%,0))}.AssignRepsStep .ARSBody .ARSBInner .ARSBIUserInfo{padding:10px 15px;cursor:pointer;border-bottom:1px solid #f6f8fc}.ARSBIUSkeleton{display:flex;align-items:center;padding:10px 15px}.ARSBIUSkeleton .SkeletonMain.ARSBIUSIcon{border-radius:100%}.ARSBIUSkeleton .ARSBIUSTitle{flex:1 1;padding-left:15px}.ARSSelectedUser{display:flex;flex-direction:column;overflow:auto;overflow-y:overlay;overflow-x:overlay;height:100%}.ARSSelectedUser .ARSSUHead{padding:15px;box-shadow:0 4px 34px 0 rgba(0,0,0,.062745098)}.ARSSelectedUser .ARSSUHead .ARSSUHTitle{font-size:22px;line-height:44px;font-weight:500}.ARSSelectedUser .ARSSUBody{flex:1 1;overflow:auto;overflow-y:overlay;overflow-x:overlay}.ARSSelectedUser .ARSSUBody .ARSSUBInner{padding:20px 15px 10px}.ARSSelectedUser .ARSSUBody .ARSSUBInner .ARSSUBUser{padding:15px;border:1px solid #eaeaea;border-radius:4px;margin-bottom:15px}.ARSSelectedUser .ARSSUBody .ARSSUBInner .ARSSUBUser .ARSSUBUDetail{margin-bottom:15px;display:flex;align-items:flex-start}.ARSSelectedUser .ARSSUBody .ARSSUBInner .ARSSUBUser .ARSSUBUDetail .UserInfo{flex:1 1;padding-right:15px}.ARSSelectedUser .ARSSUBody .ARSSUBInner .ARSSUBUser .ARSSUBUDetail .ARSSUBUDRemove{font-size:12px}.ARSSelectedUser .ARSSUBody .ARSSUBINoUser{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.ARSSelectedUser .ARSSUBody .ARSSUBINUIcon{display:flex;font-size:200px;padding-top:15px}.ARSSelectedUser .ARSSUBody .ARSSUBINoUser .ARSSUBINUTitle{font-size:22px;font-weight:600;color:#000;margin-top:10px}.ARSSUBUser .ARSSUBUDropdown .ARSSUBUDAddNum{display:flex;align-items:flex-start;margin-top:15px}.ARSSUBUser .ARSSUBUDropdown .ARSSUBUDAddNum .DCPhoneNumberWrapper{flex:1 1;margin-right:10px}.CreateEmailStep{width:100%;display:flex;flex-wrap:wrap;height:100%}.CreateEmailStep .CESForm{width:65%;height:100%;overflow:auto;overflow-y:overlay;overflow-x:overlay}.CreateEmailStep .CESForm .CESFSelectField{display:flex;background-color:var(--white);border:1px solid #f2f2f2}.CreateEmailStep .CESForm .CESFSelectField .DCInputWrapper{width:100%;height:100%}.CreateEmailStep .CESForm .CESFSelectField .DCDSMainBtn span.buttonTitle{text-align:left}.CreateEmailStep .CESForm .CESFSelectField .DCDropdownSelect{flex:1 1}.CreateEmailStep .CESForm .CESFSelectField .DCDropdownSelect button{border:0}.CreateEmailStep .CESForm .CESFSelectField.CESFSFActive,.CreateEmailStep .CESForm .CESFSelectField.CESFSFActive .DCDropdownSelect button{border-color:var(--dark-blue)}.CreateEmailStep .CESForm .CESFSelectField .CESFSFLabel{display:flex;align-items:center;padding:5px 15px;border-right:1px solid #f2f2f2;font-size:14px;text-transform:none;color:#84929e;font-weight:400;line-height:normal}.CreateEmailStep .CESForm .CESFSelectField.CESFSFActive .CESFSFLabel{border-color:var(--dark-blue)}.CreateEmailStep .CESForm .fieldControl .CESFInputContainer{display:flex;align-items:flex-start}.CreateEmailStep .CESForm .fieldControl .CESFInputContainer .DCInputWrapper{flex:1 1;padding-right:15px}.CreateEmailStep .CESForm .fieldControl .CESFInputContainer .PersonalizeBtn{display:flex}.CreateEmailStep .CESForm .fieldControl .CESFInputContainer .PersonalizeBtn button.mainButton{padding:10px}.CreateEmailStep .CESForm .fieldControl .CESFInputContainer .AutoCompleteRoot .ACRLabelReadonly{background-color:#fafafa}.CreateEmailStep .CESForm .CESFTestForm{display:flex;align-items:flex-start}.CreateEmailStep .CESForm .CESFTestForm .DCInputWrapper{flex:1 1;margin-right:10px}.CreateEmailStep .CESMobView{width:35%;padding-left:50px;display:flex;justify-content:flex-end}.CESFEditor{position:relative;border:1px solid #e8f0f9;background-color:var(--white)}.CESFEditor.CESFEFocus{border-color:var(--dark-blue);box-shadow:0 0 3px var(--dark-blue)}.CESFEditor .WysiwygEditor{border:0}.CESFEditor .WysiwygEditor .UseTemplate{position:absolute;bottom:10px;left:10px;width:125px;z-index:1}.CESFEditor .WysiwygEditor .UseTemplate.UseTemplateStepperDropdown button{flex-direction:row-reverse!important}.CESFEditor .WysiwygEditor .UseTemplate.UseTemplateStepperDropdown button svg{margin-left:.2rem!important}@media screen and (max-width:1480px){.CESFEditor .WysiwygEditor .UseTemplate.UseTemplateStepperDropdown button svg{padding-left:.48rem!important;-webkit-transform:translateY(1px)!important;transform:translateY(1px)!important}}.CESFEditor .WysiwygEditor .UseTemplate button.mainButton{width:100%}.CESFEditor .WysiwygEditor .UseTemplate button.mainButton span.buttonTitle{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.CESFEditor .WysiwygEditor .PersonalizeBtn{position:absolute;bottom:10px;left:145px;z-index:1}.CESFEditor .WysiwygEditor .PersonalizeBtn .AutoCompleteRoot{width:auto;height:auto;margin:0;opacity:1}.CESFEditor .WysiwygEditor .PersonalizeBtn .AutoCompleteRoot .ACRLabel{padding:8px 35px 8px 8px;color:#84929e}.CESFEditor .WysiwygEditor .PersonalizeBtn .AutoCompleteRoot .ACRLabel:after{top:11px;width:13px;height:13px}.CESFEditor .CESFEBtns{height:57px;display:flex;align-items:center;padding-left:265px;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px;position:relative}.CESFEditor .CESFEBtns .CESFEAttachmentBtn{position:relative}.CESFEditor .CESFEBtns .CESFEAttachmentBtn input[type=file]{position:absolute;left:0;opacity:0;width:10px;z-index:-1}.CESFEditor .CESFEAttachList{display:flex;flex-wrap:wrap;padding:5px 7px 0}.CESFEditor .CESFEAttachList .CESFEAttachListLoading{display:flex;justify-content:flex-start;align-items:center}.CESFEditor .CESFEAttachList .CESFEALItem{display:flex;align-items:center;border:1px solid #e8f0f9;padding:3px 5px;border-radius:2px;margin:3px;max-width:150px;position:relative;overflow:hidden}.CESFEditor .CESFEAttachList .CESFEALItem .CESFEALILoad{position:absolute;bottom:0;left:0;right:0;height:100%;width:100%;opacity:.4;transition:all .3s ease}.CESFEditor .CESFEAttachList .CESFEALItem .CESFEALILoad .CESFEALILInner.inError{height:100%;background-color:#f44336}.CESFEditor .CESFEAttachList .CESFEALItem .CESFEALILoad .CESFEALILInner.inProgress{height:100%;background-color:var(--dark-blue);background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.CESFEditor .CESFEAttachList .CESFEALItem a.CESFEALITitle{font-size:12px;font-weight:500;color:#000;padding-right:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:1;cursor:pointer}.CESFEditor .CESFEAttachList .CESFEALItem .CESFEALIRemove{font-size:8px;display:flex;cursor:pointer;color:var(--dark-blue);position:relative;z-index:1;margin-left:5px}.CESFEditor .CESFEAttachList .CESFEALItem .CESFEALIRestart{font-size:10px;display:flex;cursor:pointer;color:#f44336;position:relative;z-index:1}.CESFEditor .CESFEAttachList .CESFEALItem .CESFEALIDownload,.CESFEditor .CESFEAttachList .CESFEALItem .CESFEALIPreView{font-size:12px;display:flex;cursor:pointer;color:var(--dark-blue);margin-right:5px;position:relative;z-index:1}.CESFEditor.CESFESub .WysiwygEditor .WEMEditor{min-height:40px;padding:7.5px 125px 7.5px 10px}.CESFEditor.CESFESub .PersonalizeBtn{display:flex;position:absolute;top:0;right:0;z-index:9}.CESFEditor.CESFESub .PersonalizeBtn .PSBLabel{border:0;padding:9px 10px;font-size:14px;line-height:22px;border-left:1px solid #f2f2f2}.personalizeDropdown .DCDSOptionList .DropdownOptionsBtn.mainButton span.buttonTitle,.useTemplateDropdown .DCDSOptionList .DropdownOptionsBtn.mainButton span.buttonTitle{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.SelectBusinesses{width:100%;display:flex;flex-direction:column;overflow:auto;overflow-y:overlay;overflow-x:overlay}.SelectBusinesses .SelectBusinessesHeader{display:flex;align-items:center;padding-bottom:15px}.SelectBusinesses .SelectBusinessesHeader .SearchBox{flex:1 1}.SelectBusinesses .SelectBusinessesHeader .SearchBox input{font-size:16px;padding:14px 25px 14px 30px}.SelectBusinesses .SelectBusinessesHeader .SBHBtn{font-size:16px;margin-left:25px;padding:14px 15px}.SelectBusinesses .SelectBusinessesBody{flex:1 1;display:flex;flex-direction:column;overflow:auto;overflow-y:overlay;overflow-x:overlay;position:relative}.SelectBusinesses .SelectBusinessesBody .SBBPreview,.SelectBusinesses .SelectBusinessesBody .SBBPreview:hover{padding:10px 15px;font-size:16px;font-weight:600;border:0;border-radius:0;z-index:1;width:100px;align-self:flex-start}.SelectBusinesses .SelectBusinessesBody .SBBPreview:hover{border-color:var(--dark-blue);color:var(--dark-blue);text-decoration:underline;cursor:pointer}.summaryStep{width:100%;display:flex;flex-direction:column;overflow:auto;overflow-y:overlay;overflow-x:overlay}.summaryStep .summaryStepHead{display:flex;align-items:center;background-color:#cad3e3;border:1px solid #cad3e3}.summaryStep .summaryStepHead .SSHCol{padding:10px;font-size:16px;font-weight:600;color:#434750}.summaryStep .summaryStepHead .SSHCol1{width:40%}.summaryStep .summaryStepHead .SSHCol2{width:60%}.summaryStep .summaryStepRow{display:flex;align-items:center;background-color:var(--white);border:1px solid #cad3e3;border-top:0}.summaryStep .summaryStepRow .SSRCol1{width:40%;border-right:1px solid #cad3e3}.summaryStep .summaryStepRow .SSRCol2{width:60%}.summaryStep .summaryStepRow .SSRCol{padding:10px}.summaryStep .summaryStepRow .SSRAction{display:flex;align-items:center}.summaryStep .summaryStepRow .SSRAction .SSRAIcon{display:flex;font-size:20px;padding:5px;background-color:#f6f8fc;border-radius:4px}.summaryStep .summaryStepRow .SSRAction .SSRAITitle{flex:1 1;padding-left:10px;font-size:15px;font-weight:500;color:#666}.summaryStep .summaryStepRow .SSRDes{font-size:15px;font-weight:500;color:#666}.summaryStep .summaryStepFooter{background-color:var(--white);border:1px solid #cad3e3;border-top:0;padding:10px}.summaryStep .summaryStepFooter .SSFContent{font-size:15px;font-weight:500;color:var(--dark-blue)}.SelectContactsMain{width:100%;height:100%;display:flex;flex-direction:column;overflow:auto}.SelectContacts{width:100%;height:100%;flex:1 1;display:flex;flex-direction:column}.SelectContacts .SelectContactsHeader{display:flex;background-color:var(--white);border:1px solid #cad3e3}.SelectContacts .SelectContactsHeader .SCHCol{padding:7px}.SelectContacts .SelectContactsHeader .SCHCol.SCHCol1{width:13%}.SelectContacts .SelectContactsHeader .SCHCol.SCHCol2{width:29%;border-left:1px solid #cad3e3}.SelectContacts .SelectContactsHeader .SCHCol.SCHCol2 .SCHCTitle{font-size:16px;font-weight:600;color:#666}.SelectContacts .SelectContactsBody{border:1px solid #cad3e3;border-top:0;background-color:var(--white);flex:1 1;overflow:auto;overflow-y:overlay;overflow-x:overlay}.SelectContacts .SelectContactsBody .SCHBRow{display:flex;background-color:var(--white);border-bottom:1px solid #cad3e3}.SelectContacts .SelectContactsBody .SCHBRow .SCHBRCol{padding:7px;display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.SelectContacts .SelectContactsBody .SCHBRow .SCHBRCol>div{width:100%}.SelectContacts .SelectContactsBody .SCHBRow .SCHBRCol.SCHBRCol1{width:13%}.SelectContacts .SelectContactsBody .SCHBRow .SCHBRCol.SCHBRCol2{width:29%;border-left:1px solid #cad3e3}.SelectContacts .SelectContactsBody .SCHBRow .SCHBRCol .SCHCCheck{display:flex;align-items:center}.SelectContacts .SelectContactsBody .SCHBRow .SCHBRCol .SCHCValid{font-size:24px;display:flex}.SelectContacts .SelectContactsBody .SCHBWrapper .SCHBRow .SCHBRCol .SCHCValid{margin-left:15px}.SelectContacts .SelectContactsBody .SCHBRow .SCHBRCol .SCHCValid.valid{color:#4de98a}.SelectContacts .SelectContactsBody .SCHBRow .SCHBRCol .SCHCValid.unValid{color:#f44336}.SelectContacts .SelectContactsBody .SCHBRow .SCHBRCol .SCHCCheck .iconButton.circleBtn{margin-right:10px}.SelectContacts .SelectContactsBody .SCHBRow .SCHBRCol .SCHCCheck .iconButton.circleBtn.SCHCCCollapsed{-webkit-transform:rotate(90deg);transform:rotate(90deg);color:var(--blue-invert);background-color:var(--dark-blue)}.SelectContacts .SelectContactsBody .SCHBRow .SCHBRCol .SCHCTitle{position:relative;padding-right:30px}.SelectContacts .SelectContactsBody .SCHBRow .SCHBRCol .SCHCTitle .UserInfo .UIImg{width:25px;height:25px}.SelectContacts .SelectContactsBody .SCHBRow .SCHBRCol .SCHCTitle button.iconButton{position:absolute;top:7px;right:0;visibility:hidden;opacity:0}.SelectContacts .SelectContactsBody .SCHBRow:hover .SCHBRCol .SCHCTitle button.iconButton{visibility:visible;opacity:1}.SelectContacts .SelectContactsBody .SCHBRow .SCHBRCol.SCHCTAddress{overflow:hidden}.SelectContacts .SelectContactsBody .SCHBRow .SCHBRCol.SCHCTAddress .SCHCTitle{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.TitleFieldGroup .TFGTitle{font-size:24px;font-weight:600;color:#26262b;padding-bottom:15px;text-align:center}.SelectTemplateView{overflow:auto;overflow-y:overlay;overflow-x:overlay;background-color:#f6f8fc;border:1px solid #eaeaea;padding:50px;border-radius:4px;height:100%;margin-top:10px}.SelectTemplateView .STVInner{display:grid;grid-gap:45px;gap:45px;grid-template-columns:repeat(auto-fill,minMax(250px,1fr));grid-auto-rows:250px}.SelectTemplateView .STVInner>div{background-color:var(--white);width:100%;height:100%}.TemplateViewSkeleton{height:100%;position:relative}.TemplateViewSkeleton .TVSInner{height:100%}.TemplateViewSkeleton .TVSHeader{position:absolute;top:10px;width:100%}.TemplateViewSkeleton .TVSHeader .TVSHInner{margin:auto}.TemplateViewSkeleton .TVSTitle{position:absolute;bottom:10px;width:100%}.TemplateViewSkeleton .TVSTitle .TVSTInner{margin:auto}.CheckboxStepOption label.Checkbox{padding:10px 0}.CheckboxStepOption label.Checkbox span.CheckboxLabel{font-size:16px;color:#666;font-weight:600}.CheckboxStepOption label.Checkbox span.CheckboxLabel strong{font-weight:600;color:#000}.CheckboxStepOptionAdd button.mainButton{color:var(--dark-blue);font-weight:600;font-size:15px;padding:10px 4px}.CreateEmailStep .CESForm .CESFTestForm .DCPhoneNumberWrapper{flex:1 1;margin-right:10px}.CESFEditor.CESFSMSEditor .WysiwygEditor{padding-bottom:15px}.CESFEditor.CESFSMSEditor .WysiwygEditor .WEMWrapper .WEMToolbar{padding:0;border:0}.CESFEditor.CESFSMSEditor .WysiwygEditor .WEMWrapper .WEMToolbar>div{display:none}.CESFEditor.CESFSMSEditor .WysiwygEditor .WEMWrapper .WEMToolbar>div.PersonalizeBtn,.CESFEditor.CESFSMSEditor .WysiwygEditor .WEMWrapper .WEMToolbar>div.UseTemplate{display:block}.CESFEditor.CESFSMSEditor .CESFESMSELimit{position:absolute;bottom:10px;right:10px;text-align:right}.CESFEditor.CESFSMSEditor .CESFESMSELimit .CESFESMSELNum{font-size:15px;font-weight:500;color:#7b7b7b;line-height:normal}.CESFEditor.CESFSMSEditor .CESFESMSELimit .CESFESMSELCre{font-size:12px;font-weight:600;line-height:normal}.CESFEditor.CESFSMSEditor .CESFESMSEPer{position:absolute;color:#f44336;font-weight:500;bottom:-20px;left:unset;font-size:12px}.CESFEditor.CESFSMSEditor .CESFSMSESaveTemp{display:flex;padding-left:260px;padding-bottom:10px}.SSTableView{height:100%;background-color:var(--white)}.SelectedBusinessDialog,.SSTableView .SSTVInner{display:flex;flex-direction:column;overflow:auto;height:100%}.SelectedBusinessDialog{overflow-y:overlay;overflow-x:overlay}.SelectedBusinessDialog .BodyBox{flex:1 1;overflow:auto;overflow-y:overlay;overflow-x:overlay;padding:0}.SelectedBusinessDialog .SBDUser{padding:15px;border-bottom:1px solid #f6f8fc;border-radius:4px;display:flex;align-items:center}.SelectedBusinessDialog .SBDUser .UserInfo{flex:1 1}.SelectedBusinessDialog .SBDUser .SBDUBtn{display:flex}.SelectedBusinessDialog .SBDUser .SBDUBtn button{margin-left:10px}.MapFieldsSL{flex:1 1;overflow:auto}.MapFieldsSL .MFSLInner{height:100%;display:flex;flex-direction:column;overflow:auto;min-width:1245px}.MapFieldsSL .MFSLInner .SLIHeader .SLIHCol{border-right:1px solid #cad3e3;text-align:left}.MapFieldsSL .MFSLInner .SLIHeader .SLIHCol:first-child{width:10%}.MapFieldsSL .MFSLInner .SLIHeader .SLIHCol:nth-child(2){width:25%}.MapFieldsSL .MFSLInner .SLIHeader .SLIHCol:nth-child(3){width:40%}.MapFieldsSL .MFSLInner .SLIHeader .SLIHCol:nth-child(4){width:25%;border-right:0}.MapFieldsSL .MFSLInner .SLIBody .SLIBRow .SLIBRCol{border-right:1px solid #cad3e3;text-align:left}.MapFieldsSL .MFSLInner .SLIBody .SLIBRow .SLIBRCol .SLIBRCText{justify-content:flex-start}.MapFieldsSL .MFSLInner .SLIBody .SLIBRow .SLIBRCol:first-child{width:10%}.MapFieldsSL .MFSLInner .SLIBody .SLIBRow .SLIBRCol:nth-child(2){width:25%}.MapFieldsSL .MFSLInner .SLIBody .SLIBRow .SLIBRCol:nth-child(3){width:40%;padding:0}.MapFieldsSL .MFSLInner .SLIBody .SLIBRow .SLIBRCol:nth-child(3) .SLIBRCText:first-child{border-right:1px solid #cad3e3}.MapFieldsSL .MFSLInner .SLIBody .SLIBRow .SLIBRCol:nth-child(3) .SLIBRCText{padding:10px;width:50%;height:100%;align-items:center}.MapFieldsSL .MFSLInner .SLIBody .SLIBRow .SLIBRCol:nth-child(4){width:25%;border-right:0}@media(min-width:1559px)and (max-width:1800px){.ARSSelectedUser .ARSSUBody .ARSSUBINUIcon{font-size:150px}.ARSSelectedUser .ARSSUBody .ARSSUBINoUser .ARSSUBINUTitle{font-size:20px}.SelectBusinesses .SelectBusinessesHeader .SearchBox input{font-size:16px;padding:10px 25px 10px 30px}.SelectBusinesses .SelectBusinessesHeader .SBHBtn{font-size:14px;margin-left:15px;padding:10px 15px}.SelectContacts .SelectContactsBody .SCHBRow .SCHBRCol .SCHCTitle button.iconButton{top:2px}.CESFEditor .CESFEBtns{padding-left:260px}}@media(min-width:1367px)and (max-width:1600px){.ARSSelectedUser .ARSSUBody .ARSSUBINUIcon{font-size:150px}.ARSSelectedUser .ARSSUBody .ARSSUBINoUser .ARSSUBINUTitle{font-size:20px}.CreateEmailStep .CESMobView{padding-left:45px;width:40%}.CreateEmailStep .CESForm{width:60%;overflow:auto}.CongratulationsBox .CBInner{width:60%}.SelectBusinesses .SelectBusinessesHeader .SearchBox input{font-size:16px;padding:10px 25px 10px 30px}.SelectBusinesses .SelectBusinessesHeader .SBHBtn{font-size:14px;margin-left:15px;padding:10px 15px}.SelectContacts .SelectContactsBody .SCHBRow .SCHBRCol .SCHCTitle button.iconButton{top:2px}.CESFEditor .CESFEBtns{padding-left:260px}.CardView .CVInner{grid-template-columns:repeat(auto-fill,minMax(240px,1fr));grid-auto-rows:240px}.SelectContactsMain .SelectContacts{width:1000px}.CESFEditor.CESFSMSEditor .CESFESMSEPer{bottom:-20px;left:unset;font-size:12px}.CESFEditor .CESFEBtns .CESFEAttachmentBtn button.mainButton,.CESFEditor .CESFEBtns .CESFSaveTemp button.mainButton,.CESFEditor .WysiwygEditor .UseTemplate button.mainButton{font-size:12px}}@media(min-width:1280px)and (max-width:1366.98px){.ARSSelectedUser .ARSSUBody .ARSSUBINUIcon{font-size:150px}.ARSSelectedUser .ARSSUBody .ARSSUBINoUser .ARSSUBINUTitle{font-size:20px}.CreateEmailStep .CESMobView{padding-left:45px;width:40%}.CreateEmailStep .CESForm{width:60%;overflow:auto}.CongratulationsBox .CBInner{width:60%}.SelectBusinesses .SelectBusinessesHeader .SearchBox input{font-size:16px;padding:10px 25px 10px 30px}.SelectBusinesses .SelectBusinessesHeader .SBHBtn{font-size:14px;margin-left:15px;padding:10px 15px}.SelectContacts .SelectContactsBody .SCHBRow .SCHBRCol .SCHCTitle button.iconButton{top:2px}.CESFEditor .CESFEBtns{padding-left:10px;height:auto;padding-bottom:55px}.CardView .CVInner{grid-template-columns:repeat(auto-fill,minMax(220px,1fr));grid-auto-rows:220px}.SelectContactsMain .SelectContacts{width:1000px}.CESFEditor.CESFSMSEditor .CESFESMSEPer{bottom:-20px;left:unset;font-size:12px}.CESFEditor.CESFSMSEditor .CESFSMSESaveTemp{padding-left:10px;padding-top:0;padding-bottom:55px}}@media(min-width:1024px)and (max-width:1279.98px){.CESFEditor .CESFEBtns{padding-left:10px;height:auto;padding-bottom:55px}.CardView .CVInner{grid-template-columns:repeat(auto-fill,minMax(210px,1fr));grid-auto-rows:220px}.SimpleInputView .SIVInner{width:100%}.CreateEmailStep .CESMobView{display:none}.CreateEmailStep .CESForm{width:100%;overflow:auto}.ARSSelectedUser .ARSSUBody .ARSSUBINoUser{padding:10px 40px;text-align:center}.ARSSelectedUser .ARSSUBody .ARSSUBINUIcon{font-size:100px}.CESFEditor .WysiwygEditor .WEMWrapper .WEMToolbar>div{margin-bottom:15px}.CESFEditor .WysiwygEditor .WEMWrapper .WEMToolbar{padding-bottom:0}.CESFEditor .WysiwygEditor .WEMWrapper .WEMToolbar>div.PersonalizeBtn,.CESFEditor .WysiwygEditor .WEMWrapper .WEMToolbar>div.UseTemplate{margin-bottom:0}.CongratulationsBox .CBInner{width:90%}.SelectBusinesses .SelectBusinessesHeader .SearchBox input{padding:10px 25px 10px 30px}.SelectBusinesses .SelectBusinessesHeader .SearchBox span.SearchIcon{left:10px}.SelectBusinesses .SelectBusinessesHeader .SBHBtn{font-size:14px;margin-left:15px;padding:11px 15px;border-radius:0}.SelectBusinesses .SelectBusinessesBody .PaginationMain .PMInner{flex-wrap:wrap}.SelectBusinesses .SelectBusinessesBody .PaginationMain .PMInner .PMPages{width:100%;order:1;justify-content:center}.SelectContactsMain .SelectContacts{width:1000px}.UploadCSVBox .UCBInner .DropZoneContainer{padding:50px;text-align:center}.CESFEditor.CESFSMSEditor .CESFESMSEPer{bottom:-20px;left:unset;font-size:12px}.CESFEditor.CESFSMSEditor .CESFSMSESaveTemp{padding-left:10px;padding-top:0;padding-bottom:55px}}@media(min-width:992px)and (max-width:1023.98px){.CardView .CVInner{grid-template-columns:repeat(auto-fill,minMax(200px,1fr));grid-auto-rows:200px}.SimpleInputView .SIVInner{width:100%}.ARSSelectedUser .ARSSUBody .ARSSUBINoUser{padding:10px 40px;text-align:center}.ARSSelectedUser .ARSSUBody .ARSSUBINUIcon{font-size:100px}.CreateEmailStep .CESMobView{display:none}.CreateEmailStep .CESForm{width:100%;overflow:auto}.CESFEditor .WysiwygEditor .WEMWrapper .WEMToolbar>div{margin-bottom:15px}.CESFEditor .WysiwygEditor .WEMWrapper .WEMToolbar{padding-bottom:0}.CESFEditor .WysiwygEditor .WEMWrapper .WEMToolbar>div.PersonalizeBtn,.CESFEditor .WysiwygEditor .WEMWrapper .WEMToolbar>div.UseTemplate{margin-bottom:0}.CongratulationsBox .CBInner{width:90%}.SelectBusinesses .SelectBusinessesHeader .SearchBox input{padding:10px 25px 10px 30px}.SelectBusinesses .SelectBusinessesHeader .SearchBox span.SearchIcon{left:10px}.SelectBusinesses .SelectBusinessesHeader .SBHBtn{font-size:14px;margin-left:15px;padding:11px 15px;border-radius:0}.SelectBusinesses .SelectBusinessesBody .PaginationMain .PMInner{flex-wrap:wrap}.SelectBusinesses .SelectBusinessesBody .PaginationMain .PMInner .PMPages{width:100%;order:1;justify-content:center}.SelectContactsMain .SelectContacts{width:1000px}.CESFEditor.CESFSMSEditor .CESFESMSEPer{bottom:-20px;left:unset;font-size:12px}.CESFEditor.CESFSMSEditor .CESFSMSESaveTemp{padding-left:10px;padding-top:0;padding-bottom:55px}}@media(min-width:768px)and (max-width:991.98px){.CardView .CVInner{grid-template-columns:repeat(auto-fill,minMax(200px,1fr));grid-auto-rows:250px}.SimpleInputView .SIVInner{width:100%}.ARSSelectedUser .ARSSUBody .ARSSUBINoUser{padding:10px 40px;text-align:center}.ARSSelectedUser .ARSSUBody .ARSSUBINUIcon{font-size:100px}.CreateEmailStep .CESMobView{display:none}.CreateEmailStep .CESForm{width:100%;overflow:auto}.CESFEditor .WysiwygEditor .WEMWrapper .WEMToolbar>div{margin-bottom:15px}.CESFEditor .WysiwygEditor .WEMWrapper .WEMToolbar{padding-bottom:0}.CESFEditor .WysiwygEditor .WEMWrapper .WEMToolbar>div.PersonalizeBtn,.CESFEditor .WysiwygEditor .WEMWrapper .WEMToolbar>div.UseTemplate{margin-bottom:0}.CongratulationsBox .CBInner{width:70%}.SelectBusinesses .SelectBusinessesHeader .SearchBox input{padding:10px 25px 10px 30px}.SelectBusinesses .SelectBusinessesHeader .SearchBox span.SearchIcon{left:10px}.SelectBusinesses .SelectBusinessesHeader .SBHBtn{font-size:14px;margin-left:15px;padding:11px 15px;border-radius:0}.SelectBusinesses .SelectBusinessesBody .PaginationMain .PMInner{flex-wrap:wrap}.SelectBusinesses .SelectBusinessesBody .PaginationMain .PMInner .PMPages{width:100%;order:1;justify-content:center}.SelectContactsMain .SelectContacts{width:1000px}.CESFEditor.CESFSMSEditor .CESFESMSEPer{bottom:-20px;left:unset;font-size:12px}.CESFEditor.CESFSMSEditor .CESFSMSESaveTemp{padding-left:10px;padding-top:0;padding-bottom:55px}}@media(min-width:576px)and (max-width:767.98px){.CESFEditor .CESFEBtns{padding-left:10px;height:auto;padding-bottom:55px}.CardView .CVInner{grid-template-columns:repeat(auto-fill,minMax(190px,1fr));grid-gap:20px;gap:20px;grid-auto-rows:220px;margin-bottom:0}.CardView{padding:20px}.SimpleInputView{padding:20px;align-items:flex-start}.SimpleInputView .SIVInner{width:100%}.SimpleInputView.fullWidth .SIVRow{flex-direction:column;flex-wrap:nowrap;overflow:auto;background-color:unset}.SimpleInputView.fullWidth .SIVRow .SIVRCol1{width:100%;background-color:var(--white);margin-bottom:15px}.SimpleInputView.fullWidth .SIVRow .SIVRCol2{width:100%}.AssignRepsStep .ARSBody{height:300px;flex:unset}.ARSSelectedUser{flex:unset;background-color:var(--white)}.ARSSelectedUser .ARSSUBody .ARSSUBINUIcon{font-size:100px}.CreateEmailStep .CESMobView{display:none}.CreateEmailStep .CESForm{width:100%}.CESFEditor .WysiwygEditor .WEMWrapper .WEMToolbar>div{margin-bottom:15px}.CESFEditor .WysiwygEditor .WEMWrapper .WEMToolbar{padding-bottom:0}.CESFEditor .WysiwygEditor .WEMWrapper .WEMToolbar>div.PersonalizeBtn,.CESFEditor .WysiwygEditor .WEMWrapper .WEMToolbar>div.UseTemplate{margin-bottom:0}.CongratulationsBox .CBInner{width:100%}.SelectBusinesses .SelectBusinessesHeader .SearchBox input{padding:10px 25px 10px 30px}.SelectBusinesses .SelectBusinessesHeader .SearchBox span.SearchIcon{left:10px}.SelectBusinesses .SelectBusinessesHeader .SBHBtn{font-size:14px;margin-left:15px;padding:11px 15px;border-radius:0}.SelectBusinesses .SelectBusinessesBody .PaginationMain .PMInner{flex-wrap:wrap}.SelectBusinesses .SelectBusinessesBody .PaginationMain .PMInner .PMPages{width:100%;order:1;justify-content:center}.SelectContactsMain .SelectContacts{width:1000px}.CESFEditor.CESFSMSEditor .CESFESMSEPer{bottom:-20px;left:unset;font-size:12px}.CESFEditor.CESFSMSEditor .CESFSMSESaveTemp{padding-left:10px;padding-top:0;padding-bottom:55px}}@media(max-width:575.98px){.CardView{padding:20px}.CardView .CVInner{grid-template-columns:250px;grid-gap:20px;gap:20px;grid-auto-rows:220px;margin-bottom:0;justify-content:center}.SimpleInputView{padding:20px;align-items:flex-start}.SimpleInputView .SIVInner{width:100%;padding:20px}.SimpleInputView.fullWidth .SIVRow{flex-direction:column;flex-wrap:nowrap;overflow:auto;background-color:unset}.SimpleInputView.fullWidth .SIVRow .SIVRCol1{width:100%;background-color:var(--white);margin-bottom:15px}.SimpleInputView.fullWidth .SIVRow .SIVRCol2{width:100%}.AssignRepsStep .ARSBody{height:300px;flex:unset}.ARSSelectedUser{flex:unset;background-color:var(--white)}.ARSSelectedUser .ARSSUBody .ARSSUBINoUser{padding:50px;text-align:center}.ARSSelectedUser .ARSSUBody .ARSSUBINUIcon{font-size:100px}.CreateEmailStep .CESMobView{display:none}.CreateEmailStep .CESForm{width:100%;overflow:auto}.CESFEditor .WysiwygEditor .WEMWrapper .WEMToolbar>div{margin-bottom:15px}.CESFEditor .WysiwygEditor .WEMWrapper .WEMToolbar{padding-bottom:0}.CESFEditor .WysiwygEditor .WEMWrapper .WEMToolbar>div.PersonalizeBtn,.CESFEditor .WysiwygEditor .WEMWrapper .WEMToolbar>div.UseTemplate{margin-bottom:0}.CESFEditor .WysiwygEditor .WEMWrapper .WEMToolbar>div.UseTemplate button{font-size:12px}.CESFEditor .WysiwygEditor .WEMWrapper .WEMToolbar>div.UseTemplate button span.buttonIcon{font-size:10px}.CESFEditor .WysiwygEditor .WEMWrapper .WEMToolbar>div.PersonalizeBtn{left:145px}.CESFEditor .WysiwygEditor .PersonalizeBtn .AutoCompleteRoot .ACRLabel{font-size:12px;padding-right:27px}.CESFEditor .WysiwygEditor .PersonalizeBtn .AutoCompleteRoot .ACRLabel:after{top:10px;width:10px;height:10px}.CESFEditor .CESFEBtns{padding-left:10px;height:auto;padding-bottom:55px}.CESFEditor .CESFEBtns .CESFSaveTemp{display:flex}.CESFEditor .CESFEBtns .CESFEAttachmentBtn button,.CESFEditor .CESFEBtns .CESFSaveTemp button.mainButton{font-size:12px}.CESFEditor .CESFEBtns .CESFEAttachmentBtn button span.buttonIcon{font-size:10px}.CESFEditor.CESFSMSEditor .CESFESMSELimit{bottom:55px}.CESFEditor.CESFSMSEditor .CESFESMSELimit .CESFESMSELCre{font-size:10px}.CESFEditor.CESFSMSEditor .CESFESMSELimit .CESFESMSELNum{font-size:12px}.CreateEmailStep .CESForm .CESFTestForm .DCPhoneNumberWrapper .react-tel-input .flag-dropdown ul.country-list{width:300px}.CongratulationsBox .CBInner{width:100%;padding:25px}.SelectBusinesses .SelectBusinessesHeader .SearchBox input{padding:10px 25px 10px 30px}.SelectBusinesses .SelectBusinessesHeader .SearchBox span.SearchIcon{left:10px}.SelectBusinesses .SelectBusinessesHeader .SBHBtn{font-size:14px;margin-left:15px;padding:11px 15px;border-radius:0}.SelectBusinesses .SelectBusinessesBody .PaginationMain .PMInner{flex-wrap:wrap}.SelectBusinesses .SelectBusinessesBody .PaginationMain .PMInner .PMPages{width:100%;order:1;justify-content:center}.SelectContactsMain .SelectContacts{width:1000px}.summaryStep .summaryStepRow{flex-direction:column;padding:10px}.summaryStep .summaryStepRow .SSRCol{padding:0}.summaryStep .summaryStepRow .SSRCol1{width:100%;border-right:0;padding-bottom:5px;border-bottom:1px solid #cad3e3}.summaryStep .summaryStepRow .SSRCol2{width:100%;padding-top:5px}.summaryStep .summaryStepRow .SSRDes{font-size:13px}.UploadCSVBox .UCBInner .DropZoneContainer{padding:50px;height:340px}.DropZoneContainer .DZCInner .DZCIMessage .DZCIMTitle{text-align:center;font-size:18px;font-weight:600}.CESFEditor.CESFSMSEditor .CESFESMSEPer{bottom:-20px;left:unset;font-size:12px}.CESFEditor.CESFSMSEditor .CESFSMSESaveTemp{padding-left:10px;padding-top:0;padding-bottom:55px}.SelectList .SLIMFHead{flex-direction:column;grid-row-gap:15px;row-gap:15px}.SelectList .SLIMFHead button.mainButton{align-self:center}}.CESFECreateEmailEditorActions{position:absolute;bottom:10px;left:10px;display:flex;justify-content:flex-start!important;padding-bottom:1rem;z-index:2}@media screen and (max-width:1480px){.CESFECreateEmailEditorActions{bottom:16px!important;width:96%!important;height:32%;background:#fff}}@media screen and (max-width:1280px){.CESFECreateEmailEditorActions{height:24%}}@media screen and (max-width:1019px){.CESFECreateEmailEditorActions{height:20%}}@media screen and (max-width:991px){.CESFECreateEmailEditorActions{height:22%}}@media screen and (max-width:500px){.CESFECreateEmailEditorActions{height:18%}}@media screen and (max-width:400p4){.CESFECreateEmailEditorActions{height:14%}}.CESFECreateEmailEditorActions .CESFECEEAChild{display:flex!important;width:100%!important;flex-wrap:wrap!important}@media screen and (max-width:1480px){.CESFECreateEmailEditorActions .CESFECEEAChild{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important}.CESFECreateEmailEditorActions .CESFECEEAChild>:first-child{padding-left:0!important;width:98.5%!important}.CESFECreateEmailEditorActions .CESFECEEAChild>*{width:100%!important}.CESFECreateEmailEditorActions .CESFECEEAChild .PersonalizeBtn,.CESFECreateEmailEditorActions .CESFECEEAChild button{width:100%!important;margin-top:0!important}.CESFECreateEmailEditorActions .CESFECEEAChild .PersonalizeBtn .PSBLabel{display:flex!important;justify-content:center;align-items:center!important;height:33px!important}.CESFECreateEmailEditorActions .CESFECEEAChild .CESFEBtns.OtherBtns{display:flex!important;grid-gap:0!important;gap:0!important;height:auto!important;grid-column:1/-1}.CESFECreateEmailEditorActions .CESFECEEAChild .CESFEBtns.OtherBtns>*{flex-basis:50%!important}}@media screen and (max-width:1366px){.CESFECreateEmailEditorActions .CESFECEEAChild .PersonalizeBtn .PSBLabel{height:36px!important}}@media screen and (max-width:575px){.CESFECreateEmailEditorActions .CESFECEEAChild .CESFEBtns.OtherBtns>* *{font-size:14px!important}}@media screen and (max-width:440px){.CESFECreateEmailEditorActions .CESFECEEAChild *,.CESFECreateEmailEditorActions .CESFECEEAChild .CESFEBtns.OtherBtns>* *{font-size:10px!important}.CESFECreateEmailEditorActions .CESFECEEAChild .PersonalizeBtn .PSBLabel{height:31px!important}}.CESFECreateEmailEditorActions *{width:-webkit-max-content!important;width:max-content!important;position:relative!important;margin:0!important;padding-left:4px!important;left:0!important;bottom:0!important;display:inline!important;-webkit-transform:translate(0)!important;transform:translate(0)!important;opacity:1!important}.CESFECreateEmailEditorActions .OtherBtns{display:flex;padding-left:0!important}@media screen and (max-width:1480px){.CESFECreateEmailEditorActions .OtherBtns .CESFSaveTemp{padding-left:0!important}}.CESFECreateEmailEditorActions input{display:none!important}.CESFECreateEmailEditorActions .PersonalizeBtn{margin-top:4px!important}@media screen and (max-width:1480px){.CESFECreateEmailEditorActions .PersonalizeBtn{padding-left:0!important}}.CESFECreateEmailEditorActions .PersonalizeBtn .PSBLTitle{font-weight:400!important;color:#84929e}@media screen and (max-width:1367px){.CESFECreateEmailEditorActions .PersonalizeBtn .PSBLTitle{font-size:14px!important}}@media screen and (max-width:440px){.CESFECreateEmailEditorActions .PersonalizeBtn .PSBLTitle{font-size:10px!important}}.CESFECreateEmailEditorActions .PersonalizeBtn .PSBLabel{padding:8px 10px!important}@media screen and (max-width:1480px){.CESFEditor .WysiwygEditor .CESFECreateEmailEditorActions .CESFECEEAChild .PersonalizeBtn .PSBLabel{width:100%!important}}.CreateEmailStep .CESFEditor.CESFEMessage .WysiwygEditor .DraftEditor-editorContainer{padding-bottom:3rem}@media screen and (min-width:500px)and (max-width:1480px){.CreateEmailStep .CESFEditor.CESFEMessage .WysiwygEditor .DraftEditor-editorContainer{padding:1rem 1rem 5.5rem}}.CESFECreateSMSEditorActions{width:100%;position:absolute;bottom:0;display:flex;align-items:center;padding:.2rem .4rem;z-index:2;background:#fff}@media(min-width:1280px)and (max-width:1480px){.CESFECreateSMSEditorActions{display:grid;grid-template-columns:1fr 1fr}}@media(min-width:992px)and (max-width:1100px){.CESFECreateSMSEditorActions{display:grid;grid-template-columns:1fr 1fr}}@media(max-width:790px){.CESFECreateSMSEditorActions{display:grid;grid-template-columns:1fr 1fr}}.CESFECreateSMSEditorActions>*{width:-webkit-max-content;width:max-content}.CESFECreateSMSEditorActions>* button{width:100%}.CESFECreateSMSEditorActions>:not(:last-child){margin-right:.2rem}@media(min-width:1280px)and (max-width:1480px){.CESFECreateSMSEditorActions>*{width:100%!important}}@media(max-width:1100px){.CESFECreateSMSEditorActions>*{width:100%!important}}.CESFECreateSMSEditorActions .PersonalizeBtn .PSBLabel,.CESFECreateSMSEditorActions .UseTemplate button{width:100%!important}.CESFECreateSMSEditorActions .PersonalizeBtn .PSBLabel{padding:6px 10px}.CESFECreateSMSEditorActions:first-child .UseTemplate,.CESFECreateSMSEditorActions:first-child .UseTemplate button{height:100%}.CESFECreateSMSEditorActions>:last-child{flex:1 1}.CESFECreateSMSEditorActions .CESFECSEACreditsInfo{display:flex;flex-direction:column;align-items:center;flex-wrap:wrap}.CESFECreateSMSEditorActions .CESFECSEACreditsInfo *{text-align:center;top:0;bottom:0;right:0;left:0;width:-webkit-max-content;width:max-content}.CESFECreateSMSEditorActions .UseTemplateStepperDropdown.sms button .buttonTitle{display:flex!important;flex-direction:row!important;justify-content:center!important}.CESFECreateSMSEditorActions .UseTemplateStepperDropdown.sms button .buttonTitle svg{-webkit-transform:translateY(2px)!important;transform:translateY(2px)!important;margin-left:.45rem!important}.CESFECreateSMSEditorActions .PersonalizeBtn .PSBLabel{justify-content:center}.CreateEmailStep .CESFEditor.CESFSMSEditor .WysiwygEditor .DraftEditor-editorContainer{padding:0 1rem 4rem}@media screen and (max-width:1367px){.DashboardAutomations__PersonalizeLabel .PSBLTitle{font-size:15px!important}}.DashboardAutomations__PersonalizeLabel .PSBLabel .PSBLTitle{font-size:12px!important;font-family:sans-serif;line-height:2}.DashboardAutomations__PersonalizeLabel .PSBLabel .PSBLIcon{padding-left:0!important}.DashboardAutomations__PersonalizeLabel .PSBLIcon svg{padding-left:4px!important;-webkit-transform:translateY(.9px)!important;transform:translateY(.9px)!important}.SDStepHead{font-size:16px;font-weight:600;color:#000;padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #ddd}.SCStep2{width:100%;height:100%;display:flex;flex-direction:column;overflow:auto}.SCStep2 .SDStepHead2{text-align:center;padding:20px;background-color:#ffebeb;border-radius:4px;border:1px solid #f8c4c4}.SCStep2 .SDStepHead2 .SDSH2Title{font-size:24px;font-weight:500;padding-bottom:5px}.SCStep2 .SDStepHead2 .SDSH2Title strong{text-transform:capitalize;font-weight:900;text-decoration:underline}.SCStep2 .SDStepHead2 .SDSH2STitle{font-size:16px;font-weight:500;color:#666}.SCStep2 .SDSHBody{padding:50px 0;flex:1 1}.SCStep2 .SDSHBody .SDSHBInner{background-color:#fff;padding:25px;border:1px solid #eaeaea;border-radius:4px;height:100%;overflow:auto}.SCStep2 .SDSHBody .SDSHBInner .SDSHBIItem{display:flex;align-items:center;padding-bottom:25px}.SCStep2 .SDSHBody .SDSHBInner .SDSHBIItem:last-child{padding-bottom:0}.SCStep2 .SDSHBody .SDSHBInner .SDSHBIItem .SDSHBIIIcon{font-size:24px;display:flex;color:#d9534f}.SCStep2 .SDSHBody .SDSHBInner .SDSHBIItem .SDSHBIIText{padding-left:15px;font-size:16px;font-weight:500;color:#666;flex:1 1}.SCStep2 .SDSHFooter{padding:25px;background-color:#fff;border-radius:4px;border:1px solid #eaeaea}.SCStep2 .SDSHFooter label.Checkbox span.CheckboxLabel{text-transform:none}.SCStep2 .SDS2Plan{margin-top:25px;padding:15px;background-color:#fff;border:1px solid #eaeaea;display:flex;align-items:center;border-radius:4px}.SCStep2 .SDS2Plan .SDS2PCur,.SCStep2 .SDS2Plan .SDS2PNew{flex:1 1;font-size:24px;font-weight:500;color:#666;text-align:center}.SCStep2 .SDS2Plan .SDS2PArr{display:flex;font-size:34px;color:#000}.SCStep2 .SDS2Team{margin-top:25px;border:1px solid #eaeaea}.SCStep2 .SDS2Team .SDS2THead{background-color:#fff;border-bottom:1px solid #eaeaea;border-radius:4px;padding:15px 50px 15px 15px;position:relative}.SCStep2 .SDS2Team .SDS2THead .SDS2THTitle{display:flex;align-items:center;padding-bottom:5px}.SCStep2 .SDS2Team .SDS2THead .SDS2THTitle .SDS2THTIcon{font-size:22px;display:flex;color:#83e814}.SCStep2 .SDS2Team .SDS2THead .SDS2THTitle .SDS2THTText{flex:1 1;padding-left:10px;font-size:16px;font-weight:600;color:#000}.SCStep2 .SDS2Team .SDS2THead .SDS2THDes{font-size:14px;font-weight:500;color:#666}.SCStep2 .SDS2Team .SDS2TBody{background-color:#fff;display:flex;max-height:190px}.SCStep2 .SDS2Team .SDS2TBody .SDS2TBLeft{width:50%;border-right:1px solid #eaeaea}.SCStep2 .SDS2Team .SDS2TBody .SDS2TBRight{width:50%}.SCStep2 .SDS2Team .SDS2TBody .SDS2TBLeft .SDS2TBLInner{display:block;flex-direction:column;overflow:auto;overflow-y:overlay;height:100%;min-height:100px}.SCStep2 .SDS2Team .SDS2TBody .SDS2TBLeft .SDS2TBLInner .SDS2TBLIItemSkeleton{margin:auto}.SCStep2 .SDS2Team .SDS2TBody .SDS2TBLeft .SDS2TBLInner .SDS2TBLIItem{display:flex;align-items:center;padding:10px 15px;border-bottom:1px solid #f6f8fc}.SCStep2 .SDS2Team .SDS2TBody .SDS2TBLeft .SDS2TBLInner .SDS2TBLIItem.active{background-color:hsla(0,0%,76.9%,.7294117647)}.SCStep2 .SDS2Team .SDS2TBody .SDS2TBLeft .SDS2TBLInner .SDS2TBLIItem:last-child{border-bottom:0}.SCStep2 .SDS2Team .SDS2TBody .SDS2TBLeft .SDS2TBLInner .SDS2TBLIItem .SDS2TBLIImg{font-size:25px;display:flex}.SCStep2 .SDS2Team .SDS2TBody .SDS2TBLeft .SDS2TBLInner .SDS2TBLIItem .SDS2TBLITitle{padding:0 15px;font-size:14px;font-weight:500;color:#666;flex:1 1}.SCStep2 .SDS2Team .SDS2TBody .SDS2TBRight .SDS2TBRInner{height:100%;display:flex;align-items:center;justify-content:center}.SCStep2 .SDS2Team .SDS2TBody .SDS2TBRight .SDS2TBRInner .SDS2TBRIProcess{width:100%;max-width:350px}.SCStep2 .SDS2Team .SDS2TBody .SDS2TBRight .SDS2TBRInner .SDS2TBRIProcess .SDS2TBRIPBG{padding:7px;background-color:#f6f8fc;border-radius:50px}.SCStep2 .SDS2Team .SDS2TBody .SDS2TBRight .SDS2TBRInner .SDS2TBRIProcess .SDS2TBRIPBG .SDS2TBRIPBGInner{height:10px;background-color:#1157f2;border-radius:50px;transition:all .3s ease}.SCStep2 .SDS2Team .SDS2TBody .SDS2TBRight .SDS2TBRInner .SDS2TBRIProcess .SDS2TBRIPText{font-size:16px;font-weight:600;text-align:center;padding-top:5px;color:#000}.SCStep2 .SDS2Team .SDS2THead .SDS2THIcon{position:absolute;display:flex;top:15px;right:15px;font-size:24px;color:#666}.SCStep2 .SDS2File{margin-top:25px;border:1px solid #eaeaea;background-color:#fff}.SCStep2 .SDS2File .SDS2FHead{background-color:#fff;border-bottom:1px solid #eaeaea;border-radius:4px;padding:15px 50px 15px 15px;position:relative}.SCStep2 .SDS2File .SDS2FHead .SDS2FHTitle{display:flex;align-items:center;padding-bottom:5px}.SCStep2 .SDS2File .SDS2FHead .SDS2FHTitle .SDS2FHTIcon{font-size:24px;display:flex}.SCStep2 .SDS2File .SDS2FHead .SDS2FHTitle .SDS2FHText{flex:1 1;padding-left:10px;font-size:16px;font-weight:600;color:#000}.SCStep2 .SDS2File .SDS2FHead .SDS2FHDes{font-size:14px;font-weight:500;color:#666}.SCStep2 .SDS2File .SDS2FHead .SDS2FHIcon{position:absolute;display:flex;top:15px;right:15px;font-size:24px;color:#666}.SCStep2 .SDS2File .SDS2FBody{padding:15px}.SCStep2 .SDS2File .SDS2FBody .SDS2FBIHelp{border:1px solid #ff8b14;background-color:#fed8b1;padding:15px;border-radius:4px;display:flex;align-items:flex-start}.SCStep2 .SDS2File .SDS2FBody .SDS2FBIHelp .SDS2FBIHIcon{display:flex;font-size:24px;color:#000}.SCStep2 .SDS2File .SDS2FBody .SDS2FBIHelp .SDS2FBIHTitle{flex:1 1;padding-left:15px;font-size:14px;color:#666}.SCStep2 .SDS2File .SDS2FBody .SDS2FBFooter{padding-top:15px}.SCStep2 .SDS2FBFooter label.Checkbox span.CheckboxLabel{text-transform:none}@-webkit-keyframes floating{0%{-webkit-transform:translateY(0);transform:translateY(0)}65%{-webkit-transform:translateY(15px);transform:translateY(15px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes floating{0%{-webkit-transform:translateY(0);transform:translateY(0)}65%{-webkit-transform:translateY(15px);transform:translateY(15px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.NotFound404{background-image:url(/static/media/star.09946b18.svg),linear-gradient(180deg,#05007a,#4d007d);flex:1 1;background-attachment:fixed;overflow:hidden;position:relative}.NotFound404 .NF404mars{left:0;right:0;bottom:0;position:absolute;height:27vmin;background:url(/static/media/mars.0fb900ff.svg) no-repeat bottom;background-size:cover}.NotFound404 .NF404logo-404{position:absolute;margin-left:auto;margin-right:auto;left:0;right:0;top:25vmin;width:30vmin;z-index:999}.NotFound404 .NotFoundshapes .NFSInner{height:100%;width:100%}@media(max-width:480px)and (min-width:320px){.NotFound404 .NF404logo-404{top:45vmin}}.NotFound404 .NF404meteor{position:absolute;right:7vmin;top:16vmin}.NotFound404 .NF404title{color:#fff;font-family:"Nunito",sans-serif;font-weight:600;text-align:center;font-size:7vmin;margin-top:36vmin;z-index:999;position:relative}@media(max-width:480px)and (min-width:320px){.NotFound404 .NF404title{margin-top:65vmin}}.NotFound404 .NF404subtitle{color:#fff;font-family:"Nunito",sans-serif;font-weight:400;text-align:center;font-size:3.5vmin;margin-top:3vmin;z-index:999;position:relative}.NotFound404 .NF404spaceship{position:absolute;bottom:15vmin;right:24vmin}@media(max-width:480px)and (min-width:320px){.NotFound404 .NF404spaceship{width:45vmin;bottom:18vmin}}.NotFound404 .NotFoundshapes{position:absolute;top:0;left:0;right:0;bottom:0;z-index:99;overflow:hidden}.NotFoundshapes .rocket{-webkit-transform:rotate(113deg);transform:rotate(113deg);z-index:100!important}.NotFoundshapes .rocket-holder{-webkit-animation:up-down infinite;animation:up-down infinite;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:.15s;animation-duration:.15s;z-index:100!important;position:absolute;top:50%;left:30%}@-webkit-keyframes up-down{to{-webkit-transform:translateY(0);transform:translateY(0)}0%{-webkit-transform:translateY(2px);transform:translateY(2px)}}@keyframes up-down{to{-webkit-transform:translateY(0);transform:translateY(0)}0%{-webkit-transform:translateY(2px);transform:translateY(2px)}}.NotFoundshapes .shape0{position:absolute;background:beige;border-radius:80%;z-index:8;right:-2000px;-webkit-animation:rocket;animation:rocket;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.NotFoundshapes .shape1{width:30px;top:50%;-webkit-animation-delay:.7s;animation-delay:.7s}.NotFoundshapes .shape1,.NotFoundshapes .shape2{height:3px;-webkit-animation-duration:4s;animation-duration:4s}.NotFoundshapes .shape2{width:60px;top:60%;-webkit-animation-delay:.5s;animation-delay:.5s}.NotFoundshapes .shape3{width:30px;top:45%;-webkit-animation-delay:.15s;animation-delay:.15s}.NotFoundshapes .shape3,.NotFoundshapes .shape4{height:3px;-webkit-animation-duration:4s;animation-duration:4s}.NotFoundshapes .shape4{width:10px;top:60%;-webkit-animation-delay:.1s;animation-delay:.1s}.NotFoundshapes .shape5{height:3px;width:30px;top:50%;-webkit-animation-duration:4s;animation-duration:4s}@-webkit-keyframes rocket{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-4000px);transform:translateX(-4000px)}}@keyframes rocket{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-4000px);transform:translateX(-4000px)}}.planets{position:absolute;right:-2000px;z-index:-1;-webkit-animation:rocket;animation:rocket;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:15s;animation-duration:15s}.planet1{top:20%;-webkit-animation-delay:50ms;animation-delay:50ms}.planet2{top:2%;-webkit-animation-delay:2s;animation-delay:2s}.planet4{bottom:5%;-webkit-animation-delay:3s;animation-delay:3s}.planet5{bottom:30%;-webkit-animation-delay:5s;animation-delay:5s}.planet6{top:20%;-webkit-animation-delay:8s;animation-delay:8s}.planet7{bottom:30%;-webkit-animation-delay:9s;animation-delay:9s}.planet8{width:400px;bottom:-30%;left:-1000;-webkit-animation-duration:40s;animation-duration:40s;-webkit-animation-delay:1s;animation-delay:1s}.planet9{bottom:10%;-webkit-animation-delay:6s;animation-delay:6s}.final{position:absolute;top:35%;left:70%;-webkit-animation:final 25s normal;animation:final 25s normal;z-index:100;-webkit-animation-delay:15s;animation-delay:15s;width:399px}@-webkit-keyframes final{0%{-webkit-transform:translateX(5000px);transform:translateX(5000px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes final{0%{-webkit-transform:translateX(5000px);transform:translateX(5000px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.final img{position:absolute}.final .human{width:100px;top:0;-webkit-animation:up-down-final infinite;animation:up-down-final infinite;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:1s;animation-duration:1s}.final .planet10{bottom:20%}.final .planet10,.final .planet11{-webkit-animation:up-down-final infinite;animation:up-down-final infinite;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:2s;animation-duration:2s}.final .planet11{-webkit-animation-delay:2s;animation-delay:2s;top:10%}@-webkit-keyframes up-down-final{to{-webkit-transform:translateY(0);transform:translateY(0)}0%{-webkit-transform:translateY(10px);transform:translateY(10px)}}@keyframes up-down-final{to{-webkit-transform:translateY(0);transform:translateY(0)}0%{-webkit-transform:translateY(10px);transform:translateY(10px)}}.passwordDialogMain .MDCRow{border-radius:4px}.passwordDialogMain .MDBackdrop{background-color:rgba(0,0,0,.8901960784)}.passwordDialogMain .pDMInner{background-color:var(--white);border-radius:4px;padding:40px;position:relative;z-index:1}.passwordDialogMain .pDMInner .pDMIIcon{display:flex;justify-content:center}.passwordDialogMain .pDMInner .pDMIIcon .pDMIIInner{font-size:80px;display:flex;padding:10px;border-radius:100%;box-shadow:0 0 10px rgba(0,0,0,.0862745098);color:#2c3b4e}.passwordDialogMain .pDMInner .pDMITitle{text-align:center;font-size:28px;width:100%;padding-top:20px}.passwordDialogMain .pDMInner .pDMIInput{margin-top:20px;position:relative}.passwordDialogMain .pDMInner .pDMIError{margin-top:15px;font-size:14px;font-weight:500;color:#f44336}.passwordDialogMain .pDMInner .pDMIInput.pDMIIErr .DCInputWrapper input.DCInput{border-color:#f44336;box-shadow:0 0 3px #f44336}.passwordDialogMain .pDMInner .pDMIInput.pDMIIErr .pDMIIIcon{color:#f44336}.passwordDialogMain .pDMInner .pDMIInput .pDMIIIcon{position:absolute;font-size:20px;top:15px;left:10px;z-index:9}.passwordDialogMain .pDMInner .pDMIInput .pDMIIRightIcon{position:absolute;font-size:20px;top:15px;right:10px}.passwordDialogMain .pDMInner .pDMIInput .DCInputWrapper input.DCInput{color:#000;padding:15px 15px 15px 40px;font-size:16px}.passwordDialogMain .pDMInner .pDMIBtn{padding-top:20px}.passwordDialogMain .pDMInner .pDMIBtn button.mainButton{padding:15px;font-size:16px;font-weight:600}@media(max-width:575.98px){.passwordDialogMain .pDMInner{padding:25px}.passwordDialogMain .pDMInner .pDMITitle{font-size:20px}.passwordDialogMain .pDMInner .pDMIIcon .pDMIIInner{font-size:50px}}.PCRViewMain .PCRViewContainer.CheckoutPageContainer{padding:0}.DCCoupon{font-size:14px;font-style:italic;color:var(--dark-blue)}.DCCouponRemove{color:red!important;padding:2px 1rem 0!important}.CheckoutPage{flex:1 1;display:flex;flex-direction:column;overflow:auto;align-items:center}.CheckoutPagePadding{padding:50px}.CheckoutPage .CheckoutPageInner{max-width:1200px;background-color:var(--white);width:100%;flex:1 1;box-shadow:0 10px 20px hsla(0,0%,78.4%,.0862745098);border-radius:4px;display:flex;flex-direction:column;overflow:auto;position:relative}.CheckoutPageLoader{position:fixed;left:0;right:0;top:0;bottom:0;z-index:9999999;background-color:hsla(0,0%,96.1%,.8784313725);display:flex;flex-direction:column;justify-content:center;align-items:center}.CheckoutPageLoader .CircularLoader,.CheckoutPageLoader svg.circular-loader{width:80px;height:80px}.CheckoutPageLoader .CPLTitle{font-size:28px;font-weight:600;margin-top:30px}.CheckoutPage .CheckoutPageInner .COPIRow{height:100%;display:flex}.CheckoutPage .CheckoutPageInner .COPICol{display:flex;flex-direction:column;overflow:auto}.CheckoutPage .CheckoutPageInner .COPICol:first-child{width:60%;border-right:1px solid #f6f8fc}.CheckoutPage .CheckoutPageInner .COPICol:nth-child(2){width:40%}.CheckoutPage .CheckoutPageInner .COPICol .COPICHead{font-size:22px;font-weight:600;color:#000;padding:15px;border-bottom:1px solid #f6f8fc;display:flex;align-items:center}.CheckoutPage .CheckoutPageInner .COPICol .COPICHead span{flex:1 1}.CheckoutPage .CheckoutPageInner .COPICol .COPICHead strong{font-size:14px;font-weight:600;text-decoration:underline;color:var(--dark-blue);display:none}.CheckoutPage .CheckoutPageInner .COPICol .COPICHead button{display:none}.CartPage .CartPageInner .COPIHead{text-align:center;padding:15px;border-bottom:1px solid #f6f8fc}.CartPage .CartPageInner .COPIHead .COPIHTitle{font-size:32px;font-weight:600;color:#000;padding-bottom:15px}.CartPage .CartPageInner .COPIHead .COPIHBtn{display:flex;justify-content:center;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.CartPage .CartPageInner .COPICartItems{flex:1 1;display:flex;flex-direction:column;overflow:auto}.COPICartItems .COPICIHead{display:flex;padding:15px}.COPICartItems .COPICIHead>:last-child{flex:1 1}.COPICartItems .COPICIHead .COPICITitle{font-size:18px;font-weight:500;color:#000}.COPICartItems .COPICIHead>div:first-child{width:49%}.COPICartItems .COPICIHead>div:nth-child(2),.COPICartItems .COPICIHead>div:nth-child(3),.COPICartItems .COPICIHead>div:nth-child(4){width:17%;text-align:right}.COPICartItems .COPICIList{flex:1 1;overflow:auto;overflow-y:overlay;overflow-x:overlay}.COPICartItems .COPICIList .COPICIGroup{margin-bottom:15px}.COPICartItems .COPICIList .COPICIGroup:last-child{margin-bottom:0}.COPICIGroup .COPICIGTitle{font-size:14px;color:var(--dark-blue);font-weight:500;padding:0 15px 5px}.COPICIGroup .COPICIGProduct{display:flex;align-items:center;padding:15px;box-shadow:0 3px 6px hsla(0,0%,69.8%,.0862745098);margin-bottom:15px;position:relative}.COPICIGroup .COPICIGProduct>:last-child{flex:1 1}.OrderConfirmation .COPICIGroup .COPICIGProduct.PFailure{box-shadow:inset 0 0 0 2px #f44336;background-color:#fffcfc}.OrderConfirmation .COPICIGroup .COPICIGProduct.COPICIGPSuccess{background-color:#f9fcfa}.COPICIGroup .COPICIGProduct:last-child{margin-bottom:0}.COPICIGProduct .COPICIGPInfo{width:49%;display:flex;align-items:center}.COPICIGProduct .COPICIGPInfo .COPICIGPIIcon{display:flex;font-size:30px;padding:10px;box-shadow:0 0 4px rgba(91,91,91,.0862745098);border-radius:10px}.COPICIGProduct .COPICIGPInfo .COPICIGPIIcon img{width:35px;height:35px}.COPICIGProduct .COPICIGPInfo .COPICIGPIDetail{flex:1 1;padding-left:15px}.COPICIGProduct .COPICIGPInfo .COPICIGPIDetail .COPICIGPIDTitle{font-size:18px;font-weight:600;color:#666;line-height:normal;padding-bottom:5px}.COPICIGProduct .COPICIGPInfo .COPICIGPIDetail .COPICIGPIDType{display:flex;align-items:center}.COPICIGProduct .COPICIGPInfo .COPICIGPIDetail .COPICIGPIDType span{font-size:14px;color:#666;margin-right:10px}.COPICIGProduct .COPICIGPInfo .COPICIGPIDetail .COPICIGPIDUD{display:inline-block;font-size:12px;padding:5px;border-radius:4px;color:#fff;min-width:70px;text-align:center}.COPICIGroup .COPICIGProduct .COPICIGPQun{width:17%;text-align:right;font-size:16px;font-weight:500;color:#666}.COPICIGroup .COPICIGProduct .COPICIGPRec .discounted,.COPICIGroup .COPICIGProduct .COPICIGPSetup .discounted{display:flex;flex-direction:column}.COPICIGroup .COPICIGProduct .COPICIGPRec .discounted .strike,.COPICIGroup .COPICIGProduct .COPICIGPSetup .discounted .strike{text-decoration:line-through;font-style:italic}.COPICIGroup .COPICIGProduct .COPICIGPRec,.COPICIGroup .COPICIGProduct .COPICIGPSetup{width:17%;text-align:right;font-size:16px;font-weight:500;color:#666}.COPICIGroup .COPICIGProduct .COPICIGPInfoIcon{font-size:24px;display:flex;padding-left:10px}.COPICIGroup .COPICIGProduct .COPICIGPInfoIcon .TooltipWithIcon{color:#f44336}.COPIFooter{border-top:1px solid #eaeaea}.COPIFooter .COPISubTotal{padding:15px;display:flex;align-items:center;border-bottom:1px solid #f6f8fc}.COPIFooter .COPISubTotal .COPIFTitle{font-size:20px;font-weight:600;color:#000;width:66%}.COPIFooter .COPISubTotal .COPIFTRec{width:17%;text-align:right}.COPIFooter .COPISubTotal .COPIFTRec .COPIFTRPrice{font-size:16px;font-weight:600;color:#000}.COPIFooter .COPISubTotal .COPIFTRec .COPIFTRTime{font-size:14px;font-weight:500;color:#666}.COPIFooter .COPISubTotal .COPIFTSet{width:17%;text-align:right}.COPIFooter .COPISubTotal .COPIFTSet .COPIFTSPrice{font-size:16px;font-weight:600;color:#000}.COPIFooter .COPISubTotal .COPIFTSet .COPIFTSTime{font-size:14px;font-weight:500;color:#666}.COPIFooter .COPIAmDu{display:flex;align-items:center;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;padding:15px}.COPIFooter .COPIAmDu .COPIADCol{width:60%}.COPIFooter .COPIAmDu .COPIADCol .COPIADCTitle{font-size:16px;font-weight:600;color:#000}.COPIFooter .COPIAmDu .COPIADCol .SimpleLink{color:var(--dark-blue);font-weight:600}.COPIFooter .COPIAmDu .COPIADPrice{width:20%;text-align:center;font-size:18px;font-weight:600;color:#000}.COPIFooter .COPIAmDu .COPIADBtn{width:20%;text-align:center}.COPIFooter .COPIAppCoup{display:flex;padding:15px;border-top:1px solid #f6f8fc}.COPIFooter .COPIAppCoup .DCInputWrapper{width:50%;margin-right:15px}.COPIFooter .COPIAMDue{display:flex;padding:15px;background-color:#fff}.COPIFooter .COPIAMDue .COPIAMDTitle{font-size:18px;font-weight:600;flex:1 1}.COPIFooter .COPIAMDue .COPIAMDTitleSpace{font-size:18px;font-weight:600;width:330px;text-align:end}.COPIAMACDue{display:flex;padding:15px;background-color:#fff;justify-content:flex-end;grid-column-gap:100px;-webkit-column-gap:100px;column-gap:100px}.COPIAMDPriceSpace{width:100px;text-align:end}.COPIFooter .COPIAMDue .COPIAMDPrice{font-size:18px;font-weight:600;color:#666}.CheckoutPage .CheckoutPageInner .COPICol .COPICartItems{flex:1 1;overflow:auto;display:flex;flex-direction:column}.COPICPromoCode{display:flex;padding:8px 15px 0}.COPICPromoCode .mainButton{margin-left:.4rem}.CheckoutPage .CheckoutPageInner .COPICol .COPICPayMethList{flex:1 1;padding:15px}.COPICPayMethList .COPICPMLItem{margin-bottom:15px}.COPICPayMethList .COPICPMLItem .COPICPMLCards{margin-top:15px}.COPICPayMethList .COPICPMLItem .COPICPMLCards .DCDSMainBtn.DCDSMSelect{padding:0}.COPICPayMethList .COPICPMLItem .COPICPMLCards .CardInput{border:0}.DCDSOptionList .COPICPMLCardOption .DropdownOptionsBtn.mainButton{padding:0;border:0}.DCDSOptionList .COPICPMLCardOption .CardInput .CardInputWrapper input{color:#000;font-weight:600}.DCDSOptionList .COPICPMLCardOption .CardInput{border:0}.DCDSOptionList .COPICPMLCardOption{display:flex;align-items:center;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px;background-color:#f6f8fc;padding-right:10px}.COPICPayMethList .StripeElement{padding:10px;border:1px solid #e7f0f9;border-radius:4px}.COPICPayMethList .ANCDZCS{display:flex;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}.COPICPayMethList .ANCBtn{display:flex;padding-top:15px;padding-bottom:15px}.COPICPayMethList .COPICPayBtn button.mainButton{padding:13px;border-radius:100px;justify-content:center}.COPICPayMethList .COPICPayBtn button.mainButton span.buttonTitle{flex:unset;padding-right:10px}.COPICPayMethList .COPICPMLItem .AddNewCard{margin-top:15px}.COPICPayMethList .COPICPMLItem .AddNewCard .ANCGroup{margin-bottom:15px}.AddNewCard .ANCGroup .ANCGroupTitle{font-size:18px;font-weight:600;color:#666;padding-bottom:10px}.AddNewCard .ANCGroup .ANCGZCS{display:flex}.AddNewCard .ANCGroup .ANCGZCS .DCInputWrapper input{border-radius:0}.AddNewCard .ANCGroup .ANCGTC{text-transform:lowercase;font-weight:600;color:var(--dark-blue)}.OCPIAMPaid{display:flex;padding:15px;margin:15px;background-color:#f6f8fc;border:1px solid #e8eef9;border-radius:4px}.OCPIAMPaid .OCPIAMPTitle{display:flex;align-items:center;flex:1 1;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.OCPIAMPaid .OCPIAMPTitle .OCPIAMPIcon{font-size:24px;color:#4caf50}.OCPIAMPaid .OCPIAMPTitle .OCPIAMPText{font-size:16px;font-weight:500;color:#666}.OCPIAMPaid .OCPIAMPTitle .OCPIAMPText strong{color:#000}.OCPIAMPaid .COPIAMDPrice{font-size:18px;font-weight:600;color:#666}.OrderConfirmationPage{padding:0;flex:1 1;display:flex;flex-direction:column;overflow:auto}.OrderConfirmationPage .OCPHead{padding:15px;text-align:center}.OrderConfirmationPage .OCPHead .OCPHTitle{font-size:28px;font-weight:600;color:#000}.OrderConfirmationPage .OCPHead .OCPHSTitle{font-size:18px;font-weight:500;color:#666}.OrderConfirmationPage .OCPHead .OCPHSTitle span{font-weight:600;text-transform:capitalize}.OrderConfirmationPage .OCPHead .OCPHSRetry{padding:15px;background-color:#fffcfc;border:2px solid #f44336;font-size:16px;font-weight:600;color:#f44336;cursor:pointer;margin:20px 50px 0}.OrderConfirmationPage .OCPIcon{display:flex;justify-content:center;font-size:350px;padding:15px 0}.OrderConfirmationPage .OCPVMAB{text-align:center;font-size:16px;font-weight:500;color:#666}.OrderConfirmationPage .OCPVMAB a{color:var(--dark-blue);text-decoration:underline}.OrderConfirmationPage .OCPCD{padding:15px}.OrderConfirmationPage .OCPCD button.mainButton{padding:13px;border-radius:100px;justify-content:center}.OrderConfirmationPage .OCPCD button.mainButton span.buttonTitle{flex:unset;padding-right:10px}.OrderConfirmationPage .OCPDRec{display:flex;justify-content:center;padding-top:15px}.CheckoutPage .CheckoutPageInner .COPICol .COPICont{display:none}@media screen and (max-width:991px){.CheckoutPage .CheckoutPageInner .COPICol .COPICont{display:flex;justify-content:flex-end;padding:13px 15px}}@media screen and (max-width:575.98px){.CheckoutPage .CheckoutPageInner .COPICol .COPICont button{padding:13px 15px;width:100%}}.COPICIGroup .COPICIGProduct .COPICIGPQun strong,.COPICIGroup .COPICIGProduct .COPICIGPRec strong,.COPICIGroup .COPICIGProduct .COPICIGPSetup strong{display:none}.CheckoutPage.OrderConfirmation .COPICartItems .COPICIHead>div:nth-child(2),.CheckoutPage.OrderConfirmation .COPICartItems .COPICIHead>div:nth-child(3),.CheckoutPage.OrderConfirmation .COPICIGroup .COPICIGProduct .COPICIGPRec,.CheckoutPage.OrderConfirmation .COPICIGroup .COPICIGProduct .COPICIGPSetup{width:25%}.OrderConfirmationPage .OCPContent{flex:1 1;border-top:1px solid #e8eef9;overflow:auto;display:flex;flex-direction:column}.OrderConfirmationPage .OCPContent .OCPCTitle{font-size:18px;font-weight:600;padding:10px 15px}.OrderConfirmationPage .OCPContent .OCPCFeature{flex:1 1;overflow-x:overlay}.OrderConfirmationPage .OCPContent .OCPCFeature .OCPCFItem{padding:15px;display:flex;align-items:flex-start;border-top:1px solid #e8eef9;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.OrderConfirmationPage .OCPContent .OCPCFeature .OCPCFItem .OCPCFIIcon{display:flex;font-size:24px;color:#4caf50}.OrderConfirmationPage .OCPContent .OCPCFeature .OCPCFItem .OCPCFIInfo{flex:1 1}.OrderConfirmationPage .OCPContent .OCPCFeature .OCPCFItem .OCPCFIInfo .OCPCFIITitle{font-size:16px;font-weight:600}.OrderConfirmationPage .OCPContent .OCPCFeature .OCPCFItem .OCPCFIInfo .OCPCFIIDes{font-size:14px;color:#666}@media(min-width:1367px)and (max-width:1559.98px){.COPICartItems .COPICIHead .COPICITitle{font-size:16px}.COPICIGProduct .COPICIGPInfo .COPICIGPIIcon img{width:30px;height:30px}.COPICIGProduct .COPICIGPInfo .COPICIGPIDetail .COPICIGPIDTitle{font-size:16px}.COPICIGProduct .COPICIGPInfo .COPICIGPIDetail .COPICIGPIDType span{font-size:12px}.COPICIGroup .COPICIGProduct .COPICIGPRec,.COPICIGroup .COPICIGProduct .COPICIGPSetup{font-size:14px}.COPIFooter .COPISubTotal .COPIFTitle{font-size:18px}}@media(min-width:1280px)and (max-width:1366.98px){.COPICartItems .COPICIHead .COPICITitle{font-size:16px}.COPICIGProduct .COPICIGPInfo .COPICIGPIIcon img{width:30px;height:30px}.COPICIGProduct .COPICIGPInfo .COPICIGPIDetail .COPICIGPIDTitle{font-size:16px}.COPICIGProduct .COPICIGPInfo .COPICIGPIDetail .COPICIGPIDType span{font-size:12px}.COPICIGroup .COPICIGProduct .COPICIGPRec,.COPICIGroup .COPICIGProduct .COPICIGPSetup{font-size:14px}.COPIFooter .COPISubTotal .COPIFTitle{font-size:18px}}@media(min-width:1024px)and (max-width:1279.98px){.CheckoutPage{padding:15px 0}.COPICartItems .COPICIHead .COPICITitle{font-size:16px}.COPICIGProduct .COPICIGPInfo .COPICIGPIIcon img{width:30px;height:30px}.COPICIGProduct .COPICIGPInfo .COPICIGPIDetail .COPICIGPIDTitle{font-size:16px}.COPICIGProduct .COPICIGPInfo .COPICIGPIDetail .COPICIGPIDType span{font-size:12px}.COPICIGroup .COPICIGProduct .COPICIGPRec,.COPICIGroup .COPICIGProduct .COPICIGPSetup{font-size:14px}.COPIFooter .COPISubTotal .COPIFTitle{font-size:18px}}@media(min-width:992px)and (max-width:1023.98px){.CheckoutPage{padding:15px 0}.COPICartItems .COPICIHead .COPICITitle{font-size:16px}.COPICIGProduct .COPICIGPInfo .COPICIGPIIcon img{width:30px;height:30px}.COPICIGProduct .COPICIGPInfo .COPICIGPIDetail .COPICIGPIDTitle{font-size:16px}.COPICIGProduct .COPICIGPInfo .COPICIGPIDetail .COPICIGPIDType span{font-size:12px}.COPICIGroup .COPICIGProduct .COPICIGPRec,.COPICIGroup .COPICIGProduct .COPICIGPSetup{font-size:14px}.COPIFooter .COPISubTotal .COPIFTitle{font-size:18px}}@media(min-width:768px)and (max-width:991.98px){.CheckoutPage{padding:15px 0}.COPICartItems .COPICIHead .COPICITitle{font-size:16px}.COPICIGProduct .COPICIGPInfo .COPICIGPIIcon img{width:30px;height:30px}.COPICIGProduct .COPICIGPInfo .COPICIGPIDetail .COPICIGPIDTitle{font-size:16px}.COPICIGProduct .COPICIGPInfo .COPICIGPIDetail .COPICIGPIDType span{font-size:12px}.COPICIGroup .COPICIGProduct .COPICIGPRec,.COPICIGroup .COPICIGProduct .COPICIGPSetup{font-size:14px}.COPIFooter .COPISubTotal .COPIFTitle{font-size:18px}.CheckoutPage .CheckoutPageInner .COPIRow{position:relative;overflow:hidden}.CheckoutPage .CheckoutPageInner .COPICol:first-child{width:100%}.CheckoutPage .CheckoutPageInner .COPICol.COPIMethod{position:absolute;right:0;top:0;bottom:0;width:60%;z-index:1;background-color:#fff;border:1px solid #e8eef9;transition:all .3s ease;-webkit-transform:translateX(100%);transform:translateX(100%)}.CheckoutPage .CheckoutPageInner .COPICol.COPIMethod.open{-webkit-transform:translateX(0);transform:translateX(0)}.CheckoutPage .CheckoutPageInner .COPICol .COPICHead button,.CheckoutPage .CheckoutPageInner .COPICol .COPICHead strong{display:block}}@media(min-width:576px)and (max-width:767.98px){.CheckoutPage{padding:15px 0}.COPICartItems .COPICIHead .COPICITitle{font-size:16px}.COPICIGProduct .COPICIGPInfo .COPICIGPIIcon img{width:30px;height:30px}.COPICIGProduct .COPICIGPInfo .COPICIGPIDetail .COPICIGPIDTitle{font-size:16px}.COPICIGProduct .COPICIGPInfo .COPICIGPIDetail .COPICIGPIDType span{font-size:12px}.COPICIGroup .COPICIGProduct .COPICIGPRec,.COPICIGroup .COPICIGProduct .COPICIGPSetup{font-size:14px}.COPIFooter .COPISubTotal .COPIFTitle{font-size:18px}.CheckoutPage .CheckoutPageInner .COPIRow{position:relative;overflow:hidden}.CheckoutPage .CheckoutPageInner .COPICol:first-child{width:100%}.CheckoutPage .CheckoutPageInner .COPICol.COPIMethod{position:absolute;right:0;top:0;bottom:0;width:80%;z-index:1;background-color:#fff;border:1px solid #e8eef9;transition:all .3s ease;-webkit-transform:translateX(100%);transform:translateX(100%)}.CheckoutPage .CheckoutPageInner .COPICol.COPIMethod.open{-webkit-transform:translateX(0);transform:translateX(0)}.CheckoutPage .CheckoutPageInner .COPICol .COPICHead button,.CheckoutPage .CheckoutPageInner .COPICol .COPICHead strong{display:block}}@media(max-width:575.98px){.CheckoutPage{padding:0}.COPICIGProduct .COPICIGPInfo .COPICIGPIIcon img{width:30px;height:30px}.COPICIGProduct .COPICIGPInfo .COPICIGPIDetail .COPICIGPIDTitle{font-size:16px}.COPICIGProduct .COPICIGPInfo .COPICIGPIDetail .COPICIGPIDType span{font-size:12px}.COPIFooter .COPISubTotal{flex-wrap:wrap;grid-row-gap:10px;row-gap:10px}.COPIFooter .COPISubTotal .COPIFTitle{font-size:18px;width:100%}.COPIFooter .COPISubTotal .COPIFTRec,.COPIFooter .COPISubTotal .COPIFTSet{width:100%;display:flex;align-items:center;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;text-align:left}.COPIFooter .COPISubTotal .COPIFTRec .COPIFTRTime,.COPIFooter .COPISubTotal .COPIFTSet .COPIFTSTime{order:-1;font-weight:600;font-size:14px;color:#000;width:100px}.CheckoutPage .CheckoutPageInner .COPIRow{position:relative;overflow:hidden}.CheckoutPage .CheckoutPageInner .COPICol:first-child{width:100%}.CheckoutPage .CheckoutPageInner .COPICol.COPIMethod{position:absolute;right:0;top:0;bottom:0;width:100%;z-index:1;background-color:#fff;border:1px solid #e8eef9;transition:all .3s ease;-webkit-transform:translateX(100%);transform:translateX(100%);overflow-y:overlay;overflow-x:overlay}.CheckoutPage .CheckoutPageInner .COPICol.COPIMethod.open{-webkit-transform:translateX(0);transform:translateX(0)}.CheckoutPage .CheckoutPageInner .COPICol .COPICHead button,.CheckoutPage .CheckoutPageInner .COPICol .COPICHead strong{display:block}.COPICIGroup .COPICIGProduct{flex-wrap:wrap;grid-row-gap:10px;row-gap:10px}.COPICIGProduct .COPICIGPInfo{width:100%}.COPICIGroup .COPICIGProduct .COPICIGPQun,.COPICIGroup .COPICIGProduct .COPICIGPRec,.COPICIGroup .COPICIGProduct .COPICIGPSetup{width:100%;display:flex;align-items:center;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;text-align:left}.CheckoutPage.OrderConfirmation .COPICIGroup .COPICIGProduct .COPICIGPRec,.CheckoutPage.OrderConfirmation .COPICIGroup .COPICIGProduct .COPICIGPSetup{width:100%}.COPICIGroup .COPICIGProduct .COPICIGPQun strong,.COPICIGroup .COPICIGProduct .COPICIGPRec strong,.COPICIGroup .COPICIGProduct .COPICIGPSetup strong{width:100px;font-weight:600;font-size:14px;color:#000;display:block}.COPICIGroup .COPICIGProduct .COPICIGPQun span,.COPICIGroup .COPICIGProduct .COPICIGPRec span,.COPICIGroup .COPICIGProduct .COPICIGPSetup span{flex:1 1}.OrderConfirmation .CheckoutPageInner .COPIRow{flex-direction:column;overflow:auto}.OrderConfirmation .CheckoutPageInner .COPICol:first-child,.OrderConfirmation .CheckoutPageInner .COPICol:nth-child(2){width:100%;overflow:unset}.OrderConfirmation .COPICartItems .COPICIHead>div:nth-child(2),.OrderConfirmation .COPICartItems .COPICIHead>div:nth-child(3){width:26%;text-align:right}.OrderConfirmationPage{padding:15px}.COPICartItems .COPICIHead{display:none}.COPICIGProduct .COPICIGPInfo{width:calc(100% - 24px);order:-1}.CheckoutPage.OrderConfirmation .COPICIGroup .COPICIGProduct .COPICIGPInfoIcon{order:-1;position:relative;right:0;top:0}.OrderConfirmationPage .OCPIcon{font-size:250px}.CheckoutPage .CheckoutPageInner .COPICol .COPICartItems{overflow:visible}}.AddNewCardDialog .ANCDZCS{display:flex;margin-bottom:15px;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.AddNewCardDialog .ANCDZCS .fieldControl{margin:0;flex:1 1}.AddNewCardDialog .ANCBtn{display:flex}.AddNewCardDialog .ANCBtn button{padding:10px;font-size:16px;font-weight:600}.TACBody{padding:10px}.AddNewCardDialog .BodyBox .BodyBoxInner .ANCGTC{text-transform:lowercase;font-weight:600;color:var(--dark-blue)}.CardInput{display:flex;align-items:center;border:1px solid #e7f0f9;border-radius:4px}.CardInput.CardInputError{border-color:#f44336;box-shadow:0 0 3px #f44336}.CardInput.CardInputFocused{border-color:var(--dark-blue);box-shadow:0 0 3px var(--dark-blue)}.CardInputWarper .CardError{color:#f44336;font-size:14px;font-weight:500;padding-top:2px}.CardInput .CardInputIcon{font-size:34px;padding:3px 8px;display:flex}.CardInput .CardInputWrapper{flex:1 1;display:flex}.CardInput .CardInputWrapper input{height:auto;font-size:14px;font-weight:500;color:#7b89a4;padding:10px;transition:all .1s ease;outline:0;width:100%;border:0}.CardInput .CardInputWrapper input[type=number]::-webkit-inner-spin-button,.CardInput .CardInputWrapper input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.CardInput .CardInputWrapper input[type=number]{-moz-appearance:textfield}.CardInput .CardInputWrapper input.CIWNumber{width:50%}.CardInput .CardInputWrapper input.CIWCVC,.CardInput .CardInputWrapper input.CIWDate{width:25%;text-align:center}@media(min-width:1367px)and (max-width:1559.98px){.CardInput .CardInputIcon{font-size:24px}}@media(min-width:1280px)and (max-width:1366.98px){.CardInput .CardInputIcon{font-size:24px}}@media(min-width:1024px)and (max-width:1279.98px){.CardInput .CardInputIcon{font-size:24px}}@media(min-width:992px)and (max-width:1023.98px){.CardInput .CardInputIcon{font-size:24px}}@media(min-width:768px)and (max-width:991.98px){.CardInput .CardInputIcon{font-size:24px}}@media(min-width:576px)and (max-width:767.98px){.CardInput .CardInputIcon{font-size:24px}}@media(max-width:575.98px){.CardInput .CardInputIcon{font-size:24px}.DCDSOptionList .COPICPMLCardOption .CardInput .CardInputWrapper input{color:#000;font-weight:600;padding:10px 5px}}.PaymentProcess{position:absolute;left:0;right:0;top:0;bottom:0;z-index:3;background-color:#fff}.PaymentProcess .center{margin:0 auto;text-align:center}.PaymentProcess #processing{position:relative;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px;background-color:#4e54c8;overflow:hidden}.PaymentProcess #processing .processing-circles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.PaymentProcess #processing .processing-circles div{position:absolute;display:block;list-style:none;width:20px;height:20px;background:hsla(0,0%,100%,.6);-webkit-animation:animate-circles 25s linear infinite;animation:animate-circles 25s linear infinite;bottom:-150px}.PaymentProcess #processing .processing-circles div:first-child{left:25%;width:80px;height:80px;-webkit-animation-delay:0s;animation-delay:0s}.PaymentProcess #processing .processing-circles div:nth-child(2){left:10%;width:20px;height:20px;-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-duration:12s;animation-duration:12s}.PaymentProcess #processing .processing-circles div:nth-child(3){left:70%;width:20px;height:20px;-webkit-animation-delay:4s;animation-delay:4s}.PaymentProcess #processing .processing-circles div:nth-child(4){left:40%;width:60px;height:60px;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-duration:18s;animation-duration:18s}.PaymentProcess #processing .processing-circles div:nth-child(5){left:65%;width:20px;height:20px;-webkit-animation-delay:0s;animation-delay:0s}.PaymentProcess #processing .processing-circles div:nth-child(6){left:75%;width:110px;height:110px;-webkit-animation-delay:3s;animation-delay:3s}.PaymentProcess #processing .processing-circles div:nth-child(7){left:35%;width:150px;height:150px;-webkit-animation-delay:7s;animation-delay:7s}.PaymentProcess #processing .processing-circles div:nth-child(8){left:50%;width:25px;height:25px;-webkit-animation-delay:15s;animation-delay:15s;-webkit-animation-duration:45s;animation-duration:45s}.PaymentProcess #processing .processing-circles div:nth-child(9){left:20%;width:15px;height:15px;-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-duration:35s;animation-duration:35s}.PaymentProcess #processing .processing-circles div:nth-child(10){left:85%;width:150px;height:150px;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-duration:11s;animation-duration:11s}.PaymentProcess #processing.uncomplete .gear-wrapper-1{-webkit-animation:gearEnter1 .5s ease 1s forwards;animation:gearEnter1 .5s ease 1s forwards}.PaymentProcess #processing.uncomplete .gear-wrapper-2{-webkit-animation:gearEnter2 .5s ease 1.5s forwards;animation:gearEnter2 .5s ease 1.5s forwards}.PaymentProcess #processing.uncomplete .gear-wrapper-3{-webkit-animation:gearEnter3 .5s ease 1.25s forwards;animation:gearEnter3 .5s ease 1.25s forwards}.PaymentProcess #processing.uncomplete .gear-wrapper-4{-webkit-animation:gearEnter4 .5s ease .75s forwards;animation:gearEnter4 .5s ease .75s forwards}.PaymentProcess #processing.complete .gear-wrapper-1{-webkit-transform:rotate(10deg) translate3d(-5px,-5px,0);transform:rotate(10deg) translate3d(-5px,-5px,0);-webkit-animation:gearLeave1 .5s ease .5s forwards;animation:gearLeave1 .5s ease .5s forwards}.PaymentProcess #processing.complete .gear-wrapper-2{-webkit-transform:rotate(25deg) translate3d(20px,-50px,0);transform:rotate(25deg) translate3d(20px,-50px,0);-webkit-animation:gearLeave2 .5s ease .5s forwards;animation:gearLeave2 .5s ease .5s forwards}.PaymentProcess #processing.complete .gear-wrapper-3{-webkit-transform:rotate(15deg) translate3d(-25px,-15px,0);transform:rotate(15deg) translate3d(-25px,-15px,0);-webkit-animation:gearLeave3 .5s ease .5s forwards;animation:gearLeave3 .5s ease .5s forwards}.PaymentProcess #processing.complete .gear-wrapper-4{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:gearLeave4 .5s ease .5s forwards;animation:gearLeave4 .5s ease .5s forwards}.PaymentProcess #processing.complete .loading-bar{-webkit-animation:hideLoading .5s forwards;animation:hideLoading .5s forwards}.PaymentProcess #processing.complete .checkmark.checkmark-success{-webkit-animation:fillCheckSuccess .4s cubic-bezier(.65,0,.45,1) 1s forwards,beatCheck .2s ease-out 1.5s forwards,echoSuccess 1.25s ease-out 1.5s forwards;animation:fillCheckSuccess .4s cubic-bezier(.65,0,.45,1) 1s forwards,beatCheck .2s ease-out 1.5s forwards,echoSuccess 1.25s ease-out 1.5s forwards;display:block}.PaymentProcess #processing.complete .checkmark.checkmark-success .checkmark-circle{stroke:#3c763d}.PaymentProcess #processing.complete .checkmark.checkmark-error{-webkit-animation:fillCheckError .4s cubic-bezier(.65,0,.45,1) 1s forwards,beatCheck .2s ease-out 1.5s forwards,echoError 1.25s ease-out 1.5s forwards;animation:fillCheckError .4s cubic-bezier(.65,0,.45,1) 1s forwards,beatCheck .2s ease-out 1.5s forwards,echoError 1.25s ease-out 1.5s forwards}.PaymentProcess #processing.complete .checkmark.checkmark-error .checkmark-circle{stroke:#a94442}.PaymentProcess #processing.complete .checkmark-circle{-webkit-animation:strokeCheck .5s cubic-bezier(.65,0,.45,1) .75s forwards;animation:strokeCheck .5s cubic-bezier(.65,0,.45,1) .75s forwards}.PaymentProcess #processing.complete .checkmark-check{-webkit-animation:strokeCheck .3s cubic-bezier(.65,0,.45,1) 1.25s forwards;animation:strokeCheck .3s cubic-bezier(.65,0,.45,1) 1.25s forwards}.PaymentProcess .headings{position:relative;z-index:1}.PaymentProcess .headings h1{font-size:68px;font-weight:900;background:#eff1ff;background:radial-gradient(ellipse at center,#f6f8fc 10%,#888cda 100%);background-size:54% 156%;background-position:50%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:20px;text-transform:capitalize}@media screen and (max-width:500px){.PaymentProcess .headings h1{font-size:58px}}@media screen and (max-width:420px){.PaymentProcess .headings h1{font-size:46px}}.PaymentProcess .headings h2{font-size:38px;font-weight:500;background:#eff1ff;background:radial-gradient(ellipse at center,#f6f8fc 10%,#888cda 100%);background-size:54% 156%;background-position:50%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.PaymentProcess .wrapper{position:relative;z-index:1;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:50px}.PaymentProcess .wrapper-des{margin-top:30px;color:#f0f3fa;font-size:16px;font-weight:500;letter-spacing:1px}@-webkit-keyframes scale{to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale{to{-webkit-transform:scale(1);transform:scale(1)}}.PaymentProcess .gear-wrapper{position:absolute}.PaymentProcess .gear-wrapper.gear-wrapper-1{top:-25px;left:-25px;-webkit-transform:rotate(10deg) translate3d(-40px,-60px,0);transform:rotate(10deg) translate3d(-40px,-60px,0)}.PaymentProcess .gear-wrapper.gear-wrapper-2{top:-15px;right:-15px;-webkit-transform:rotate(25deg) translate3d(70px,-130px,0);transform:rotate(25deg) translate3d(70px,-130px,0)}.PaymentProcess .gear-wrapper.gear-wrapper-3{bottom:-45px;right:-45px;-webkit-transform:rotate(15deg) translate3d(30px,20px,0);transform:rotate(15deg) translate3d(30px,20px,0)}.PaymentProcess .gear-wrapper.gear-wrapper-4{bottom:-40px;left:-40px;-webkit-transform:translate3d(-70px,70px,0);transform:translate3d(-70px,70px,0)}@-webkit-keyframes gearEnter1{to{-webkit-transform:rotate(10deg) translate3d(-5px,-5px,0);transform:rotate(10deg) translate3d(-5px,-5px,0)}}@keyframes gearEnter1{to{-webkit-transform:rotate(10deg) translate3d(-5px,-5px,0);transform:rotate(10deg) translate3d(-5px,-5px,0)}}@-webkit-keyframes gearEnter2{to{-webkit-transform:rotate(25deg) translate3d(20px,-50px,0);transform:rotate(25deg) translate3d(20px,-50px,0)}}@keyframes gearEnter2{to{-webkit-transform:rotate(25deg) translate3d(20px,-50px,0);transform:rotate(25deg) translate3d(20px,-50px,0)}}@-webkit-keyframes gearEnter3{to{-webkit-transform:rotate(15deg) translate3d(-25px,-15px,0);transform:rotate(15deg) translate3d(-25px,-15px,0)}}@keyframes gearEnter3{to{-webkit-transform:rotate(15deg) translate3d(-25px,-15px,0);transform:rotate(15deg) translate3d(-25px,-15px,0)}}@-webkit-keyframes gearEnter4{to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes gearEnter4{to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes gearLeave1{0%{-webkit-transform:rotate(10deg) translate3d(-5px,-5px,0);transform:rotate(10deg) translate3d(-5px,-5px,0)}to{-webkit-transform:rotate(10deg) translate3d(-40px,-60px,0);transform:rotate(10deg) translate3d(-40px,-60px,0)}}@keyframes gearLeave1{0%{-webkit-transform:rotate(10deg) translate3d(-5px,-5px,0);transform:rotate(10deg) translate3d(-5px,-5px,0)}to{-webkit-transform:rotate(10deg) translate3d(-40px,-60px,0);transform:rotate(10deg) translate3d(-40px,-60px,0)}}@-webkit-keyframes gearLeave2{0%{-webkit-transform:rotate(25deg) translate3d(20px,-50px,0);transform:rotate(25deg) translate3d(20px,-50px,0)}to{-webkit-transform:rotate(25deg) translate3d(70px,-130px,0);transform:rotate(25deg) translate3d(70px,-130px,0)}}@keyframes gearLeave2{0%{-webkit-transform:rotate(25deg) translate3d(20px,-50px,0);transform:rotate(25deg) translate3d(20px,-50px,0)}to{-webkit-transform:rotate(25deg) translate3d(70px,-130px,0);transform:rotate(25deg) translate3d(70px,-130px,0)}}@-webkit-keyframes gearLeave3{0%{-webkit-transform:rotate(15deg) translate3d(-25px,-15px,0);transform:rotate(15deg) translate3d(-25px,-15px,0)}to{-webkit-transform:rotate(15deg) translate3d(30px,20px,0);transform:rotate(15deg) translate3d(30px,20px,0)}}@keyframes gearLeave3{0%{-webkit-transform:rotate(15deg) translate3d(-25px,-15px,0);transform:rotate(15deg) translate3d(-25px,-15px,0)}to{-webkit-transform:rotate(15deg) translate3d(30px,20px,0);transform:rotate(15deg) translate3d(30px,20px,0)}}@-webkit-keyframes gearLeave4{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-70px,70px,0);transform:translate3d(-70px,70px,0)}}@keyframes gearLeave4{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-70px,70px,0);transform:translate3d(-70px,70px,0)}}.PaymentProcess .gear{fill:#fff;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.PaymentProcess .gear.gear-1{width:90px;height:90px;animation:gearRotate 1s linear 2s infinite reverse}.PaymentProcess .gear.gear-2{width:150px;height:150px;-webkit-animation:gearRotate 1.5s linear 2s infinite;animation:gearRotate 1.5s linear 2s infinite}.PaymentProcess .gear.gear-3{width:60px;height:60px;animation:gearRotate .75s linear 2s infinite reverse}.PaymentProcess .gear.gear-4{width:120px;height:110px;-webkit-animation:gearRotate 1.25s linear 2s infinite;animation:gearRotate 1.25s linear 2s infinite}@-webkit-keyframes gearRotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes gearRotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.PaymentProcess .loading-bar{position:relative;max-width:450px;width:100%;height:25px;background-color:#f6f8fc;border-radius:10px;overflow:hidden}.PaymentProcess .loading-bar span{position:absolute;top:0;left:0;width:0;height:100%;background-color:#000;transition:width .5s ease}@-webkit-keyframes hideLoading{to{height:0;margin:0;opacity:0}}@keyframes hideLoading{to{height:0;margin:0;opacity:0}}.PaymentProcess .checkmark{width:100px;height:100px;border-radius:50%;stroke-width:1px;stroke:#fff;stroke-miterlimit:10px;display:none}.PaymentProcess .checkmark-circle{fill:none;stroke-dasharray:200px;stroke-dashoffset:200px;stroke-width:1px;stroke-miterlimit:10px}@-webkit-keyframes fillCheckSuccess{to{box-shadow:inset 0 0 0 100px #3c763d}}@keyframes fillCheckSuccess{to{box-shadow:inset 0 0 0 100px #3c763d}}@-webkit-keyframes fillCheckError{to{box-shadow:inset 0 0 0 100px #a94442}}@keyframes fillCheckError{to{box-shadow:inset 0 0 0 100px #a94442}}@-webkit-keyframes beatCheck{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.05);transform:scale(1.05)}}@keyframes beatCheck{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.05);transform:scale(1.05)}}@-webkit-keyframes echoSuccess{0%{box-shadow:inset 0 0 0 100px #3c763d,0 0 0 0 #3c763d}to{box-shadow:inset 0 0 0 100px #3c763d,0 0 0 50px transparent}}@keyframes echoSuccess{0%{box-shadow:inset 0 0 0 100px #3c763d,0 0 0 0 #3c763d}to{box-shadow:inset 0 0 0 100px #3c763d,0 0 0 50px transparent}}@-webkit-keyframes echoError{0%{box-shadow:inset 0 0 0 100px #a94442,0 0 0 0 #a94442}to{box-shadow:inset 0 0 0 100px #a94442,0 0 0 50px transparent}}@keyframes echoError{0%{box-shadow:inset 0 0 0 100px #a94442,0 0 0 0 #a94442}to{box-shadow:inset 0 0 0 100px #a94442,0 0 0 50px transparent}}.PaymentProcess .checkmark-check{stroke:#fff;stroke-dasharray:100px;stroke-dashoffset:100px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes strokeCheck{to{stroke-dashoffset:0px}}@keyframes strokeCheck{to{stroke-dashoffset:0px}}@-webkit-keyframes animate-circles{0%{-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg);opacity:1;border-radius:0}to{-webkit-transform:translateY(-1000px) rotate(2turn);transform:translateY(-1000px) rotate(2turn);opacity:0;border-radius:50%}}@keyframes animate-circles{0%{-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg);opacity:1;border-radius:0}to{-webkit-transform:translateY(-1000px) rotate(2turn);transform:translateY(-1000px) rotate(2turn);opacity:0;border-radius:50%}}@media(max-width:575.98px){.PaymentProcess{position:relative;width:100%!important;top:0!important;height:400px!important}.PaymentProcess .headings{position:relative;z-index:1}.PaymentProcess .headings h1{font-size:30px}}@media(min-width:576px)and (max-width:1023.98px){.PaymentProcess{position:relative;width:100%!important;top:0!important;height:100%!important}.PaymentProcess .headings{position:relative;z-index:1}.PaymentProcess .headings h1{font-size:40px}}.MainDialog.centerZoom.sizeLg .MDContainer .MDCRow.PCDRow{max-height:750px;height:100%}.PurchaseDialog{display:flex;flex-direction:column;overflow:auto;height:765px;flex:1 1}.HCDBIVideoContent .HCDBIVCVideo{min-width:100%;height:auto;overflow:hidden;margin:0 auto;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1}.HCDBIVideoContent .HCDBIVCVideo.HCDBIVCVideoAvailable{padding-bottom:56.25%}.PurchaseDialog .topBar{padding:0}.PurchaseDialog .PDHIcon{display:flex;font-size:30px;box-shadow:0 0 7px hsla(0,0%,100%,.3137254902);border-radius:10px;margin-right:15px}.PurchaseDialog .PDHLeft{display:flex;align-items:center;width:64%;padding:0 15px;border-right:1px solid hsla(0,0%,100%,.1254901961);height:100%}.PurchaseDialog .PDHRight{display:flex;align-items:center;width:36%;padding:0 15px}.PurchaseDialog .PDHRight .PDHRTitle{font-size:16px;font-weight:600;color:var(--white);flex:1 1}.PurchaseDialog .PDBody{flex:1 1;overflow:auto}.PurchaseDialog .PDBody .PDBInner{display:flex;height:100%;overflow:overlay;flex-direction:row}.PurchaseDialog .PDBody .PDBInner .PDBIVideoContent{width:64%;border-right:1px solid rgba(38,38,43,.1254901961);display:flex;flex-direction:column;height:100%}.PDBIVideoContent .PDBIVCVideo{min-width:100%;height:auto;overflow:hidden;margin:0 auto;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:56%}.PDBIVideoContent .PDBIVCVideo .HCDBIVCIcon{font-size:150px;display:flex}.PDBIVideoContent .PDBIVCVideo .HCDBIVCTitle{text-align:center;font-size:32px;font-weight:600;line-height:normal;margin-top:15px}.PDBIVCFeatures,.PDBIVideoContent .PDBIVCFeatures{flex:1 1;overflow:auto;overflow-y:overlay;overflow-x:overlay;display:flex;flex-wrap:wrap;padding:7.5px;border-top:1px solid #e4e4e4}.PurchaseDialog .PDBody .PDBInner .PDBOrderDetail{width:36%;display:flex;flex-direction:column;height:100%}.PurchaseDialog .PDBody .PDBInner .PDBOrderDetail.PDBOrderCongrats{width:100;display:flex;flex-direction:column;height:100%}.PDBIVideoContent .PDBIVCFeatures .PDBIVCFBox{width:50%;padding:7.5px}.PDBIVCFBox{padding:7.5px}.PDBIVCFeatures .PDBIVCFBox .PDBIVCFBTitle,.PDBIVideoContent .PDBIVCFeatures .PDBIVCFBox .PDBIVCFBTitle{display:flex;align-items:center;padding-bottom:7px}.PDBIVCFBox .PDBIVCFBTitle .PDBIVCFBTIcon{font-size:24px;display:flex;color:#4caf50}.PDBIVCFBox .PDBIVCFBTitle .PDBIVCFBTText{font-size:18px;font-weight:600;padding-left:10px;flex:1 1}.PDBIVideoContent .PDBIVCFeatures .PDBIVCFBox .PDBIVCFBDes{font-size:14px;font-weight:500;color:#666}.PDBOrderDetail .PDBODPlans .PDBODPHead{display:flex;background-color:#f6f8fc;border-bottom:1px solid #e4e4e4}.PDBOrderDetail .PDBODPlans .PDBODPHead .PDBODPHCol{font-size:16px;font-weight:600;padding:7px 15px}.PDBOrderDetail .PDBODPlans .PDBODPHead .PDBODPHCol:first-child{width:50%}.PDBOrderDetail .PDBODPlans .PDBODPHead .PDBODPHCol:nth-child(2),.PDBOrderDetail .PDBODPlans .PDBODPHead .PDBODPHCol:nth-child(3){width:25%;text-align:right}.PDBOrderDetail .PDBODPlans .PDBODPRow{display:flex;align-items:center;border-bottom:1px solid #f6f8fc}.PDBOrderDetail .PDBODPlans .PDBODPRow .PDBODPRCol{font-size:14px;font-weight:500;padding:7px 0;color:#666}.PDBOrderDetail .PDBODPlans .PDBODPRow .PDBODPRCol:first-child{width:50%}.PDBOrderDetail .PDBODPlans .PDBODPRow .PDBODPRCol:nth-child(2){width:30%;text-align:center}.PDBOrderDetail .PDBODPlans .PDBODPRow .PDBODPRCol:nth-child(3){width:15%;text-align:right}.PDBOrderDetail .PDBODPlans .PDBODPRow .PDBODPRPlan{width:50%;padding:7px 1px;display:flex;align-items:center}.PDBOrderDetail .PDBODPlans .PDBODPRow .PDBODPRPlan .PDBODPRPIcon{font-size:20px;padding:7px;background-color:var(--white);box-shadow:0 0 4px rgba(91,91,91,.0862745098)}.PDBOrderDetail .PDBODPlans .PDBODPRow .PDBODPRPlan .PDBODPRPInfo{flex:1 1;padding-left:7px}.PDBODPRPlan .PDBODPRPInfo .PDBODPRPITitle{font-size:14px;font-weight:600;color:#000;line-height:normal}.PDBODPRPlan .PDBODPRPInfo .PDBODPRPISub{display:flex;align-items:center}.PDBODPRPlan .PDBODPRPInfo .PDBODPRPISub span{font-size:12px;font-weight:500;color:#666;padding-right:5px}.PDBOrderDetail .PDBODPreview{height:250px}.PDBOrderDetail .PDBODPreview,.PDBOrderDetail.PDBOrderCongrats .PDBODPreview{display:flex;border-bottom:1px solid #e4e4e4;flex-direction:column;overflow:hidden;padding:15px}.PDBOrderDetail.PDBOrderCongrats .PDBODPreview{min-height:250px}.PDBOrderDetail .PDBODPreview img{height:250px;width:100%;object-fit:cover;object-position:top}.PDBOrderDetail .PDBODDes{padding:15px;font-size:14px;font-weight:500;color:#666;line-height:24px;flex:1 1}.PDBOrderDetail .PDBODBtn{padding:15px;display:flex;border-top:1px solid #e4e4e4;background-color:#f6f8fc}.PDBOrderDetail .PDBODBtn .cart-button{position:relative;width:100%;padding:25px;border-radius:50px;background-color:var(--dark-blue);outline:none;cursor:pointer;color:var(--blue-invert);transition:.3s ease-in-out;overflow:hidden;border:2px solid var(--dark-blue)}.PDBOrderDetail .PDBODBtn .cart-button:active{-webkit-transform:scale(.9);transform:scale(.9)}.PDBOrderDetail .PDBODBtn .cart-button .shopping-cart{position:absolute;z-index:2;top:50%;left:-10%;font-size:2em;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.PDBOrderDetail .PDBODBtn .cart-button .shoppingbox{top:-20%;left:52%;font-size:1.2em}.PDBOrderDetail .PDBODBtn .cart-button .shoppingbox,.PDBOrderDetail .PDBODBtn .cart-button span{position:absolute;z-index:3;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.PDBOrderDetail .PDBODBtn .cart-button span{left:50%;top:50%;font-size:18px;font-weight:600;color:var(--white)}.PDBOrderDetail .PDBODBtn .cart-button span.add-to-cart{opacity:1}.PDBOrderDetail .PDBODBtn .cart-button span.added{opacity:0}.PDBOrderDetail .PDBODBtn .cart-button.clicked .shopping-cart{-webkit-animation:cart 1.5s ease-in-out forwards;animation:cart 1.5s ease-in-out forwards}.PDBOrderDetail .PDBODBtn .cart-button.clicked .shoppingbox{-webkit-animation:box 1.5s ease-in-out forwards;animation:box 1.5s ease-in-out forwards}.PDBOrderDetail .PDBODBtn .cart-button.clicked span.add-to-cart{-webkit-animation:txt1 1.5s ease-in-out forwards;animation:txt1 1.5s ease-in-out forwards}.PDBOrderDetail .PDBODBtn .cart-button.clicked span.added{-webkit-animation:txt2 1.5s ease-in-out forwards;animation:txt2 1.5s ease-in-out forwards}@-webkit-keyframes cart{0%{left:-10%}40%,60%{left:50%}to{left:110%}}@keyframes cart{0%{left:-10%}40%,60%{left:50%}to{left:110%}}@-webkit-keyframes box{0%,40%{top:-20%}60%{top:40%;left:52%}to{top:40%;left:112%}}@keyframes box{0%,40%{top:-20%}60%{top:40%;left:52%}to{top:40%;left:112%}}@-webkit-keyframes txt1{0%{opacity:1}20%,to{opacity:0}}@keyframes txt1{0%{opacity:1}20%,to{opacity:0}}@-webkit-keyframes txt2{0%,80%{opacity:0}to{opacity:1}}@keyframes txt2{0%,80%{opacity:0}to{opacity:1}}@media(max-width:575.98px){.PurchaseDialog .topBar{padding:0 15px}.MainDialog.centerZoom.sizeLg .MDContainer .MDCRow.PCDRow{height:100%;max-height:100%;margin:0}.PDBIVideoContent .PDBIVCVideo{padding-bottom:230px}.PurchaseDialog .PDHRight .PDHRTitle{display:none}.PurchaseDialog .PDHRight{width:auto;padding:0}.PurchaseDialog .PDHLeft{width:auto;flex:1 1;border:0;padding:0}.PurchaseDialog .PDBody{overflow-y:overlay}.PurchaseDialog .PDBody .PDBInner{display:flex;flex-direction:column;height:auto}.PurchaseDialog .PDBody .PDBInner .PDBIVideoContent{width:100%;overflow:visible}.PDBIVideoContent .PDBIVCVideo .HCDBIVCTitle{font-size:20px}.PDBIVideoContent .PDBIVCFeatures{flex:unset;padding:0;overflow:visible}.PDBIVideoContent .PDBIVCFeatures .PDBIVCFBox{width:100%;border-bottom:1px solid #e4e4e4;padding:15px}.PurchaseDialog .PDBody .PDBInner .PDBOrderDetail{width:100%}}@media(min-width:576px)and (max-width:767.98px){.PurchaseDialog .PDBody .PDBInner .PDBOrderDetail.PDBOrderCongrats{width:36%;overflow:auto}.PDBOrderDetail.PDBOrderCongrats .PDBODPreview{min-height:400px}.PDBOrderDetail.PDBOrderCongrats .PDBODPreview img{height:400px;width:100%;object-fit:cover;object-position:top}}@media(min-width:768px)and (max-width:991.98px){.PurchaseDialog .PDBody .PDBInner .PDBOrderDetail.PDBOrderCongrats{overflow:auto}}@media(min-width:992px)and (max-width:1023.98px){.PurchaseDialog .PDBody .PDBInner .PDBOrderDetail.PDBOrderCongrats{overflow:auto}}.MainDialog.centerZoom.sizeMd .MDContainer .MDCRow.PWDRow{max-height:600px}.PayWallDialog{display:flex;flex-direction:column;height:765px;flex:1 1}.PayWallDialog .topBar{padding:0}.PayWallDialog .PWDHLeft{display:flex;align-items:center;width:40%;padding:0 15px;border-right:1px solid hsla(0,0%,100%,.1254901961);height:100%}.PayWallDialog .PWDHLeft .PWDHIcon{display:flex;font-size:30px;box-shadow:0 0 7px hsla(0,0%,100%,.3137254902);border-radius:10px;margin-right:15px}.PayWallDialog .PWDHRight{display:flex;align-items:center;width:60%;padding:0 15px;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}.PayWallDialog .PWDHRight .PWDHRIcon{font-size:14px;background-color:var(--white);color:#4caf50;padding:5px;box-shadow:0 0 4px var(--white);border-radius:100%}.PayWallDialog .PWDHRight .PWDHRTitle{font-size:16px;font-weight:600;color:var(--white);flex:1 1}.PayWallDialog .PWDBody{flex:1 1;overflow:auto}.PayWallDialog .PWDBody .PWDBInner{display:flex;height:100%;overflow:auto}.PayWallDialog .PWDBILeft{display:flex;flex-direction:column;width:40%;height:100%;border-right:1px solid rgba(38,38,43,.1254901961)}.PayWallDialog .PWDBILeft .PWDBILTop{flex:1 1;padding:15px 35px;display:flex;flex-direction:column;justify-content:center}.PayWallDialog .PWDBILeft .PWDBILTop .PWDBILTMainTitle{text-align:center;font-size:24px;font-weight:600;margin-bottom:15px}.PayWallDialog .PWDBILeft .PWDBILTop .PWDBILTIcon{display:flex;justify-content:center;font-size:215px}.PayWallDialog .PWDBILeft .PWDBILTop .PWDBILTDes{font-size:16px;font-weight:500;color:#666;line-height:28px;text-align:center}.PayWallDialog .PWDBILeft .PWDBILFooter{display:flex;justify-content:center;padding:0 35px 35px}.PayWallDialog .PWDBILeft .PWDBILFooter button{padding:15px 20px;font-size:18px;width:100%;font-weight:600}.PayWallDialog .PWDBIRight{display:flex;flex-direction:column;width:60%;height:500px}.PayWallDialog .PWDBIRight .PWDBIRHead{display:flex;border-bottom:1px solid #e4e4e4}.PayWallDialog .PWDBIRight .PWDBIRHead .PWDBIRCol1{width:35%;padding:15px;font-size:18px;font-weight:600;border-right:1px solid rgba(38,38,43,.1254901961)}.PayWallDialog .PWDBIRight .PWDBIRHead .PWDBIRCol2{display:flex;align-items:center;width:65%;padding:15px;font-size:18px;font-weight:600;text-align:center}.PayWallDialog .PWDBIRight .PWDBIRHead .PWDBIRCol2 .PWDBIRCCol1{width:40%}.PayWallDialog .PWDBIRight .PWDBIRHead .PWDBIRCol2 .PWDBIRCCol2{width:20%;display:flex;justify-content:center;font-size:20px}.PayWallDialog .PWDBIRight .PWDBIRBody{flex:1 1;overflow:overlay}.PayWallDialog .PWDBIRBody .PWDBIRBGroup{border-bottom:1px solid #e4e4e4}.PayWallDialog .PWDBIRBGroup .PWDBIRBGRow{display:flex}.PayWallDialog .PWDBIRBGroup .PWDBIRBGRow .PWDBIRGCol1{width:35%;padding:5px 15px;font-size:14px;font-weight:500;border-right:1px solid rgba(38,38,43,.1254901961)}.PayWallDialog .PWDBIRBGroup .PWDBIRBGRow .PWDBIRGCTitle{display:flex;align-items:center;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}.PayWallDialog .PWDBIRBGroup .PWDBIRBGRow .PWDBIRGCTitle .PWDBIRGCIcon{font-size:20px;display:flex}.PayWallDialog .PWDBIRBGroup .PWDBIRBGRow .PWDBIRGCTitle .PWDBIRGCTitle{flex:1 1;font-size:16px;font-weight:600;line-height:normal}.PayWallDialog .PWDBIRBGroup .PWDBIRBGRow .PWDBIRGCol2{display:flex;align-items:center;width:65%;padding:5px 15px;font-size:14px;font-weight:500;text-align:center}.PayWallDialog .PWDBIRBGroup .PWDBIRBGRow .PWDBIRGCol2 .PWDBIRCGCol1{width:40%}.PayWallDialog .PWDBIRBGroup .PWDBIRBGRow .PWDBIRGCol2 .PWDBIRCGCol2{width:20%;display:flex;justify-content:center;font-size:20px}.PayWallDialog .PWDBIRBGroup .PWDBIRBGRow:first-child .PWDBIRGCol1,.PayWallDialog .PWDBIRBGroup .PWDBIRBGRow:first-child .PWDBIRGCol2{padding-top:15px;padding-bottom:7px}.PayWallDialog .PWDBIRBGroup .PWDBIRBGRow:last-child .PWDBIRGCol1,.PayWallDialog .PWDBIRBGroup .PWDBIRBGRow:last-child .PWDBIRGCol2{padding-bottom:10px}.PayWallDialog .PWDBIRBGroup .PWDBIRBGRow .PWDBIRGCol2 .PWDBIRCGCol1.PWDBIRCGCNYIcon{display:flex;justify-content:center;font-size:18px}.PayWallDialog .PWDBIRight .PWDBIRPlan{display:flex;flex-direction:column;flex:1 1;justify-content:center;align-items:center}.PayWallDialog .PWDBIRight .PWDBIRPlan .PWDBIRPIcon{font-size:150px;display:flex}.PayWallDialog .PWDBIRight .PWDBIRPlan .PWDBIRPTitle{font-size:24px;font-weight:600;margin-bottom:20px}.PayWallDialog .PWDBIRight .PWDBIRPlan .PWDBIRPBtn{display:flex}.PayWallDialog .PWDBIRight .PWDBIRPlan .PWDBIRPBtn button{font-size:16px;font-weight:500;padding:10px 25px}.PayWallDialog .PWDBIRight .PWDBIRCard{height:464px;padding:15px;overflow:auto}.PayWallDialog .PWDBIRight .PWDBIRCZCS{display:flex;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;margin-bottom:15px}.PayWallDialog .PWDBIRight .PWDBIRCZCS .fieldControl{margin:0}.PayWallDialog .PWDBIRight .PWDBIRCBtn{display:flex}.PayWallDialog .PWDBIRight .PWDBIRCBtn button{font-size:16px;font-weight:600;padding:10px}.PayWallDialog .PWDBody .PWDBIMessage{width:100%;padding:30px;display:flex;align-items:center;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.PayWallDialog .PWDBody .PWDBIMessage .PWDBIMIcon{font-size:24px;display:flex}.PayWallDialog .PWDBody .PWDBIMessage .PWDBIMTitle{font-size:20px;font-weight:600}.MainDialog.centerZoom .MDContainer .MDCRow.PWDSCRow{border-radius:25px;overflow:hidden}.PayWallDialog .PWDBody .PWDBISuccess{padding:50px;border-top:10px solid #4caf50;border-radius:25px}.PayWallDialog .PWDBody .PWDBISuccess .PWDBISIcon{font-size:100px;display:flex;justify-content:center;color:#4caf50}.PayWallDialog .PWDBody .PWDBISuccess .PWDBISIcon .circle{stroke-dasharray:76;stroke-dashoffset:76;-webkit-animation:draw 1s forwards;animation:draw 1s forwards}.PayWallDialog .PWDBody .PWDBISuccess .PWDBISIcon .tick{stroke-dasharray:18;stroke-dashoffset:18;-webkit-animation:draw 1s 1s forwards;animation:draw 1s 1s forwards}@-webkit-keyframes draw{to{stroke-dashoffset:0}}@keyframes draw{to{stroke-dashoffset:0}}.PayWallDialog .PWDBody .PWDBISuccess .PWDBISTitle{font-size:24px;text-align:center;padding-top:50px;font-weight:600}@media(min-width:576px)and (max-width:767.98px){.MainDialog.centerZoom.sizeMd .MDContainer .MDCRow.PWDRow{max-height:100%}.PayWallDialog .PWDHRight .PWDHRIcon,.PayWallDialog .PWDHRight .PWDHRTitle{display:none}.PayWallDialog .PWDHRight{width:auto}.PayWallDialog .PWDHLeft{width:auto;flex:1 1}.PayWallDialog .PWDBody .PWDBInner{flex-direction:column}.PayWallDialog .PWDBILeft{width:100%;border-right:0}.PayWallDialog .PWDBIRight{width:100%;border-top:1px solid #e4e4e4}.PayWallDialog .PWDBIRight .PWDBIRHead .PWDBIRCol1,.PayWallDialog .PWDBIRight .PWDBIRHead .PWDBIRCol2{padding:10px 15px;font-size:16px}.PayWallDialog .PWDBIRight .PWDBIRBody{flex:unset;overflow:unset}}@media(max-width:575.98px){.MainDialog.centerZoom.sizeMd .MDContainer .MDCRow.PWDRow{max-height:100%}.PayWallDialog .PWDHRight .PWDHRIcon,.PayWallDialog .PWDHRight .PWDHRTitle{display:none}.PayWallDialog .PWDHRight{width:auto}.PayWallDialog .PWDHLeft{width:auto;flex:1 1}.PayWallDialog .PWDBody .PWDBInner{flex-direction:column}.PayWallDialog .PWDBILeft{width:100%;border-right:0}.PayWallDialog .PWDBIRight{width:100%;border-top:1px solid #e4e4e4}.PayWallDialog .PWDBIRight .PWDBIRHead .PWDBIRCol1,.PayWallDialog .PWDBIRight .PWDBIRHead .PWDBIRCol2{padding:10px 15px;font-size:16px}.PayWallDialog .PWDBIRight .PWDBIRBody{flex:unset;overflow:unset}}.ComparisonDialog{display:flex;flex-direction:column;overflow:auto;height:100%}.ComparisonDialog .CDBody{flex:1 1;overflow:auto}.ComparisonDialog .CDBody .CDBInner{height:100%;display:flex;flex-direction:column;overflow:auto;padding:15px;grid-row-gap:15px;row-gap:15px}.ComparisonDialog .CDBPlans{display:flex;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.ComparisonDialog .CDBPlans .CDBPCol{width:20%;border:1px solid;border-radius:4px;padding:10px;display:flex;flex-direction:column;grid-row-gap:10px;row-gap:10px}.ComparisonDialog .CDBPlans .CDBPCol:first-child{background-color:#f6f8fc;border:1px solid #e8eef9;justify-content:center}.ComparisonDialog .CDBPlans .CDBPCol .CDBPCPlanInfo{display:flex;align-items:center}.ComparisonDialog .CDBPlans .CDBPCol .CDBPCPlanInfo .CDBPCPlanName{flex:1 1;font-size:16px;font-weight:600}.ComparisonDialog .CDBPlans .CDBPCol .CDBPCPlanInfo .CDBPCPlanPrice{font-size:14px;font-weight:600;color:#666}.ComparisonDialog .CDBPlans .CDBPCol .CDBPCPlanInfo.CDBPCSetup .CDBPCPlanName{font-size:14px}.ComparisonDialog .CDBPInfo{border:1px solid #ddd;overflow:auto;flex:1 1}.ComparisonDialog .CDBPInfo .CDBPIGroup{background-color:var(--white);border-bottom:1px solid #ddd}.ComparisonDialog .CDBPInfo .CDBPIGroup:last-child{border-bottom:0}.ComparisonDialog .CDBPInfo .CDBPIGroup .CDBPIRow{display:flex}.ComparisonDialog .CDBPInfo .CDBPIGroup .CDBPIRow .CDBPIRCol{width:20%;padding:7px 10px;font-size:14px;text-align:center}.ComparisonDialog .CDBPInfo .CDBPIGroup .CDBPIRow .CDBPIRCol:first-child{font-weight:600;text-align:left;display:flex}.ComparisonDialog .CDBPInfo .CDBPIGroup .CDBPIRow .CDBPIRCol.CDBPIRTitle{font-size:18px;font-weight:600}.ComparisonDialog .CDBPInfo .CDBPIGroup .CDBPIRow .CDBPIRCol.CDBPIRCIcon{display:flex;justify-content:center;font-size:20px}.ComparisonDialog .CDBPApp{display:flex;align-items:center}.ComparisonDialog .CDBPApp .CDBPAIcon{display:flex;font-size:25px;padding:10px;box-shadow:0 0 4px rgba(91,91,91,.0862745098);border-radius:10px}.ComparisonDialog .CDBPApp .CDBPAIcon img{width:50px;height:50px}.ComparisonDialog .CDBPApp .CDBPAInfo{padding-left:10px}.ComparisonDialog .CDBPApp .CDBPAInfo .CDBPAITitle{font-size:16px;font-weight:600}.ComparisonDialog .CDBPApp .CDBPAInfo .CDBPAISTitle{font-size:12px;font-weight:500;padding-top:1px}.ComparisonDialog .HeaderBar .HeaderBarClose button{margin-left:15px}@media(min-width:576px)and (max-width:767.98px){.ComparisonDialog .CDBody .CDBInner{width:1280px}}@media(max-width:575.98px){.ComparisonDialog .CDBody .CDBInner{width:1280px}}.LoginPage{flex:1 1;overflow:auto}.LoginPage .LoginPageInner{height:100%;display:flex;flex-wrap:wrap;overflow:auto}.LoginPage .LoginPageInner .LPIFormSection{width:30%;box-shadow:0 4px 34px rgba(0,0,0,.1);background-color:#26262b}.LoginPage .LoginPageInner .LPIAppsIcons{width:70%;background-color:#f6f8fc}.LPIFormSection .LPIFSInner{display:flex;flex-direction:column;overflow:auto;height:100%;padding:25px 50px}.LPIFormSection .LPIFSInner .LPIFSIHeader{display:flex;justify-content:flex-start}.LPIFormSection .LPIFSInner .LPIFSIHeader .LPIFSIHLogo{display:flex}.LPIFormSection .LPIFSInner .LPIFSIHeader .LPIFSIHLogo img{width:200px;height:45px;object-fit:contain;object-position:center;user-select:none;-moz-user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-ms-user-select:none}.LPIFormSection .LPIFSInner .LPIFSIBody{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center}.LPIFormSection .LPIFSInner .LPIFSIBody .LPIFSIFormBox{width:100%;height:100%;display:flex;flex-direction:column}.LPIFSIFormBox .LPIFSIFBTitle{display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:15px;height:40%}.LPIFSIFormBox .LPIFSIFBTitle .LPIFSIFBTText{text-align:center;font-size:32px;font-weight:700;color:var(--white)}.LPIFSIFormBox .LPIFSIFBForm{flex:1 1;display:flex;flex-direction:column}.LPIFSIFormBox .LPIFSIFBForm .LPIFSIFBFMail{position:relative}.LPIFSIFormBox .LPIFSIFBForm .DCInputWrapper input.DCInput{border-radius:4px;font-size:16px;padding:15px 15px 15px 40px;font-weight:500;border:0;box-shadow:0 4px 34px rgba(0,0,0,.1)}.LPIFSIFormBox .LPIFSIFBForm .LPIFSIFBFMail .LPIFSIFBFMIcon{position:absolute;left:10px;top:15px;font-size:20px;display:flex;color:#26262b;z-index:1}.LPIFSIFormBox .LPIFSIFBForm .LPIFSIFBFMail .LPIFSIFBFMLoader{position:absolute;top:13px;right:12px;display:flex}.LPIFSIFormBox .LPIFSIFBForm .LPIFSIFBFRF{display:flex;align-items:center;justify-content:space-between;padding-top:10px;padding-bottom:20px}.LPIFSIFormBox .LPIFSIFBForm .LPIFSIFBFRF .LPIFSIFBFRFRM{display:flex;color:#f6f8fc}.LPIFSIFormBox .LPIFSIFBForm .LPIFSIFBFRF .LPIFSIFBFRFRM span.CheckboxLabel{line-height:normal}.ForgetClass,.LPIFSIFormBox .LPIFSIFBForm .LPIFSIFBFRF .LPIFSIFBFRFFP{font-size:14px;font-weight:600;color:#f6f8fc;-webkit-user-select:none;user-select:none;cursor:pointer;text-decoration:underline}.LPIFSIFormBox .LPIFSIFBForm .LPIFSIFBPassword{position:relative}.LPIFSIFormBox .LPIFSIFBForm .LPIFSIFBPassword .LPIFSIFBPIcon{position:absolute;left:10px;top:15px;font-size:20px;display:flex;color:#26262b;z-index:1}.LPIFSIFormBox .LPIFSIFBForm .LPIFSIFBPassword .LPIFSIFBPRightIcon{position:absolute;right:10px;top:15px;font-size:20px;display:flex;color:#26262b;cursor:pointer}.LPIFSIFormBox .LPIFSIFBForm .LPIFSIFBFSBtn{display:flex}.LPIFSIFormBox .LPIFSIFBForm .LPIFSIFBFSBtn button.mainButton{padding:12px;border-radius:4px;font-size:19px;font-weight:600;min-height:50px;background-color:var(--dark-blue);color:var(--blue-invert)}.LPIFSIFormBox .LPIFSIFBForm .LPIFSIFBSUBtn{text-align:center;color:#666;font-size:14px;padding-top:25px}.LPIFSIFormBox .LPIFSIFBForm .LPIFSIFBSUBtn a{color:var(--dark-blue);font-weight:600}.LPIAppsIcons .LPIAIInnner{display:flex;flex-direction:column;padding:25px 50px}.LPIAppsIcons .LPIAIInnner,.LPIAppsIcons .LPIAIInnner .LPIAIIApps{overflow:hidden;height:100%;position:relative}.LPIAppsIcons .LPIAIInnner .LPIAIIApps .LPIAIIAIcon{position:absolute;display:flex;font-size:75px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.LPIAppsIcons .LPIAIInnner .LPIAIIApps .LPIAIIAIcon:before{content:"";position:absolute;height:100%;width:100%;border-radius:15px;left:40px;right:0;top:40px;background:linear-gradient(181.93deg,#cecece -53.1%,hsla(0,0%,76.9%,0) 69.78%);opacity:.8;-webkit-filter:blur(7px);filter:blur(7px);-webkit-transform:rotate(-44.29deg);transform:rotate(-44.29deg)}.LPIAppsIcons .LPIAIInnner .LPIAIIApps .LPIAIIAIcon svg{-webkit-transform-origin:50% 50%;transform-origin:50% 50%;position:relative;z-index:1}.LPIAppsIcons .LPIAIInnner .LPIAIIApps .LPIAIIAIcon.LPIAIIAI1{left:0;top:0;-webkit-animation:MoveIcon1 15s infinite;animation:MoveIcon1 15s infinite}.LPIAppsIcons .LPIAIInnner .LPIAIIApps .LPIAIIAIcon.LPIAIIAI2{left:25%;top:25%;-webkit-animation:MoveIcon2 15s infinite;animation:MoveIcon2 15s infinite}.LPIAppsIcons .LPIAIInnner .LPIAIIApps .LPIAIIAIcon.LPIAIIAI3{left:50%;top:50%;-webkit-animation:MoveIcon2 15s infinite;animation:MoveIcon2 15s infinite}.LPIAppsIcons .LPIAIInnner .LPIAIIApps .LPIAIIAIcon.LPIAIIAI4{left:75%;top:25%;-webkit-animation:MoveIcon1 15s infinite;animation:MoveIcon1 15s infinite}.LPIAppsIcons .LPIAIInnner .LPIAIIApps .LPIAIIAIcon.LPIAIIAI5{right:0;top:0;-webkit-animation:MoveIcon2 15s infinite;animation:MoveIcon2 15s infinite}.LPIAppsIcons .LPIAIInnner .LPIAIIApps .LPIAIIAIcon.LPIAIIAI6{left:0;bottom:0;-webkit-animation:MoveIcon3 15s infinite;animation:MoveIcon3 15s infinite}.LPIAppsIcons .LPIAIInnner .LPIAIIApps .LPIAIIAIcon.LPIAIIAI7{left:30%;bottom:20%;-webkit-animation:MoveIcon2 15s infinite;animation:MoveIcon2 15s infinite}.LPIAppsIcons .LPIAIInnner .LPIAIIApps .LPIAIIAIcon.LPIAIIAI8{left:75%;bottom:25%;-webkit-animation:MoveIcon1 15s infinite;animation:MoveIcon1 15s infinite}.LPIAppsIcons .LPIAIInnner .LPIAIIApps .LPIAIIAIcon.LPIAIIAI9{right:0;bottom:0;-webkit-animation:MoveIcon4 15s infinite;animation:MoveIcon4 15s infinite}.LPIAppsIcons .LPIAIInnner .LPIAIIApps .LPIAIIAIcon.LPIAIIAI10{left:50%;top:12%;-webkit-animation:MoveIcon1 15s infinite;animation:MoveIcon1 15s infinite}.LPIAppsIcons .LPIAIInnner .LPIAIIApps .LPIAIIAIcon.LPIAIIAI11{left:12%;top:45%;-webkit-animation:MoveIcon2 15s infinite;animation:MoveIcon2 15s infinite}.LPIAppsIcons .LPIAIInnner .LPIAIIApps .LPIAIIAIcon.LPIAIIAI12{right:7%;top:45%;-webkit-animation:MoveIcon1 15s infinite;animation:MoveIcon1 15s infinite}.ResetPassword .DCPhoneNumberWrapper .react-tel-input input.form-control{padding-top:15px;padding-bottom:15px}.ResetPassword .DCPhoneNumberWrapper--OTPField{margin:20px 0;position:relative}.ResetPassword .DCPhoneNumberWrapper--OTPField input::-webkit-inner-spin-button,.ResetPassword .DCPhoneNumberWrapper--OTPField input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0!important}.ResetPassword .DCPhoneNumberWrapper--OTPField input{-moz-appearance:textfield!important}.ResetPassword .LPIFSIFBFSBtnLoad--OTPField{margin:10px 0 20px}@-webkit-keyframes MoveIcon4{0%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}25%{-webkit-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}50%{-webkit-transform:translate(-15px);transform:translate(-15px)}75%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes MoveIcon4{0%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}25%{-webkit-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}50%{-webkit-transform:translate(-15px);transform:translate(-15px)}75%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}.LPIAppsIcons .LPIAIInnner .LPIAIIScreen{position:absolute;bottom:-70px;right:-5%;width:85%;height:60%;overflow:hidden}.LPIAppsIcons .LPIAIInnner .LPIAIIScreen img.LPIAIISVImg{width:100%;height:100%}.LPIAppsIcons .LPIAIInnner .LPIAIIScreen .LPIAIISWeb{position:absolute;left:4%;padding-right:6%;top:7%;bottom:0;right:0;overflow:hidden;display:flex;border-radius:4px;background-color:#000}.LPIAppsIcons .LPIAIInnner .LPIAIIScreen .LPIAIISWeb img.LPIAIISWVImg{width:100%;object-fit:cover;object-position:left top}.LPIAppsIcons .LPIAIInnner .LPIAIIScreen.LPIAIISFull{width:100%;height:100%;left:0;right:0;top:0;bottom:0}.LPIAppsIcons .LPIAIInnner .LPIAIIScreen.LPIAIISFull img{height:100%;width:100%;object-fit:cover;object-position:center}.MDCRow.LoginDialogRow{height:80%;border-radius:4px}.MDCRow.LoginDialogRow .LoginPage .LoginPageInner .LPIFormSection{width:35%}.MDCRow.LoginDialogRow .LoginPage .LoginPageInner .LPIAppsIcons{width:65%}.LPIFSIFormBox .LPIFSIFBForm .LPIFSIFBAccounts{max-height:265px;border-radius:4px;display:flex;flex-direction:column;overflow:auto;margin-top:20px;background-color:var(--white);box-shadow:0 4px 34px rgba(0,0,0,.1)}.LPIFSIFBAccounts .LPIFSIFBEmail{font-size:16px;font-weight:500;color:#666;padding:10px;border-bottom:1px solid #f6f8fc}.LPIFSIFBAccounts .LPIFSIFBAList{flex:1 1;overflow:auto;overflow-y:overlay;overflow-x:overlay}.LPIFSIFBAccounts .LPIFSIFBAList .DCLASItem{display:flex;align-items:center;padding:15px;border-bottom:1px solid #e8f0fe;cursor:pointer}.LPIFSIFBAccounts .LPIFSIFBAList .DCLASItem:last-child{border-bottom:0}.LPIFSIFBAccounts .LPIFSIFBAList .DCLASItem .DCLASIIcon{font-size:20px;display:flex;color:#000}.LPIFSIFBAccounts .LPIFSIFBAList .DCLASItem .DCLASITitle{flex:1 1;padding-left:10px;font-size:16px;font-weight:500}.LPIFSIFBAccounts .LPIFSIFBAList .DCLASItem .DCLASITitleBtn{display:flex;align-items:center}.LPIFSIFBAccounts .LPIFSIFBAList .DCLASItem .DCLASITitleBtn .DCLASITBText{font-size:16px;font-weight:600;padding-right:10px;opacity:0;transition:all .3s ease}.LPIFSIFBAccounts .LPIFSIFBAList .DCLASItem:hover .DCLASITitleBtn .DCLASITBText{padding-right:25px;opacity:1}.LPIFSIFBAccounts .LPIFSIFBAList .DCLASItem .DCLASITitleBtn .DCLASITBIcon{display:flex;font-size:18px;color:#666;transition:all .3s ease}.LPIFSIFBAccounts .LPIFSIFBAList .DCLASItem:hover .DCLASITitleBtn .DCLASITBIcon{color:#000}.LPIFSIFormBox .LPIFSIFBForm .LPIFSIFBFSBtn button.mainButton.LPIFSIFBFSBtnLoad{background-color:var(--white)}.LPIFSIFormBox .LPIFSIFBForm .LPIFSIFBSelected{display:flex;align-items:center;justify-content:space-between;padding-top:10px;padding-bottom:20px}.LPIFSIFormBox .LPIFSIFBForm .LPIFSIFBSelected .LPIFSIFBSA{font-size:14px;font-weight:600;color:#f6f8fc}.LPIFSIFormBox .LPIFSIFBForm .LPIFSIFBSelected .LPIFSIFBSBtn{font-size:14px;font-weight:600;color:#f6f8fc;cursor:pointer;-webkit-user-select:none;user-select:none;text-decoration:underline}.LPIFormSection .LPIFSInner .LPIFSIBody .LPIMailSent{display:flex;flex-direction:column;align-items:center;justify-content:center}.LPIMailSent .LPIMailSIcon{font-size:150px;color:#f6f8fc;display:flex}.LPIMailSent .LPIMailSTitle{font-size:30px;font-weight:600;color:#f6f8fc;margin-top:50px}.LPIMailSent .LPIMailSSubTitle{font-size:18px;font-weight:600;color:#f6f8fc}.LPIFSIFormBox .LPIFSIFBForm .LPIForgetBtn{display:flex;margin-top:15px;align-items:center;background-color:#f44336;padding:10px 15px;border-radius:4px}.LPIFSIFormBox .LPIFSIFBForm .LPIForgetBtn span{font-size:16px;font-weight:500;color:#f6f8fc;flex:1 1;padding-right:10px}.LPIFSIFormBox .LPIFSIFBForm .LPIForgetBtn button.iconButton{padding:0;background-color:unset;border:0;color:var(--white);font-size:10px}.LPIFSIFormBox .LPIFSIFBForm .LPIFSIFBFError{display:flex;margin-top:15px;align-items:center;background-color:#f44336;padding:10px 15px;border-radius:4px}.LPIFSIFormBox .LPIFSIFBForm .LPIFSIFBFError span{font-size:16px;font-weight:500;color:#f6f8fc;flex:1 1;padding-right:10px}.LPIFSIFormBox .LPIFSIFBForm .LPIFSIFBFError button.iconButton{padding:0;background-color:unset;border:0;color:var(--white);font-size:10px}.RedirectPage{flex:1 1}.RedirectPage .RedirectPageInner{height:100%;display:flex;justify-content:center;align-items:center}.RedirectPage .RedirectPageInner .RPIContent{text-align:center;max-width:500px}.RedirectPage .RedirectPageInner .RPIContent .RPICLoader{display:flex;justify-content:center}.RedirectPage .RedirectPageInner .RPIContent .RPICLoader .CircularLoader,.RedirectPage .RedirectPageInner .RPIContent .RPICLoader .CircularLoader svg{width:100px;height:100px}.RedirectPage .RedirectPageInner .RPIContent .RPICTitle{font-size:24px;font-weight:600;padding-top:30px}@media(min-width:2000px){.LPIAppsIcons .LPIAIInnner .LPIAIIScreen{bottom:-150px}}@media(min-width:1600px)and (max-width:1800px){.LoginPage .LoginPageInner .LPIFormSection{width:35%}.LoginPage .LoginPageInner .LPIAppsIcons{width:65%}}@media(min-width:1367px)and (max-width:1559.98px){.LoginPage .LoginPageInner .LPIFormSection{width:35%}.LoginPage .LoginPageInner .LPIAppsIcons{width:65%}}@media(min-width:1024px)and (max-width:1366.98px){.LoginPage .LoginPageInner .LPIFormSection{width:40%}.LoginPage .LoginPageInner .LPIAppsIcons{width:60%}}@media(min-width:992px)and (max-width:1023.98px){.LoginPage .LoginPageInner .LPIFormSection{width:45%}.LoginPage .LoginPageInner .LPIAppsIcons{width:55%}}@media(min-width:768px)and (max-width:991.98px){.LoginPage .LoginPageInner .LPIAppsIcons,.LoginPage .LoginPageInner .LPIFormSection{width:50%}.LPIAppsIcons .LPIAIInnner,.LPIFormSection .LPIFSInner{padding:25px}.LPIAppsIcons .LPIAIInnner .LPIAIIApps .LPIAIIAIcon{font-size:50px}}@media(min-width:576px)and (max-width:767.98px){.LoginPage .LoginPageInner .LPIAppsIcons,.LoginPage .LoginPageInner .LPIFormSection{width:50%}.LPIAppsIcons .LPIAIInnner,.LPIFormSection .LPIFSInner{padding:25px}.LPIAppsIcons .LPIAIInnner .LPIAIIApps .LPIAIIAIcon{font-size:50px}}@media(max-width:575.98px){.LoginPage .LoginPageInner{position:relative}.LoginPage .LoginPageInner .LPIFormSection{width:100%;position:relative;z-index:1;background-color:hsla(0,0%,100%,.9215686275)}.LPIAppsIcons .LPIAIInnner,.LPIFormSection .LPIFSInner{padding:25px}.LoginPage .LoginPageInner .LPIAppsIcons{width:100%;background-color:var(--white);position:absolute;top:0;left:0;right:0;bottom:0}.LPIAppsIcons .LPIAIInnner .LPIAIIApps .LPIAIIAIcon{font-size:50px}.LPIMobTooltip{display:flex;align-items:center}.LPIMobTooltip .ToolTipWrapper{padding-left:8px}}
/*!
 * Bootswatch v4.6.0
 * Homepage: https://bootswatch.com
 * Copyright 2012-2021 Thomas Park
 * Licensed under MIT
 * Based on Bootstrap
*//*!
* Bootstrap v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/.builder-component hr,.DCFormBuilder hr,.formio-dialog-component-settings hr{box-sizing:initial;height:0;overflow:visible}.builder-component h1,.builder-component h2,.builder-component h3,.builder-component h4,.builder-component h5,.builder-component h6,.DCFormBuilder h1,.DCFormBuilder h2,.DCFormBuilder h3,.DCFormBuilder h4,.DCFormBuilder h5,.DCFormBuilder h6,.formio-dialog-component-settings h1,.formio-dialog-component-settings h2,.formio-dialog-component-settings h3,.formio-dialog-component-settings h4,.formio-dialog-component-settings h5,.formio-dialog-component-settings h6{margin-top:0;margin-bottom:.5rem}.builder-component p,.DCFormBuilder p,.formio-dialog-component-settings p{margin-top:0;margin-bottom:1rem}.builder-component abbr[data-original-title],.builder-component abbr[title],.DCFormBuilder abbr[data-original-title],.DCFormBuilder abbr[title],.formio-dialog-component-settings abbr[data-original-title],.formio-dialog-component-settings abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.builder-component address,.DCFormBuilder address,.formio-dialog-component-settings address{margin-bottom:1rem;font-style:normal;line-height:inherit}.builder-component dl,.builder-component ol,.builder-component ul,.DCFormBuilder dl,.DCFormBuilder ol,.DCFormBuilder ul,.formio-dialog-component-settings dl,.formio-dialog-component-settings ol,.formio-dialog-component-settings ul{margin-top:0;margin-bottom:1rem}.builder-component ol ol,.builder-component ol ul,.builder-component ul ol,.builder-component ul ul,.DCFormBuilder ol ol,.DCFormBuilder ol ul,.DCFormBuilder ul ol,.DCFormBuilder ul ul,.formio-dialog-component-settings ol ol,.formio-dialog-component-settings ol ul,.formio-dialog-component-settings ul ol,.formio-dialog-component-settings ul ul{margin-bottom:0}.builder-component dt,.DCFormBuilder dt,.formio-dialog-component-settings dt{font-weight:700}.builder-component dd,.DCFormBuilder dd,.formio-dialog-component-settings dd{margin-bottom:.5rem;margin-left:0}.builder-component blockquote,.DCFormBuilder blockquote,.formio-dialog-component-settings blockquote{margin:0 0 1rem}.builder-component b,.builder-component strong,.DCFormBuilder b,.DCFormBuilder strong,.formio-dialog-component-settings b,.formio-dialog-component-settings strong{font-weight:bolder}.builder-component small,.DCFormBuilder small,.formio-dialog-component-settings small{font-size:80%}.builder-component sub,.builder-component sup,.DCFormBuilder sub,.DCFormBuilder sup,.formio-dialog-component-settings sub,.formio-dialog-component-settings sup{position:relative;font-size:75%;line-height:0;vertical-align:initial}.builder-component sub,.DCFormBuilder sub,.formio-dialog-component-settings sub{bottom:-.25em}.builder-component sup,.DCFormBuilder sup,.formio-dialog-component-settings sup{top:-.5em}.builder-component a,.DCFormBuilder a,.formio-dialog-component-settings a{color:#2780e3;text-decoration:none;background-color:transparent}.builder-component a:hover,.DCFormBuilder a:hover,.formio-dialog-component-settings a:hover{color:#165ba8;text-decoration:underline}.builder-component a:not([href]):not([class]),.builder-component a:not([href]):not([class]):hover,.DCFormBuilder a:not([href]):not([class]),.DCFormBuilder a:not([href]):not([class]):hover,.formio-dialog-component-settings a:not([href]):not([class]),.formio-dialog-component-settings a:not([href]):not([class]):hover{color:inherit;text-decoration:none}.builder-component code,.builder-component kbd,.builder-component pre,.builder-component samp,.DCFormBuilder code,.DCFormBuilder kbd,.DCFormBuilder pre,.DCFormBuilder samp,.formio-dialog-component-settings code,.formio-dialog-component-settings kbd,.formio-dialog-component-settings pre,.formio-dialog-component-settings samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}.builder-component pre,.DCFormBuilder pre,.formio-dialog-component-settings pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}.builder-component figure,.DCFormBuilder figure,.formio-dialog-component-settings figure{margin:0 0 1rem}.builder-component img,.DCFormBuilder img,.formio-dialog-component-settings img{vertical-align:middle;border-style:none}.builder-component svg,.DCFormBuilder svg,.formio-dialog-component-settings svg{overflow:hidden;vertical-align:middle}.builder-component table,.DCFormBuilder table,.formio-dialog-component-settings table{border-collapse:collapse}.builder-component caption,.DCFormBuilder caption,.formio-dialog-component-settings caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}.builder-component th,.DCFormBuilder th,.formio-dialog-component-settings th{text-align:inherit;text-align:-webkit-match-parent}.builder-component label,.DCFormBuilder label,.formio-dialog-component-settings label{display:inline-block;margin-bottom:.5rem}.builder-component button,.DCFormBuilder button,.formio-dialog-component-settings button{border-radius:0}.builder-component button:focus:not(:focus-visible),.DCFormBuilder button:focus:not(:focus-visible),.formio-dialog-component-settings button:focus:not(:focus-visible){outline:0}.builder-component button,.builder-component input,.builder-component optgroup,.builder-component select,.builder-component textarea,.DCFormBuilder button,.DCFormBuilder input,.DCFormBuilder optgroup,.DCFormBuilder select,.DCFormBuilder textarea,.formio-dialog-component-settings button,.formio-dialog-component-settings input,.formio-dialog-component-settings optgroup,.formio-dialog-component-settings select,.formio-dialog-component-settings textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.builder-component button,.builder-component input,.DCFormBuilder button,.DCFormBuilder input,.formio-dialog-component-settings button,.formio-dialog-component-settings input{overflow:visible}.builder-component button,.builder-component select,.DCFormBuilder button,.DCFormBuilder select,.formio-dialog-component-settings button,.formio-dialog-component-settings select{text-transform:none}.builder-component [role=button],.DCFormBuilder [role=button],.formio-dialog-component-settings [role=button]{cursor:pointer}.builder-component select,.DCFormBuilder select,.formio-dialog-component-settings select{word-wrap:normal}.builder-component [type=button],.builder-component [type=reset],.builder-component [type=submit],.builder-component button,.DCFormBuilder [type=button],.DCFormBuilder [type=reset],.DCFormBuilder [type=submit],.DCFormBuilder button,.formio-dialog-component-settings [type=button],.formio-dialog-component-settings [type=reset],.formio-dialog-component-settings [type=submit],.formio-dialog-component-settings button{-webkit-appearance:button}.builder-component [type=button]:not(:disabled),.builder-component [type=reset]:not(:disabled),.builder-component [type=submit]:not(:disabled),.builder-component button:not(:disabled),.DCFormBuilder [type=button]:not(:disabled),.DCFormBuilder [type=reset]:not(:disabled),.DCFormBuilder [type=submit]:not(:disabled),.DCFormBuilder button:not(:disabled),.formio-dialog-component-settings [type=button]:not(:disabled),.formio-dialog-component-settings [type=reset]:not(:disabled),.formio-dialog-component-settings [type=submit]:not(:disabled),.formio-dialog-component-settings button:not(:disabled){cursor:pointer}.builder-component [type=button]::-moz-focus-inner,.builder-component [type=reset]::-moz-focus-inner,.builder-component [type=submit]::-moz-focus-inner,.builder-component button::-moz-focus-inner,.DCFormBuilder [type=button]::-moz-focus-inner,.DCFormBuilder [type=reset]::-moz-focus-inner,.DCFormBuilder [type=submit]::-moz-focus-inner,.DCFormBuilder button::-moz-focus-inner,.formio-dialog-component-settings [type=button]::-moz-focus-inner,.formio-dialog-component-settings [type=reset]::-moz-focus-inner,.formio-dialog-component-settings [type=submit]::-moz-focus-inner,.formio-dialog-component-settings button::-moz-focus-inner{padding:0;border-style:none}.builder-component input[type=checkbox],.builder-component input[type=radio],.DCFormBuilder input[type=checkbox],.DCFormBuilder input[type=radio],.formio-dialog-component-settings input[type=checkbox],.formio-dialog-component-settings input[type=radio]{box-sizing:border-box;padding:0}.builder-component textarea,.DCFormBuilder textarea,.formio-dialog-component-settings textarea{overflow:auto;resize:vertical}.builder-component fieldset,.DCFormBuilder fieldset,.formio-dialog-component-settings fieldset{min-width:0;padding:0;margin:0;border:0}.builder-component legend,.DCFormBuilder legend,.formio-dialog-component-settings legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}.builder-component progress,.DCFormBuilder progress,.formio-dialog-component-settings progress{vertical-align:initial}.builder-component [type=number]::-webkit-inner-spin-button,.builder-component [type=number]::-webkit-outer-spin-button,.DCFormBuilder [type=number]::-webkit-inner-spin-button,.DCFormBuilder [type=number]::-webkit-outer-spin-button,.formio-dialog-component-settings [type=number]::-webkit-inner-spin-button,.formio-dialog-component-settings [type=number]::-webkit-outer-spin-button{height:auto}.builder-component [type=search],.DCFormBuilder [type=search],.formio-dialog-component-settings [type=search]{outline-offset:-2px;-webkit-appearance:none}.builder-component [type=search]::-webkit-search-decoration,.DCFormBuilder [type=search]::-webkit-search-decoration,.formio-dialog-component-settings [type=search]::-webkit-search-decoration{-webkit-appearance:none}.builder-component ::-webkit-file-upload-button,.DCFormBuilder ::-webkit-file-upload-button,.formio-dialog-component-settings ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.builder-component output,.DCFormBuilder output,.formio-dialog-component-settings output{display:inline-block}.builder-component summary,.DCFormBuilder summary,.formio-dialog-component-settings summary{display:list-item;cursor:pointer}.builder-component template,.DCFormBuilder template,.formio-dialog-component-settings template{display:none}.builder-component [hidden],.DCFormBuilder [hidden],.formio-dialog-component-settings [hidden]{display:none!important}.builder-component .h1,.builder-component .h2,.builder-component .h3,.builder-component .h4,.builder-component .h5,.builder-component .h6,.builder-component h1,.builder-component h2,.builder-component h3,.builder-component h4,.builder-component h5,.builder-component h6,.DCFormBuilder .h1,.DCFormBuilder .h2,.DCFormBuilder .h3,.DCFormBuilder .h4,.DCFormBuilder .h5,.DCFormBuilder .h6,.DCFormBuilder h1,.DCFormBuilder h2,.DCFormBuilder h3,.DCFormBuilder h4,.DCFormBuilder h5,.DCFormBuilder h6,.formio-dialog-component-settings .h1,.formio-dialog-component-settings .h2,.formio-dialog-component-settings .h3,.formio-dialog-component-settings .h4,.formio-dialog-component-settings .h5,.formio-dialog-component-settings .h6,.formio-dialog-component-settings h1,.formio-dialog-component-settings h2,.formio-dialog-component-settings h3,.formio-dialog-component-settings h4,.formio-dialog-component-settings h5,.formio-dialog-component-settings h6{margin-bottom:.5rem;font-weight:300;line-height:1.2}.builder-component .h1,.builder-component h1,.DCFormBuilder .h1,.DCFormBuilder h1,.formio-dialog-component-settings .h1,.formio-dialog-component-settings h1{font-size:2.34375rem}.builder-component .h2,.builder-component h2,.DCFormBuilder .h2,.DCFormBuilder h2,.formio-dialog-component-settings .h2,.formio-dialog-component-settings h2{font-size:1.875rem}.builder-component .h3,.builder-component h3,.DCFormBuilder .h3,.DCFormBuilder h3,.formio-dialog-component-settings .h3,.formio-dialog-component-settings h3{font-size:1.640625rem}.builder-component .h4,.builder-component h4,.DCFormBuilder .h4,.DCFormBuilder h4,.formio-dialog-component-settings .h4,.formio-dialog-component-settings h4{font-size:1.40625rem}.builder-component .h5,.builder-component h5,.DCFormBuilder .h5,.DCFormBuilder h5,.formio-dialog-component-settings .h5,.formio-dialog-component-settings h5{font-size:1.171875rem}.builder-component .h6,.builder-component h6,.DCFormBuilder .h6,.DCFormBuilder h6,.formio-dialog-component-settings .h6,.formio-dialog-component-settings h6{font-size:.9375rem}.builder-component .lead,.DCFormBuilder .lead,.formio-dialog-component-settings .lead{font-size:1.171875rem;font-weight:300}.builder-component .display-1,.DCFormBuilder .display-1,.formio-dialog-component-settings .display-1{font-size:6rem;font-weight:300;line-height:1.2}.builder-component .display-2,.DCFormBuilder .display-2,.formio-dialog-component-settings .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.builder-component .display-3,.DCFormBuilder .display-3,.formio-dialog-component-settings .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.builder-component .display-4,.DCFormBuilder .display-4,.formio-dialog-component-settings .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}.builder-component hr,.DCFormBuilder hr,.formio-dialog-component-settings hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.builder-component .small,.builder-component small,.DCFormBuilder .small,.DCFormBuilder small,.formio-dialog-component-settings .small,.formio-dialog-component-settings small{font-size:80%;font-weight:400}.builder-component .mark,.builder-component mark,.DCFormBuilder .mark,.DCFormBuilder mark,.formio-dialog-component-settings .mark,.formio-dialog-component-settings mark{padding:.2em;background-color:#fcf8e3}.builder-component .list-inline,.builder-component .list-unstyled,.DCFormBuilder .list-inline,.DCFormBuilder .list-unstyled,.formio-dialog-component-settings .list-inline,.formio-dialog-component-settings .list-unstyled{padding-left:0;list-style:none}.builder-component .list-inline-item,.DCFormBuilder .list-inline-item,.formio-dialog-component-settings .list-inline-item{display:inline-block}.builder-component .list-inline-item:not(:last-child),.DCFormBuilder .list-inline-item:not(:last-child),.formio-dialog-component-settings .list-inline-item:not(:last-child){margin-right:.5rem}.builder-component .initialism,.DCFormBuilder .initialism,.formio-dialog-component-settings .initialism{font-size:90%;text-transform:uppercase}.builder-component .blockquote,.DCFormBuilder .blockquote,.formio-dialog-component-settings .blockquote{margin-bottom:1rem;font-size:1.171875rem}.builder-component .blockquote-footer,.DCFormBuilder .blockquote-footer,.formio-dialog-component-settings .blockquote-footer{display:block;font-size:80%;color:#868e96}.builder-component .blockquote-footer:before,.DCFormBuilder .blockquote-footer:before,.formio-dialog-component-settings .blockquote-footer:before{content:"— "}.builder-component .img-fluid,.DCFormBuilder .img-fluid,.formio-dialog-component-settings .img-fluid{max-width:100%;height:auto}.builder-component .img-thumbnail,.DCFormBuilder .img-thumbnail,.formio-dialog-component-settings .img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;max-width:100%;height:auto}.builder-component .figure,.DCFormBuilder .figure,.formio-dialog-component-settings .figure{display:inline-block}.builder-component .figure-img,.DCFormBuilder .figure-img,.formio-dialog-component-settings .figure-img{margin-bottom:.5rem;line-height:1}.builder-component .figure-caption,.DCFormBuilder .figure-caption,.formio-dialog-component-settings .figure-caption{font-size:90%;color:#868e96}.builder-component code,.DCFormBuilder code,.formio-dialog-component-settings code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}.builder-component a>code,.DCFormBuilder a>code,.formio-dialog-component-settings a>code{color:inherit}.builder-component kbd,.DCFormBuilder kbd,.formio-dialog-component-settings kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529}.builder-component kbd kbd,.DCFormBuilder kbd kbd,.formio-dialog-component-settings kbd kbd{padding:0;font-size:100%;font-weight:700}.builder-component pre,.DCFormBuilder pre,.formio-dialog-component-settings pre{display:block;font-size:87.5%;color:#212529}.builder-component pre code,.DCFormBuilder pre code,.formio-dialog-component-settings pre code{font-size:inherit;color:inherit;word-break:normal}.builder-component .pre-scrollable,.DCFormBuilder .pre-scrollable,.formio-dialog-component-settings .pre-scrollable{max-height:340px;overflow-y:scroll}.builder-component .container,.builder-component .container-fluid,.builder-component .container-lg,.builder-component .container-md,.builder-component .container-sm,.builder-component .container-xl,.DCFormBuilder .container,.DCFormBuilder .container-fluid,.DCFormBuilder .container-lg,.DCFormBuilder .container-md,.DCFormBuilder .container-sm,.DCFormBuilder .container-xl,.formio-dialog-component-settings .container,.formio-dialog-component-settings .container-fluid,.formio-dialog-component-settings .container-lg,.formio-dialog-component-settings .container-md,.formio-dialog-component-settings .container-sm,.formio-dialog-component-settings .container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){.builder-component .container,.builder-component .container-sm,.DCFormBuilder .container,.DCFormBuilder .container-sm,.formio-dialog-component-settings .container,.formio-dialog-component-settings .container-sm{max-width:540px}}@media(min-width:768px){.builder-component .container,.builder-component .container-md,.builder-component .container-sm,.DCFormBuilder .container,.DCFormBuilder .container-md,.DCFormBuilder .container-sm,.formio-dialog-component-settings .container,.formio-dialog-component-settings .container-md,.formio-dialog-component-settings .container-sm{max-width:720px}}@media(min-width:992px){.builder-component .container,.builder-component .container-lg,.builder-component .container-md,.builder-component .container-sm,.DCFormBuilder .container,.DCFormBuilder .container-lg,.DCFormBuilder .container-md,.DCFormBuilder .container-sm,.formio-dialog-component-settings .container,.formio-dialog-component-settings .container-lg,.formio-dialog-component-settings .container-md,.formio-dialog-component-settings .container-sm{max-width:960px}}@media(min-width:1200px){.builder-component .container,.builder-component .container-lg,.builder-component .container-md,.builder-component .container-sm,.builder-component .container-xl,.DCFormBuilder .container,.DCFormBuilder .container-lg,.DCFormBuilder .container-md,.DCFormBuilder .container-sm,.DCFormBuilder .container-xl,.formio-dialog-component-settings .container,.formio-dialog-component-settings .container-lg,.formio-dialog-component-settings .container-md,.formio-dialog-component-settings .container-sm,.formio-dialog-component-settings .container-xl{max-width:1140px}}.builder-component .row,.DCFormBuilder .row,.formio-dialog-component-settings .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.builder-component .no-gutters,.DCFormBuilder .no-gutters,.formio-dialog-component-settings .no-gutters{margin-right:0;margin-left:0}.builder-component .no-gutters>.col,.builder-component .no-gutters>[class*=col-],.DCFormBuilder .no-gutters>.col,.DCFormBuilder .no-gutters>[class*=col-],.formio-dialog-component-settings .no-gutters>.col,.formio-dialog-component-settings .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.builder-component .col,.builder-component .col-1,.builder-component .col-2,.builder-component .col-3,.builder-component .col-4,.builder-component .col-5,.builder-component .col-6,.builder-component .col-7,.builder-component .col-8,.builder-component .col-9,.builder-component .col-10,.builder-component .col-11,.builder-component .col-12,.builder-component .col-auto,.builder-component .col-lg,.builder-component .col-lg-1,.builder-component .col-lg-2,.builder-component .col-lg-3,.builder-component .col-lg-4,.builder-component .col-lg-5,.builder-component .col-lg-6,.builder-component .col-lg-7,.builder-component .col-lg-8,.builder-component .col-lg-9,.builder-component .col-lg-10,.builder-component .col-lg-11,.builder-component .col-lg-12,.builder-component .col-lg-auto,.builder-component .col-md,.builder-component .col-md-1,.builder-component .col-md-2,.builder-component .col-md-3,.builder-component .col-md-4,.builder-component .col-md-5,.builder-component .col-md-6,.builder-component .col-md-7,.builder-component .col-md-8,.builder-component .col-md-9,.builder-component .col-md-10,.builder-component .col-md-11,.builder-component .col-md-12,.builder-component .col-md-auto,.builder-component .col-sm,.builder-component .col-sm-1,.builder-component .col-sm-2,.builder-component .col-sm-3,.builder-component .col-sm-4,.builder-component .col-sm-5,.builder-component .col-sm-6,.builder-component .col-sm-7,.builder-component .col-sm-8,.builder-component .col-sm-9,.builder-component .col-sm-10,.builder-component .col-sm-11,.builder-component .col-sm-12,.builder-component .col-sm-auto,.builder-component .col-xl,.builder-component .col-xl-1,.builder-component .col-xl-2,.builder-component .col-xl-3,.builder-component .col-xl-4,.builder-component .col-xl-5,.builder-component .col-xl-6,.builder-component .col-xl-7,.builder-component .col-xl-8,.builder-component .col-xl-9,.builder-component .col-xl-10,.builder-component .col-xl-11,.builder-component .col-xl-12,.builder-component .col-xl-auto,.DCFormBuilder .col,.DCFormBuilder .col-1,.DCFormBuilder .col-2,.DCFormBuilder .col-3,.DCFormBuilder .col-4,.DCFormBuilder .col-5,.DCFormBuilder .col-6,.DCFormBuilder .col-7,.DCFormBuilder .col-8,.DCFormBuilder .col-9,.DCFormBuilder .col-10,.DCFormBuilder .col-11,.DCFormBuilder .col-12,.DCFormBuilder .col-auto,.DCFormBuilder .col-lg,.DCFormBuilder .col-lg-1,.DCFormBuilder .col-lg-2,.DCFormBuilder .col-lg-3,.DCFormBuilder .col-lg-4,.DCFormBuilder .col-lg-5,.DCFormBuilder .col-lg-6,.DCFormBuilder .col-lg-7,.DCFormBuilder .col-lg-8,.DCFormBuilder .col-lg-9,.DCFormBuilder .col-lg-10,.DCFormBuilder .col-lg-11,.DCFormBuilder .col-lg-12,.DCFormBuilder .col-lg-auto,.DCFormBuilder .col-md,.DCFormBuilder .col-md-1,.DCFormBuilder .col-md-2,.DCFormBuilder .col-md-3,.DCFormBuilder .col-md-4,.DCFormBuilder .col-md-5,.DCFormBuilder .col-md-6,.DCFormBuilder .col-md-7,.DCFormBuilder .col-md-8,.DCFormBuilder .col-md-9,.DCFormBuilder .col-md-10,.DCFormBuilder .col-md-11,.DCFormBuilder .col-md-12,.DCFormBuilder .col-md-auto,.DCFormBuilder .col-sm,.DCFormBuilder .col-sm-1,.DCFormBuilder .col-sm-2,.DCFormBuilder .col-sm-3,.DCFormBuilder .col-sm-4,.DCFormBuilder .col-sm-5,.DCFormBuilder .col-sm-6,.DCFormBuilder .col-sm-7,.DCFormBuilder .col-sm-8,.DCFormBuilder .col-sm-9,.DCFormBuilder .col-sm-10,.DCFormBuilder .col-sm-11,.DCFormBuilder .col-sm-12,.DCFormBuilder .col-sm-auto,.DCFormBuilder .col-xl,.DCFormBuilder .col-xl-1,.DCFormBuilder .col-xl-2,.DCFormBuilder .col-xl-3,.DCFormBuilder .col-xl-4,.DCFormBuilder .col-xl-5,.DCFormBuilder .col-xl-6,.DCFormBuilder .col-xl-7,.DCFormBuilder .col-xl-8,.DCFormBuilder .col-xl-9,.DCFormBuilder .col-xl-10,.DCFormBuilder .col-xl-11,.DCFormBuilder .col-xl-12,.DCFormBuilder .col-xl-auto,.formio-dialog-component-settings .col,.formio-dialog-component-settings .col-1,.formio-dialog-component-settings .col-2,.formio-dialog-component-settings .col-3,.formio-dialog-component-settings .col-4,.formio-dialog-component-settings .col-5,.formio-dialog-component-settings .col-6,.formio-dialog-component-settings .col-7,.formio-dialog-component-settings .col-8,.formio-dialog-component-settings .col-9,.formio-dialog-component-settings .col-10,.formio-dialog-component-settings .col-11,.formio-dialog-component-settings .col-12,.formio-dialog-component-settings .col-auto,.formio-dialog-component-settings .col-lg,.formio-dialog-component-settings .col-lg-1,.formio-dialog-component-settings .col-lg-2,.formio-dialog-component-settings .col-lg-3,.formio-dialog-component-settings .col-lg-4,.formio-dialog-component-settings .col-lg-5,.formio-dialog-component-settings .col-lg-6,.formio-dialog-component-settings .col-lg-7,.formio-dialog-component-settings .col-lg-8,.formio-dialog-component-settings .col-lg-9,.formio-dialog-component-settings .col-lg-10,.formio-dialog-component-settings .col-lg-11,.formio-dialog-component-settings .col-lg-12,.formio-dialog-component-settings .col-lg-auto,.formio-dialog-component-settings .col-md,.formio-dialog-component-settings .col-md-1,.formio-dialog-component-settings .col-md-2,.formio-dialog-component-settings .col-md-3,.formio-dialog-component-settings .col-md-4,.formio-dialog-component-settings .col-md-5,.formio-dialog-component-settings .col-md-6,.formio-dialog-component-settings .col-md-7,.formio-dialog-component-settings .col-md-8,.formio-dialog-component-settings .col-md-9,.formio-dialog-component-settings .col-md-10,.formio-dialog-component-settings .col-md-11,.formio-dialog-component-settings .col-md-12,.formio-dialog-component-settings .col-md-auto,.formio-dialog-component-settings .col-sm,.formio-dialog-component-settings .col-sm-1,.formio-dialog-component-settings .col-sm-2,.formio-dialog-component-settings .col-sm-3,.formio-dialog-component-settings .col-sm-4,.formio-dialog-component-settings .col-sm-5,.formio-dialog-component-settings .col-sm-6,.formio-dialog-component-settings .col-sm-7,.formio-dialog-component-settings .col-sm-8,.formio-dialog-component-settings .col-sm-9,.formio-dialog-component-settings .col-sm-10,.formio-dialog-component-settings .col-sm-11,.formio-dialog-component-settings .col-sm-12,.formio-dialog-component-settings .col-sm-auto,.formio-dialog-component-settings .col-xl,.formio-dialog-component-settings .col-xl-1,.formio-dialog-component-settings .col-xl-2,.formio-dialog-component-settings .col-xl-3,.formio-dialog-component-settings .col-xl-4,.formio-dialog-component-settings .col-xl-5,.formio-dialog-component-settings .col-xl-6,.formio-dialog-component-settings .col-xl-7,.formio-dialog-component-settings .col-xl-8,.formio-dialog-component-settings .col-xl-9,.formio-dialog-component-settings .col-xl-10,.formio-dialog-component-settings .col-xl-11,.formio-dialog-component-settings .col-xl-12,.formio-dialog-component-settings .col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.builder-component .col,.DCFormBuilder .col,.formio-dialog-component-settings .col{flex-basis:0;flex-grow:1;max-width:100%}.builder-component .row-cols-1>*,.DCFormBuilder .row-cols-1>*,.formio-dialog-component-settings .row-cols-1>*{flex:0 0 100%;max-width:100%}.builder-component .row-cols-2>*,.DCFormBuilder .row-cols-2>*,.formio-dialog-component-settings .row-cols-2>*{flex:0 0 50%;max-width:50%}.builder-component .row-cols-3>*,.DCFormBuilder .row-cols-3>*,.formio-dialog-component-settings .row-cols-3>*{flex:0 0 33.333333%;max-width:33.333333%}.builder-component .row-cols-4>*,.DCFormBuilder .row-cols-4>*,.formio-dialog-component-settings .row-cols-4>*{flex:0 0 25%;max-width:25%}.builder-component .row-cols-5>*,.DCFormBuilder .row-cols-5>*,.formio-dialog-component-settings .row-cols-5>*{flex:0 0 20%;max-width:20%}.builder-component .row-cols-6>*,.DCFormBuilder .row-cols-6>*,.formio-dialog-component-settings .row-cols-6>*{flex:0 0 16.666667%;max-width:16.666667%}.builder-component .col-auto,.DCFormBuilder .col-auto,.formio-dialog-component-settings .col-auto{flex:0 0 auto;width:auto;max-width:100%}.builder-component .col-1,.DCFormBuilder .col-1,.formio-dialog-component-settings .col-1{flex:0 0 8.333333%;max-width:8.333333%}.builder-component .col-2,.DCFormBuilder .col-2,.formio-dialog-component-settings .col-2{flex:0 0 16.666667%;max-width:16.666667%}.builder-component .col-3,.DCFormBuilder .col-3,.formio-dialog-component-settings .col-3{flex:0 0 25%;max-width:25%}.builder-component .col-4,.DCFormBuilder .col-4,.formio-dialog-component-settings .col-4{flex:0 0 33.333333%;max-width:33.333333%}.builder-component .col-5,.DCFormBuilder .col-5,.formio-dialog-component-settings .col-5{flex:0 0 41.666667%;max-width:41.666667%}.builder-component .col-6,.DCFormBuilder .col-6,.formio-dialog-component-settings .col-6{flex:0 0 50%;max-width:50%}.builder-component .col-7,.DCFormBuilder .col-7,.formio-dialog-component-settings .col-7{flex:0 0 58.333333%;max-width:58.333333%}.builder-component .col-8,.DCFormBuilder .col-8,.formio-dialog-component-settings .col-8{flex:0 0 66.666667%;max-width:66.666667%}.builder-component .col-9,.DCFormBuilder .col-9,.formio-dialog-component-settings .col-9{flex:0 0 75%;max-width:75%}.builder-component .col-10,.DCFormBuilder .col-10,.formio-dialog-component-settings .col-10{flex:0 0 83.333333%;max-width:83.333333%}.builder-component .col-11,.DCFormBuilder .col-11,.formio-dialog-component-settings .col-11{flex:0 0 91.666667%;max-width:91.666667%}.builder-component .col-12,.DCFormBuilder .col-12,.formio-dialog-component-settings .col-12{flex:0 0 100%;max-width:100%}.builder-component .order-first,.DCFormBuilder .order-first,.formio-dialog-component-settings .order-first{order:-1}.builder-component .order-last,.DCFormBuilder .order-last,.formio-dialog-component-settings .order-last{order:13}.builder-component .order-0,.DCFormBuilder .order-0,.formio-dialog-component-settings .order-0{order:0}.builder-component .order-1,.DCFormBuilder .order-1,.formio-dialog-component-settings .order-1{order:1}.builder-component .order-2,.DCFormBuilder .order-2,.formio-dialog-component-settings .order-2{order:2}.builder-component .order-3,.DCFormBuilder .order-3,.formio-dialog-component-settings .order-3{order:3}.builder-component .order-4,.DCFormBuilder .order-4,.formio-dialog-component-settings .order-4{order:4}.builder-component .order-5,.DCFormBuilder .order-5,.formio-dialog-component-settings .order-5{order:5}.builder-component .order-6,.DCFormBuilder .order-6,.formio-dialog-component-settings .order-6{order:6}.builder-component .order-7,.DCFormBuilder .order-7,.formio-dialog-component-settings .order-7{order:7}.builder-component .order-8,.DCFormBuilder .order-8,.formio-dialog-component-settings .order-8{order:8}.builder-component .order-9,.DCFormBuilder .order-9,.formio-dialog-component-settings .order-9{order:9}.builder-component .order-10,.DCFormBuilder .order-10,.formio-dialog-component-settings .order-10{order:10}.builder-component .order-11,.DCFormBuilder .order-11,.formio-dialog-component-settings .order-11{order:11}.builder-component .order-12,.DCFormBuilder .order-12,.formio-dialog-component-settings .order-12{order:12}.builder-component .offset-1,.DCFormBuilder .offset-1,.formio-dialog-component-settings .offset-1{margin-left:8.333333%}.builder-component .offset-2,.DCFormBuilder .offset-2,.formio-dialog-component-settings .offset-2{margin-left:16.666667%}.builder-component .offset-3,.DCFormBuilder .offset-3,.formio-dialog-component-settings .offset-3{margin-left:25%}.builder-component .offset-4,.DCFormBuilder .offset-4,.formio-dialog-component-settings .offset-4{margin-left:33.333333%}.builder-component .offset-5,.DCFormBuilder .offset-5,.formio-dialog-component-settings .offset-5{margin-left:41.666667%}.builder-component .offset-6,.DCFormBuilder .offset-6,.formio-dialog-component-settings .offset-6{margin-left:50%}.builder-component .offset-7,.DCFormBuilder .offset-7,.formio-dialog-component-settings .offset-7{margin-left:58.333333%}.builder-component .offset-8,.DCFormBuilder .offset-8,.formio-dialog-component-settings .offset-8{margin-left:66.666667%}.builder-component .offset-9,.DCFormBuilder .offset-9,.formio-dialog-component-settings .offset-9{margin-left:75%}.builder-component .offset-10,.DCFormBuilder .offset-10,.formio-dialog-component-settings .offset-10{margin-left:83.333333%}.builder-component .offset-11,.DCFormBuilder .offset-11,.formio-dialog-component-settings .offset-11{margin-left:91.666667%}@media(min-width:576px){.builder-component .col-sm,.DCFormBuilder .col-sm,.formio-dialog-component-settings .col-sm{flex-basis:0;flex-grow:1;max-width:100%}.builder-component .row-cols-sm-1>*,.DCFormBuilder .row-cols-sm-1>*,.formio-dialog-component-settings .row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.builder-component .row-cols-sm-2>*,.DCFormBuilder .row-cols-sm-2>*,.formio-dialog-component-settings .row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.builder-component .row-cols-sm-3>*,.DCFormBuilder .row-cols-sm-3>*,.formio-dialog-component-settings .row-cols-sm-3>*{flex:0 0 33.333333%;max-width:33.333333%}.builder-component .row-cols-sm-4>*,.DCFormBuilder .row-cols-sm-4>*,.formio-dialog-component-settings .row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.builder-component .row-cols-sm-5>*,.DCFormBuilder .row-cols-sm-5>*,.formio-dialog-component-settings .row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.builder-component .row-cols-sm-6>*,.DCFormBuilder .row-cols-sm-6>*,.formio-dialog-component-settings .row-cols-sm-6>*{flex:0 0 16.666667%;max-width:16.666667%}.builder-component .col-sm-auto,.DCFormBuilder .col-sm-auto,.formio-dialog-component-settings .col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.builder-component .col-sm-1,.DCFormBuilder .col-sm-1,.formio-dialog-component-settings .col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.builder-component .col-sm-2,.DCFormBuilder .col-sm-2,.formio-dialog-component-settings .col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.builder-component .col-sm-3,.DCFormBuilder .col-sm-3,.formio-dialog-component-settings .col-sm-3{flex:0 0 25%;max-width:25%}.builder-component .col-sm-4,.DCFormBuilder .col-sm-4,.formio-dialog-component-settings .col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.builder-component .col-sm-5,.DCFormBuilder .col-sm-5,.formio-dialog-component-settings .col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.builder-component .col-sm-6,.DCFormBuilder .col-sm-6,.formio-dialog-component-settings .col-sm-6{flex:0 0 50%;max-width:50%}.builder-component .col-sm-7,.DCFormBuilder .col-sm-7,.formio-dialog-component-settings .col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.builder-component .col-sm-8,.DCFormBuilder .col-sm-8,.formio-dialog-component-settings .col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.builder-component .col-sm-9,.DCFormBuilder .col-sm-9,.formio-dialog-component-settings .col-sm-9{flex:0 0 75%;max-width:75%}.builder-component .col-sm-10,.DCFormBuilder .col-sm-10,.formio-dialog-component-settings .col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.builder-component .col-sm-11,.DCFormBuilder .col-sm-11,.formio-dialog-component-settings .col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.builder-component .col-sm-12,.DCFormBuilder .col-sm-12,.formio-dialog-component-settings .col-sm-12{flex:0 0 100%;max-width:100%}.builder-component .order-sm-first,.DCFormBuilder .order-sm-first,.formio-dialog-component-settings .order-sm-first{order:-1}.builder-component .order-sm-last,.DCFormBuilder .order-sm-last,.formio-dialog-component-settings .order-sm-last{order:13}.builder-component .order-sm-0,.DCFormBuilder .order-sm-0,.formio-dialog-component-settings .order-sm-0{order:0}.builder-component .order-sm-1,.DCFormBuilder .order-sm-1,.formio-dialog-component-settings .order-sm-1{order:1}.builder-component .order-sm-2,.DCFormBuilder .order-sm-2,.formio-dialog-component-settings .order-sm-2{order:2}.builder-component .order-sm-3,.DCFormBuilder .order-sm-3,.formio-dialog-component-settings .order-sm-3{order:3}.builder-component .order-sm-4,.DCFormBuilder .order-sm-4,.formio-dialog-component-settings .order-sm-4{order:4}.builder-component .order-sm-5,.DCFormBuilder .order-sm-5,.formio-dialog-component-settings .order-sm-5{order:5}.builder-component .order-sm-6,.DCFormBuilder .order-sm-6,.formio-dialog-component-settings .order-sm-6{order:6}.builder-component .order-sm-7,.DCFormBuilder .order-sm-7,.formio-dialog-component-settings .order-sm-7{order:7}.builder-component .order-sm-8,.DCFormBuilder .order-sm-8,.formio-dialog-component-settings .order-sm-8{order:8}.builder-component .order-sm-9,.DCFormBuilder .order-sm-9,.formio-dialog-component-settings .order-sm-9{order:9}.builder-component .order-sm-10,.DCFormBuilder .order-sm-10,.formio-dialog-component-settings .order-sm-10{order:10}.builder-component .order-sm-11,.DCFormBuilder .order-sm-11,.formio-dialog-component-settings .order-sm-11{order:11}.builder-component .order-sm-12,.DCFormBuilder .order-sm-12,.formio-dialog-component-settings .order-sm-12{order:12}.builder-component .offset-sm-0,.DCFormBuilder .offset-sm-0,.formio-dialog-component-settings .offset-sm-0{margin-left:0}.builder-component .offset-sm-1,.DCFormBuilder .offset-sm-1,.formio-dialog-component-settings .offset-sm-1{margin-left:8.333333%}.builder-component .offset-sm-2,.DCFormBuilder .offset-sm-2,.formio-dialog-component-settings .offset-sm-2{margin-left:16.666667%}.builder-component .offset-sm-3,.DCFormBuilder .offset-sm-3,.formio-dialog-component-settings .offset-sm-3{margin-left:25%}.builder-component .offset-sm-4,.DCFormBuilder .offset-sm-4,.formio-dialog-component-settings .offset-sm-4{margin-left:33.333333%}.builder-component .offset-sm-5,.DCFormBuilder .offset-sm-5,.formio-dialog-component-settings .offset-sm-5{margin-left:41.666667%}.builder-component .offset-sm-6,.DCFormBuilder .offset-sm-6,.formio-dialog-component-settings .offset-sm-6{margin-left:50%}.builder-component .offset-sm-7,.DCFormBuilder .offset-sm-7,.formio-dialog-component-settings .offset-sm-7{margin-left:58.333333%}.builder-component .offset-sm-8,.DCFormBuilder .offset-sm-8,.formio-dialog-component-settings .offset-sm-8{margin-left:66.666667%}.builder-component .offset-sm-9,.DCFormBuilder .offset-sm-9,.formio-dialog-component-settings .offset-sm-9{margin-left:75%}.builder-component .offset-sm-10,.DCFormBuilder .offset-sm-10,.formio-dialog-component-settings .offset-sm-10{margin-left:83.333333%}.builder-component .offset-sm-11,.DCFormBuilder .offset-sm-11,.formio-dialog-component-settings .offset-sm-11{margin-left:91.666667%}}@media(min-width:768px){.builder-component .col-md,.DCFormBuilder .col-md,.formio-dialog-component-settings .col-md{flex-basis:0;flex-grow:1;max-width:100%}.builder-component .row-cols-md-1>*,.DCFormBuilder .row-cols-md-1>*,.formio-dialog-component-settings .row-cols-md-1>*{flex:0 0 100%;max-width:100%}.builder-component .row-cols-md-2>*,.DCFormBuilder .row-cols-md-2>*,.formio-dialog-component-settings .row-cols-md-2>*{flex:0 0 50%;max-width:50%}.builder-component .row-cols-md-3>*,.DCFormBuilder .row-cols-md-3>*,.formio-dialog-component-settings .row-cols-md-3>*{flex:0 0 33.333333%;max-width:33.333333%}.builder-component .row-cols-md-4>*,.DCFormBuilder .row-cols-md-4>*,.formio-dialog-component-settings .row-cols-md-4>*{flex:0 0 25%;max-width:25%}.builder-component .row-cols-md-5>*,.DCFormBuilder .row-cols-md-5>*,.formio-dialog-component-settings .row-cols-md-5>*{flex:0 0 20%;max-width:20%}.builder-component .row-cols-md-6>*,.DCFormBuilder .row-cols-md-6>*,.formio-dialog-component-settings .row-cols-md-6>*{flex:0 0 16.666667%;max-width:16.666667%}.builder-component .col-md-auto,.DCFormBuilder .col-md-auto,.formio-dialog-component-settings .col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.builder-component .col-md-1,.DCFormBuilder .col-md-1,.formio-dialog-component-settings .col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.builder-component .col-md-2,.DCFormBuilder .col-md-2,.formio-dialog-component-settings .col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.builder-component .col-md-3,.DCFormBuilder .col-md-3,.formio-dialog-component-settings .col-md-3{flex:0 0 25%;max-width:25%}.builder-component .col-md-4,.DCFormBuilder .col-md-4,.formio-dialog-component-settings .col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.builder-component .col-md-5,.DCFormBuilder .col-md-5,.formio-dialog-component-settings .col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.builder-component .col-md-6,.DCFormBuilder .col-md-6,.formio-dialog-component-settings .col-md-6{flex:0 0 50%;max-width:50%}.builder-component .col-md-7,.DCFormBuilder .col-md-7,.formio-dialog-component-settings .col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.builder-component .col-md-8,.DCFormBuilder .col-md-8,.formio-dialog-component-settings .col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.builder-component .col-md-9,.DCFormBuilder .col-md-9,.formio-dialog-component-settings .col-md-9{flex:0 0 75%;max-width:75%}.builder-component .col-md-10,.DCFormBuilder .col-md-10,.formio-dialog-component-settings .col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.builder-component .col-md-11,.DCFormBuilder .col-md-11,.formio-dialog-component-settings .col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.builder-component .col-md-12,.DCFormBuilder .col-md-12,.formio-dialog-component-settings .col-md-12{flex:0 0 100%;max-width:100%}.builder-component .order-md-first,.DCFormBuilder .order-md-first,.formio-dialog-component-settings .order-md-first{order:-1}.builder-component .order-md-last,.DCFormBuilder .order-md-last,.formio-dialog-component-settings .order-md-last{order:13}.builder-component .order-md-0,.DCFormBuilder .order-md-0,.formio-dialog-component-settings .order-md-0{order:0}.builder-component .order-md-1,.DCFormBuilder .order-md-1,.formio-dialog-component-settings .order-md-1{order:1}.builder-component .order-md-2,.DCFormBuilder .order-md-2,.formio-dialog-component-settings .order-md-2{order:2}.builder-component .order-md-3,.DCFormBuilder .order-md-3,.formio-dialog-component-settings .order-md-3{order:3}.builder-component .order-md-4,.DCFormBuilder .order-md-4,.formio-dialog-component-settings .order-md-4{order:4}.builder-component .order-md-5,.DCFormBuilder .order-md-5,.formio-dialog-component-settings .order-md-5{order:5}.builder-component .order-md-6,.DCFormBuilder .order-md-6,.formio-dialog-component-settings .order-md-6{order:6}.builder-component .order-md-7,.DCFormBuilder .order-md-7,.formio-dialog-component-settings .order-md-7{order:7}.builder-component .order-md-8,.DCFormBuilder .order-md-8,.formio-dialog-component-settings .order-md-8{order:8}.builder-component .order-md-9,.DCFormBuilder .order-md-9,.formio-dialog-component-settings .order-md-9{order:9}.builder-component .order-md-10,.DCFormBuilder .order-md-10,.formio-dialog-component-settings .order-md-10{order:10}.builder-component .order-md-11,.DCFormBuilder .order-md-11,.formio-dialog-component-settings .order-md-11{order:11}.builder-component .order-md-12,.DCFormBuilder .order-md-12,.formio-dialog-component-settings .order-md-12{order:12}.builder-component .offset-md-0,.DCFormBuilder .offset-md-0,.formio-dialog-component-settings .offset-md-0{margin-left:0}.builder-component .offset-md-1,.DCFormBuilder .offset-md-1,.formio-dialog-component-settings .offset-md-1{margin-left:8.333333%}.builder-component .offset-md-2,.DCFormBuilder .offset-md-2,.formio-dialog-component-settings .offset-md-2{margin-left:16.666667%}.builder-component .offset-md-3,.DCFormBuilder .offset-md-3,.formio-dialog-component-settings .offset-md-3{margin-left:25%}.builder-component .offset-md-4,.DCFormBuilder .offset-md-4,.formio-dialog-component-settings .offset-md-4{margin-left:33.333333%}.builder-component .offset-md-5,.DCFormBuilder .offset-md-5,.formio-dialog-component-settings .offset-md-5{margin-left:41.666667%}.builder-component .offset-md-6,.DCFormBuilder .offset-md-6,.formio-dialog-component-settings .offset-md-6{margin-left:50%}.builder-component .offset-md-7,.DCFormBuilder .offset-md-7,.formio-dialog-component-settings .offset-md-7{margin-left:58.333333%}.builder-component .offset-md-8,.DCFormBuilder .offset-md-8,.formio-dialog-component-settings .offset-md-8{margin-left:66.666667%}.builder-component .offset-md-9,.DCFormBuilder .offset-md-9,.formio-dialog-component-settings .offset-md-9{margin-left:75%}.builder-component .offset-md-10,.DCFormBuilder .offset-md-10,.formio-dialog-component-settings .offset-md-10{margin-left:83.333333%}.builder-component .offset-md-11,.DCFormBuilder .offset-md-11,.formio-dialog-component-settings .offset-md-11{margin-left:91.666667%}}@media(min-width:992px){.builder-component .col-lg,.DCFormBuilder .col-lg,.formio-dialog-component-settings .col-lg{flex-basis:0;flex-grow:1;max-width:100%}.builder-component .row-cols-lg-1>*,.DCFormBuilder .row-cols-lg-1>*,.formio-dialog-component-settings .row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.builder-component .row-cols-lg-2>*,.DCFormBuilder .row-cols-lg-2>*,.formio-dialog-component-settings .row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.builder-component .row-cols-lg-3>*,.DCFormBuilder .row-cols-lg-3>*,.formio-dialog-component-settings .row-cols-lg-3>*{flex:0 0 33.333333%;max-width:33.333333%}.builder-component .row-cols-lg-4>*,.DCFormBuilder .row-cols-lg-4>*,.formio-dialog-component-settings .row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.builder-component .row-cols-lg-5>*,.DCFormBuilder .row-cols-lg-5>*,.formio-dialog-component-settings .row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.builder-component .row-cols-lg-6>*,.DCFormBuilder .row-cols-lg-6>*,.formio-dialog-component-settings .row-cols-lg-6>*{flex:0 0 16.666667%;max-width:16.666667%}.builder-component .col-lg-auto,.DCFormBuilder .col-lg-auto,.formio-dialog-component-settings .col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.builder-component .col-lg-1,.DCFormBuilder .col-lg-1,.formio-dialog-component-settings .col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.builder-component .col-lg-2,.DCFormBuilder .col-lg-2,.formio-dialog-component-settings .col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.builder-component .col-lg-3,.DCFormBuilder .col-lg-3,.formio-dialog-component-settings .col-lg-3{flex:0 0 25%;max-width:25%}.builder-component .col-lg-4,.DCFormBuilder .col-lg-4,.formio-dialog-component-settings .col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.builder-component .col-lg-5,.DCFormBuilder .col-lg-5,.formio-dialog-component-settings .col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.builder-component .col-lg-6,.DCFormBuilder .col-lg-6,.formio-dialog-component-settings .col-lg-6{flex:0 0 50%;max-width:50%}.builder-component .col-lg-7,.DCFormBuilder .col-lg-7,.formio-dialog-component-settings .col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.builder-component .col-lg-8,.DCFormBuilder .col-lg-8,.formio-dialog-component-settings .col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.builder-component .col-lg-9,.DCFormBuilder .col-lg-9,.formio-dialog-component-settings .col-lg-9{flex:0 0 75%;max-width:75%}.builder-component .col-lg-10,.DCFormBuilder .col-lg-10,.formio-dialog-component-settings .col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.builder-component .col-lg-11,.DCFormBuilder .col-lg-11,.formio-dialog-component-settings .col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.builder-component .col-lg-12,.DCFormBuilder .col-lg-12,.formio-dialog-component-settings .col-lg-12{flex:0 0 100%;max-width:100%}.builder-component .order-lg-first,.DCFormBuilder .order-lg-first,.formio-dialog-component-settings .order-lg-first{order:-1}.builder-component .order-lg-last,.DCFormBuilder .order-lg-last,.formio-dialog-component-settings .order-lg-last{order:13}.builder-component .order-lg-0,.DCFormBuilder .order-lg-0,.formio-dialog-component-settings .order-lg-0{order:0}.builder-component .order-lg-1,.DCFormBuilder .order-lg-1,.formio-dialog-component-settings .order-lg-1{order:1}.builder-component .order-lg-2,.DCFormBuilder .order-lg-2,.formio-dialog-component-settings .order-lg-2{order:2}.builder-component .order-lg-3,.DCFormBuilder .order-lg-3,.formio-dialog-component-settings .order-lg-3{order:3}.builder-component .order-lg-4,.DCFormBuilder .order-lg-4,.formio-dialog-component-settings .order-lg-4{order:4}.builder-component .order-lg-5,.DCFormBuilder .order-lg-5,.formio-dialog-component-settings .order-lg-5{order:5}.builder-component .order-lg-6,.DCFormBuilder .order-lg-6,.formio-dialog-component-settings .order-lg-6{order:6}.builder-component .order-lg-7,.DCFormBuilder .order-lg-7,.formio-dialog-component-settings .order-lg-7{order:7}.builder-component .order-lg-8,.DCFormBuilder .order-lg-8,.formio-dialog-component-settings .order-lg-8{order:8}.builder-component .order-lg-9,.DCFormBuilder .order-lg-9,.formio-dialog-component-settings .order-lg-9{order:9}.builder-component .order-lg-10,.DCFormBuilder .order-lg-10,.formio-dialog-component-settings .order-lg-10{order:10}.builder-component .order-lg-11,.DCFormBuilder .order-lg-11,.formio-dialog-component-settings .order-lg-11{order:11}.builder-component .order-lg-12,.DCFormBuilder .order-lg-12,.formio-dialog-component-settings .order-lg-12{order:12}.builder-component .offset-lg-0,.DCFormBuilder .offset-lg-0,.formio-dialog-component-settings .offset-lg-0{margin-left:0}.builder-component .offset-lg-1,.DCFormBuilder .offset-lg-1,.formio-dialog-component-settings .offset-lg-1{margin-left:8.333333%}.builder-component .offset-lg-2,.DCFormBuilder .offset-lg-2,.formio-dialog-component-settings .offset-lg-2{margin-left:16.666667%}.builder-component .offset-lg-3,.DCFormBuilder .offset-lg-3,.formio-dialog-component-settings .offset-lg-3{margin-left:25%}.builder-component .offset-lg-4,.DCFormBuilder .offset-lg-4,.formio-dialog-component-settings .offset-lg-4{margin-left:33.333333%}.builder-component .offset-lg-5,.DCFormBuilder .offset-lg-5,.formio-dialog-component-settings .offset-lg-5{margin-left:41.666667%}.builder-component .offset-lg-6,.DCFormBuilder .offset-lg-6,.formio-dialog-component-settings .offset-lg-6{margin-left:50%}.builder-component .offset-lg-7,.DCFormBuilder .offset-lg-7,.formio-dialog-component-settings .offset-lg-7{margin-left:58.333333%}.builder-component .offset-lg-8,.DCFormBuilder .offset-lg-8,.formio-dialog-component-settings .offset-lg-8{margin-left:66.666667%}.builder-component .offset-lg-9,.DCFormBuilder .offset-lg-9,.formio-dialog-component-settings .offset-lg-9{margin-left:75%}.builder-component .offset-lg-10,.DCFormBuilder .offset-lg-10,.formio-dialog-component-settings .offset-lg-10{margin-left:83.333333%}.builder-component .offset-lg-11,.DCFormBuilder .offset-lg-11,.formio-dialog-component-settings .offset-lg-11{margin-left:91.666667%}}@media(min-width:1200px){.builder-component .col-xl,.DCFormBuilder .col-xl,.formio-dialog-component-settings .col-xl{flex-basis:0;flex-grow:1;max-width:100%}.builder-component .row-cols-xl-1>*,.DCFormBuilder .row-cols-xl-1>*,.formio-dialog-component-settings .row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.builder-component .row-cols-xl-2>*,.DCFormBuilder .row-cols-xl-2>*,.formio-dialog-component-settings .row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.builder-component .row-cols-xl-3>*,.DCFormBuilder .row-cols-xl-3>*,.formio-dialog-component-settings .row-cols-xl-3>*{flex:0 0 33.333333%;max-width:33.333333%}.builder-component .row-cols-xl-4>*,.DCFormBuilder .row-cols-xl-4>*,.formio-dialog-component-settings .row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.builder-component .row-cols-xl-5>*,.DCFormBuilder .row-cols-xl-5>*,.formio-dialog-component-settings .row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.builder-component .row-cols-xl-6>*,.DCFormBuilder .row-cols-xl-6>*,.formio-dialog-component-settings .row-cols-xl-6>*{flex:0 0 16.666667%;max-width:16.666667%}.builder-component .col-xl-auto,.DCFormBuilder .col-xl-auto,.formio-dialog-component-settings .col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.builder-component .col-xl-1,.DCFormBuilder .col-xl-1,.formio-dialog-component-settings .col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.builder-component .col-xl-2,.DCFormBuilder .col-xl-2,.formio-dialog-component-settings .col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.builder-component .col-xl-3,.DCFormBuilder .col-xl-3,.formio-dialog-component-settings .col-xl-3{flex:0 0 25%;max-width:25%}.builder-component .col-xl-4,.DCFormBuilder .col-xl-4,.formio-dialog-component-settings .col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.builder-component .col-xl-5,.DCFormBuilder .col-xl-5,.formio-dialog-component-settings .col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.builder-component .col-xl-6,.DCFormBuilder .col-xl-6,.formio-dialog-component-settings .col-xl-6{flex:0 0 50%;max-width:50%}.builder-component .col-xl-7,.DCFormBuilder .col-xl-7,.formio-dialog-component-settings .col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.builder-component .col-xl-8,.DCFormBuilder .col-xl-8,.formio-dialog-component-settings .col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.builder-component .col-xl-9,.DCFormBuilder .col-xl-9,.formio-dialog-component-settings .col-xl-9{flex:0 0 75%;max-width:75%}.builder-component .col-xl-10,.DCFormBuilder .col-xl-10,.formio-dialog-component-settings .col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.builder-component .col-xl-11,.DCFormBuilder .col-xl-11,.formio-dialog-component-settings .col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.builder-component .col-xl-12,.DCFormBuilder .col-xl-12,.formio-dialog-component-settings .col-xl-12{flex:0 0 100%;max-width:100%}.builder-component .order-xl-first,.DCFormBuilder .order-xl-first,.formio-dialog-component-settings .order-xl-first{order:-1}.builder-component .order-xl-last,.DCFormBuilder .order-xl-last,.formio-dialog-component-settings .order-xl-last{order:13}.builder-component .order-xl-0,.DCFormBuilder .order-xl-0,.formio-dialog-component-settings .order-xl-0{order:0}.builder-component .order-xl-1,.DCFormBuilder .order-xl-1,.formio-dialog-component-settings .order-xl-1{order:1}.builder-component .order-xl-2,.DCFormBuilder .order-xl-2,.formio-dialog-component-settings .order-xl-2{order:2}.builder-component .order-xl-3,.DCFormBuilder .order-xl-3,.formio-dialog-component-settings .order-xl-3{order:3}.builder-component .order-xl-4,.DCFormBuilder .order-xl-4,.formio-dialog-component-settings .order-xl-4{order:4}.builder-component .order-xl-5,.DCFormBuilder .order-xl-5,.formio-dialog-component-settings .order-xl-5{order:5}.builder-component .order-xl-6,.DCFormBuilder .order-xl-6,.formio-dialog-component-settings .order-xl-6{order:6}.builder-component .order-xl-7,.DCFormBuilder .order-xl-7,.formio-dialog-component-settings .order-xl-7{order:7}.builder-component .order-xl-8,.DCFormBuilder .order-xl-8,.formio-dialog-component-settings .order-xl-8{order:8}.builder-component .order-xl-9,.DCFormBuilder .order-xl-9,.formio-dialog-component-settings .order-xl-9{order:9}.builder-component .order-xl-10,.DCFormBuilder .order-xl-10,.formio-dialog-component-settings .order-xl-10{order:10}.builder-component .order-xl-11,.DCFormBuilder .order-xl-11,.formio-dialog-component-settings .order-xl-11{order:11}.builder-component .order-xl-12,.DCFormBuilder .order-xl-12,.formio-dialog-component-settings .order-xl-12{order:12}.builder-component .offset-xl-0,.DCFormBuilder .offset-xl-0,.formio-dialog-component-settings .offset-xl-0{margin-left:0}.builder-component .offset-xl-1,.DCFormBuilder .offset-xl-1,.formio-dialog-component-settings .offset-xl-1{margin-left:8.333333%}.builder-component .offset-xl-2,.DCFormBuilder .offset-xl-2,.formio-dialog-component-settings .offset-xl-2{margin-left:16.666667%}.builder-component .offset-xl-3,.DCFormBuilder .offset-xl-3,.formio-dialog-component-settings .offset-xl-3{margin-left:25%}.builder-component .offset-xl-4,.DCFormBuilder .offset-xl-4,.formio-dialog-component-settings .offset-xl-4{margin-left:33.333333%}.builder-component .offset-xl-5,.DCFormBuilder .offset-xl-5,.formio-dialog-component-settings .offset-xl-5{margin-left:41.666667%}.builder-component .offset-xl-6,.DCFormBuilder .offset-xl-6,.formio-dialog-component-settings .offset-xl-6{margin-left:50%}.builder-component .offset-xl-7,.DCFormBuilder .offset-xl-7,.formio-dialog-component-settings .offset-xl-7{margin-left:58.333333%}.builder-component .offset-xl-8,.DCFormBuilder .offset-xl-8,.formio-dialog-component-settings .offset-xl-8{margin-left:66.666667%}.builder-component .offset-xl-9,.DCFormBuilder .offset-xl-9,.formio-dialog-component-settings .offset-xl-9{margin-left:75%}.builder-component .offset-xl-10,.DCFormBuilder .offset-xl-10,.formio-dialog-component-settings .offset-xl-10{margin-left:83.333333%}.builder-component .offset-xl-11,.DCFormBuilder .offset-xl-11,.formio-dialog-component-settings .offset-xl-11{margin-left:91.666667%}}.builder-component .table,.DCFormBuilder .table,.formio-dialog-component-settings .table{width:100%;margin-bottom:1rem;color:#373a3c}.builder-component .table td,.builder-component .table th,.DCFormBuilder .table td,.DCFormBuilder .table th,.formio-dialog-component-settings .table td,.formio-dialog-component-settings .table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.builder-component .table thead th,.DCFormBuilder .table thead th,.formio-dialog-component-settings .table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.builder-component .table tbody+tbody,.DCFormBuilder .table tbody+tbody,.formio-dialog-component-settings .table tbody+tbody{border-top:2px solid #dee2e6}.builder-component .table-sm td,.builder-component .table-sm th,.DCFormBuilder .table-sm td,.DCFormBuilder .table-sm th,.formio-dialog-component-settings .table-sm td,.formio-dialog-component-settings .table-sm th{padding:.3rem}.builder-component .table-bordered,.builder-component .table-bordered td,.builder-component .table-bordered th,.DCFormBuilder .table-bordered,.DCFormBuilder .table-bordered td,.DCFormBuilder .table-bordered th,.formio-dialog-component-settings .table-bordered,.formio-dialog-component-settings .table-bordered td,.formio-dialog-component-settings .table-bordered th{border:1px solid #dee2e6}.builder-component .table-bordered thead td,.builder-component .table-bordered thead th,.DCFormBuilder .table-bordered thead td,.DCFormBuilder .table-bordered thead th,.formio-dialog-component-settings .table-bordered thead td,.formio-dialog-component-settings .table-bordered thead th{border-bottom-width:2px}.builder-component .table-borderless tbody+tbody,.builder-component .table-borderless td,.builder-component .table-borderless th,.builder-component .table-borderless thead th,.DCFormBuilder .table-borderless tbody+tbody,.DCFormBuilder .table-borderless td,.DCFormBuilder .table-borderless th,.DCFormBuilder .table-borderless thead th,.formio-dialog-component-settings .table-borderless tbody+tbody,.formio-dialog-component-settings .table-borderless td,.formio-dialog-component-settings .table-borderless th,.formio-dialog-component-settings .table-borderless thead th{border:0}.builder-component .table-striped tbody tr:nth-of-type(odd),.DCFormBuilder .table-striped tbody tr:nth-of-type(odd),.formio-dialog-component-settings .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.builder-component .table-hover tbody tr:hover,.DCFormBuilder .table-hover tbody tr:hover,.formio-dialog-component-settings .table-hover tbody tr:hover{color:#373a3c;background-color:rgba(0,0,0,.075)}.builder-component .table-primary,.builder-component .table-primary>td,.builder-component .table-primary>th,.DCFormBuilder .table-primary,.DCFormBuilder .table-primary>td,.DCFormBuilder .table-primary>th,.formio-dialog-component-settings .table-primary,.formio-dialog-component-settings .table-primary>td,.formio-dialog-component-settings .table-primary>th{background-color:#c3dbf7}.builder-component .table-primary tbody+tbody,.builder-component .table-primary td,.builder-component .table-primary th,.builder-component .table-primary thead th,.DCFormBuilder .table-primary tbody+tbody,.DCFormBuilder .table-primary td,.DCFormBuilder .table-primary th,.DCFormBuilder .table-primary thead th,.formio-dialog-component-settings .table-primary tbody+tbody,.formio-dialog-component-settings .table-primary td,.formio-dialog-component-settings .table-primary th,.formio-dialog-component-settings .table-primary thead th{border-color:#8fbdf0}.builder-component .table-hover .table-primary:hover,.builder-component .table-hover .table-primary:hover>td,.builder-component .table-hover .table-primary:hover>th,.DCFormBuilder .table-hover .table-primary:hover,.DCFormBuilder .table-hover .table-primary:hover>td,.DCFormBuilder .table-hover .table-primary:hover>th,.formio-dialog-component-settings .table-hover .table-primary:hover,.formio-dialog-component-settings .table-hover .table-primary:hover>td,.formio-dialog-component-settings .table-hover .table-primary:hover>th{background-color:#adcef4}.builder-component .table-secondary,.builder-component .table-secondary>td,.builder-component .table-secondary>th,.DCFormBuilder .table-secondary,.DCFormBuilder .table-secondary>td,.DCFormBuilder .table-secondary>th,.formio-dialog-component-settings .table-secondary,.formio-dialog-component-settings .table-secondary>td,.formio-dialog-component-settings .table-secondary>th{background-color:#c7c8c8}.builder-component .table-secondary tbody+tbody,.builder-component .table-secondary td,.builder-component .table-secondary th,.builder-component .table-secondary thead th,.DCFormBuilder .table-secondary tbody+tbody,.DCFormBuilder .table-secondary td,.DCFormBuilder .table-secondary th,.DCFormBuilder .table-secondary thead th,.formio-dialog-component-settings .table-secondary tbody+tbody,.formio-dialog-component-settings .table-secondary td,.formio-dialog-component-settings .table-secondary th,.formio-dialog-component-settings .table-secondary thead th{border-color:#97999a}.builder-component .table-hover .table-secondary:hover,.builder-component .table-hover .table-secondary:hover>td,.builder-component .table-hover .table-secondary:hover>th,.DCFormBuilder .table-hover .table-secondary:hover,.DCFormBuilder .table-hover .table-secondary:hover>td,.DCFormBuilder .table-hover .table-secondary:hover>th,.formio-dialog-component-settings .table-hover .table-secondary:hover,.formio-dialog-component-settings .table-hover .table-secondary:hover>td,.formio-dialog-component-settings .table-hover .table-secondary:hover>th{background-color:#babbbb}.builder-component .table-success,.builder-component .table-success>td,.builder-component .table-success>th,.DCFormBuilder .table-success,.DCFormBuilder .table-success>td,.DCFormBuilder .table-success>th,.formio-dialog-component-settings .table-success,.formio-dialog-component-settings .table-success>td,.formio-dialog-component-settings .table-success>th{background-color:#c9ebbe}.builder-component .table-success tbody+tbody,.builder-component .table-success td,.builder-component .table-success th,.builder-component .table-success thead th,.DCFormBuilder .table-success tbody+tbody,.DCFormBuilder .table-success td,.DCFormBuilder .table-success th,.DCFormBuilder .table-success thead th,.formio-dialog-component-settings .table-success tbody+tbody,.formio-dialog-component-settings .table-success td,.formio-dialog-component-settings .table-success th,.formio-dialog-component-settings .table-success thead th{border-color:#9bd987}.builder-component .table-hover .table-success:hover,.builder-component .table-hover .table-success:hover>td,.builder-component .table-hover .table-success:hover>th,.DCFormBuilder .table-hover .table-success:hover,.DCFormBuilder .table-hover .table-success:hover>td,.DCFormBuilder .table-hover .table-success:hover>th,.formio-dialog-component-settings .table-hover .table-success:hover,.formio-dialog-component-settings .table-hover .table-success:hover>td,.formio-dialog-component-settings .table-hover .table-success:hover>th{background-color:#b9e5ab}.builder-component .table-info,.builder-component .table-info>td,.builder-component .table-info>th,.DCFormBuilder .table-info,.DCFormBuilder .table-info>td,.DCFormBuilder .table-info>th,.formio-dialog-component-settings .table-info,.formio-dialog-component-settings .table-info>td,.formio-dialog-component-settings .table-info>th{background-color:#e2cfec}.builder-component .table-info tbody+tbody,.builder-component .table-info td,.builder-component .table-info th,.builder-component .table-info thead th,.DCFormBuilder .table-info tbody+tbody,.DCFormBuilder .table-info td,.DCFormBuilder .table-info th,.DCFormBuilder .table-info thead th,.formio-dialog-component-settings .table-info tbody+tbody,.formio-dialog-component-settings .table-info td,.formio-dialog-component-settings .table-info th,.formio-dialog-component-settings .table-info thead th{border-color:#caa6dc}.builder-component .table-hover .table-info:hover,.builder-component .table-hover .table-info:hover>td,.builder-component .table-hover .table-info:hover>th,.DCFormBuilder .table-hover .table-info:hover,.DCFormBuilder .table-hover .table-info:hover>td,.DCFormBuilder .table-hover .table-info:hover>th,.formio-dialog-component-settings .table-hover .table-info:hover,.formio-dialog-component-settings .table-hover .table-info:hover>td,.formio-dialog-component-settings .table-hover .table-info:hover>th{background-color:#d7bde5}.builder-component .table-warning,.builder-component .table-warning>td,.builder-component .table-warning>th,.DCFormBuilder .table-warning,.DCFormBuilder .table-warning>td,.DCFormBuilder .table-warning>th,.formio-dialog-component-settings .table-warning,.formio-dialog-component-settings .table-warning>td,.formio-dialog-component-settings .table-warning>th{background-color:#ffd8be}.builder-component .table-warning tbody+tbody,.builder-component .table-warning td,.builder-component .table-warning th,.builder-component .table-warning thead th,.DCFormBuilder .table-warning tbody+tbody,.DCFormBuilder .table-warning td,.DCFormBuilder .table-warning th,.DCFormBuilder .table-warning thead th,.formio-dialog-component-settings .table-warning tbody+tbody,.formio-dialog-component-settings .table-warning td,.formio-dialog-component-settings .table-warning th,.formio-dialog-component-settings .table-warning thead th{border-color:#ffb787}.builder-component .table-hover .table-warning:hover,.builder-component .table-hover .table-warning:hover>td,.builder-component .table-hover .table-warning:hover>th,.DCFormBuilder .table-hover .table-warning:hover,.DCFormBuilder .table-hover .table-warning:hover>td,.DCFormBuilder .table-hover .table-warning:hover>th,.formio-dialog-component-settings .table-hover .table-warning:hover,.formio-dialog-component-settings .table-hover .table-warning:hover>td,.formio-dialog-component-settings .table-hover .table-warning:hover>th{background-color:#ffc9a5}.builder-component .table-danger,.builder-component .table-danger>td,.builder-component .table-danger>th,.DCFormBuilder .table-danger,.DCFormBuilder .table-danger>td,.DCFormBuilder .table-danger>th,.formio-dialog-component-settings .table-danger,.formio-dialog-component-settings .table-danger>td,.formio-dialog-component-settings .table-danger>th{background-color:#ffb8c8}.builder-component .table-danger tbody+tbody,.builder-component .table-danger td,.builder-component .table-danger th,.builder-component .table-danger thead th,.DCFormBuilder .table-danger tbody+tbody,.DCFormBuilder .table-danger td,.DCFormBuilder .table-danger th,.DCFormBuilder .table-danger thead th,.formio-dialog-component-settings .table-danger tbody+tbody,.formio-dialog-component-settings .table-danger td,.formio-dialog-component-settings .table-danger th,.formio-dialog-component-settings .table-danger thead th{border-color:#ff7a98}.builder-component .table-hover .table-danger:hover,.builder-component .table-hover .table-danger:hover>td,.builder-component .table-hover .table-danger:hover>th,.DCFormBuilder .table-hover .table-danger:hover,.DCFormBuilder .table-hover .table-danger:hover>td,.DCFormBuilder .table-hover .table-danger:hover>th,.formio-dialog-component-settings .table-hover .table-danger:hover,.formio-dialog-component-settings .table-hover .table-danger:hover>td,.formio-dialog-component-settings .table-hover .table-danger:hover>th{background-color:#ff9fb4}.builder-component .table-light,.builder-component .table-light>td,.builder-component .table-light>th,.DCFormBuilder .table-light,.DCFormBuilder .table-light>td,.DCFormBuilder .table-light>th,.formio-dialog-component-settings .table-light,.formio-dialog-component-settings .table-light>td,.formio-dialog-component-settings .table-light>th{background-color:#fdfdfe}.builder-component .table-light tbody+tbody,.builder-component .table-light td,.builder-component .table-light th,.builder-component .table-light thead th,.DCFormBuilder .table-light tbody+tbody,.DCFormBuilder .table-light td,.DCFormBuilder .table-light th,.DCFormBuilder .table-light thead th,.formio-dialog-component-settings .table-light tbody+tbody,.formio-dialog-component-settings .table-light td,.formio-dialog-component-settings .table-light th,.formio-dialog-component-settings .table-light thead th{border-color:#fbfcfc}.builder-component .table-hover .table-light:hover,.builder-component .table-hover .table-light:hover>td,.builder-component .table-hover .table-light:hover>th,.DCFormBuilder .table-hover .table-light:hover,.DCFormBuilder .table-hover .table-light:hover>td,.DCFormBuilder .table-hover .table-light:hover>th,.formio-dialog-component-settings .table-hover .table-light:hover,.formio-dialog-component-settings .table-hover .table-light:hover>td,.formio-dialog-component-settings .table-hover .table-light:hover>th{background-color:#ececf6}.builder-component .table-dark,.builder-component .table-dark>td,.builder-component .table-dark>th,.DCFormBuilder .table-dark,.DCFormBuilder .table-dark>td,.DCFormBuilder .table-dark>th,.formio-dialog-component-settings .table-dark,.formio-dialog-component-settings .table-dark>td,.formio-dialog-component-settings .table-dark>th{background-color:#c7c8c8}.builder-component .table-dark tbody+tbody,.builder-component .table-dark td,.builder-component .table-dark th,.builder-component .table-dark thead th,.DCFormBuilder .table-dark tbody+tbody,.DCFormBuilder .table-dark td,.DCFormBuilder .table-dark th,.DCFormBuilder .table-dark thead th,.formio-dialog-component-settings .table-dark tbody+tbody,.formio-dialog-component-settings .table-dark td,.formio-dialog-component-settings .table-dark th,.formio-dialog-component-settings .table-dark thead th{border-color:#97999a}.builder-component .table-hover .table-dark:hover,.builder-component .table-hover .table-dark:hover>td,.builder-component .table-hover .table-dark:hover>th,.DCFormBuilder .table-hover .table-dark:hover,.DCFormBuilder .table-hover .table-dark:hover>td,.DCFormBuilder .table-hover .table-dark:hover>th,.formio-dialog-component-settings .table-hover .table-dark:hover,.formio-dialog-component-settings .table-hover .table-dark:hover>td,.formio-dialog-component-settings .table-hover .table-dark:hover>th{background-color:#babbbb}.builder-component .table-active,.builder-component .table-active>td,.builder-component .table-active>th,.builder-component .table-hover .table-active:hover,.builder-component .table-hover .table-active:hover>td,.builder-component .table-hover .table-active:hover>th,.DCFormBuilder .table-active,.DCFormBuilder .table-active>td,.DCFormBuilder .table-active>th,.DCFormBuilder .table-hover .table-active:hover,.DCFormBuilder .table-hover .table-active:hover>td,.DCFormBuilder .table-hover .table-active:hover>th,.formio-dialog-component-settings .table-active,.formio-dialog-component-settings .table-active>td,.formio-dialog-component-settings .table-active>th,.formio-dialog-component-settings .table-hover .table-active:hover,.formio-dialog-component-settings .table-hover .table-active:hover>td,.formio-dialog-component-settings .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.builder-component .table .thead-dark th,.DCFormBuilder .table .thead-dark th,.formio-dialog-component-settings .table .thead-dark th{color:#fff;background-color:#373a3c;border-color:#494d50}.builder-component .table .thead-light th,.DCFormBuilder .table .thead-light th,.formio-dialog-component-settings .table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.builder-component .table-dark,.DCFormBuilder .table-dark,.formio-dialog-component-settings .table-dark{color:#fff;background-color:#373a3c}.builder-component .table-dark td,.builder-component .table-dark th,.builder-component .table-dark thead th,.DCFormBuilder .table-dark td,.DCFormBuilder .table-dark th,.DCFormBuilder .table-dark thead th,.formio-dialog-component-settings .table-dark td,.formio-dialog-component-settings .table-dark th,.formio-dialog-component-settings .table-dark thead th{border-color:#494d50}.builder-component .table-dark.table-bordered,.DCFormBuilder .table-dark.table-bordered,.formio-dialog-component-settings .table-dark.table-bordered{border:0}.builder-component .table-dark.table-striped tbody tr:nth-of-type(odd),.DCFormBuilder .table-dark.table-striped tbody tr:nth-of-type(odd),.formio-dialog-component-settings .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.builder-component .table-dark.table-hover tbody tr:hover,.DCFormBuilder .table-dark.table-hover tbody tr:hover,.formio-dialog-component-settings .table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media(max-width:575.98px){.builder-component .table-responsive-sm,.DCFormBuilder .table-responsive-sm,.formio-dialog-component-settings .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.builder-component .table-responsive-sm>.table-bordered,.DCFormBuilder .table-responsive-sm>.table-bordered,.formio-dialog-component-settings .table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){.builder-component .table-responsive-md,.DCFormBuilder .table-responsive-md,.formio-dialog-component-settings .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.builder-component .table-responsive-md>.table-bordered,.DCFormBuilder .table-responsive-md>.table-bordered,.formio-dialog-component-settings .table-responsive-md>.table-bordered{border:0}}@media(max-width:991.98px){.builder-component .table-responsive-lg,.DCFormBuilder .table-responsive-lg,.formio-dialog-component-settings .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.builder-component .table-responsive-lg>.table-bordered,.DCFormBuilder .table-responsive-lg>.table-bordered,.formio-dialog-component-settings .table-responsive-lg>.table-bordered{border:0}}@media(max-width:1199.98px){.builder-component .table-responsive-xl,.DCFormBuilder .table-responsive-xl,.formio-dialog-component-settings .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.builder-component .table-responsive-xl>.table-bordered,.DCFormBuilder .table-responsive-xl>.table-bordered,.formio-dialog-component-settings .table-responsive-xl>.table-bordered{border:0}}.builder-component .table-responsive,.DCFormBuilder .table-responsive,.formio-dialog-component-settings .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.builder-component .table-responsive>.table-bordered,.DCFormBuilder .table-responsive>.table-bordered,.formio-dialog-component-settings .table-responsive>.table-bordered{border:0}.builder-component .form-control,.DCFormBuilder .form-control,.formio-dialog-component-settings .form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:.9375rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.builder-component .form-control,.DCFormBuilder .form-control,.formio-dialog-component-settings .form-control{transition:none}}.builder-component .form-control::-ms-expand,.DCFormBuilder .form-control::-ms-expand,.formio-dialog-component-settings .form-control::-ms-expand{background-color:transparent;border:0}.builder-component .form-control:-moz-focusring,.DCFormBuilder .form-control:-moz-focusring,.formio-dialog-component-settings .form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.builder-component .form-control:focus,.DCFormBuilder .form-control:focus,.formio-dialog-component-settings .form-control:focus{color:#495057;background-color:#fff;border-color:#98c2f2;outline:0;box-shadow:0 0 0 .2rem rgba(39,128,227,.25)}.builder-component .form-control::-webkit-input-placeholder,.DCFormBuilder .form-control::-webkit-input-placeholder,.formio-dialog-component-settings .form-control::-webkit-input-placeholder{color:#868e96;opacity:1}.builder-component .form-control::placeholder,.DCFormBuilder .form-control::placeholder,.formio-dialog-component-settings .form-control::placeholder{color:#868e96;opacity:1}.builder-component .form-control:disabled,.builder-component .form-control[readonly],.DCFormBuilder .form-control:disabled,.DCFormBuilder .form-control[readonly],.formio-dialog-component-settings .form-control:disabled,.formio-dialog-component-settings .form-control[readonly]{background-color:#e9ecef;opacity:1}.builder-component input[type=date].form-control,.builder-component input[type=datetime-local].form-control,.builder-component input[type=month].form-control,.builder-component input[type=time].form-control,.DCFormBuilder input[type=date].form-control,.DCFormBuilder input[type=datetime-local].form-control,.DCFormBuilder input[type=month].form-control,.DCFormBuilder input[type=time].form-control,.formio-dialog-component-settings input[type=date].form-control,.formio-dialog-component-settings input[type=datetime-local].form-control,.formio-dialog-component-settings input[type=month].form-control,.formio-dialog-component-settings input[type=time].form-control{-webkit-appearance:none;appearance:none}.builder-component select.form-control:focus::-ms-value,.DCFormBuilder select.form-control:focus::-ms-value,.formio-dialog-component-settings select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.builder-component .form-control-file,.builder-component .form-control-range,.DCFormBuilder .form-control-file,.DCFormBuilder .form-control-range,.formio-dialog-component-settings .form-control-file,.formio-dialog-component-settings .form-control-range{display:block;width:100%}.builder-component .col-form-label,.DCFormBuilder .col-form-label,.formio-dialog-component-settings .col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.builder-component .col-form-label-lg,.DCFormBuilder .col-form-label-lg,.formio-dialog-component-settings .col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.171875rem;line-height:1.5}.builder-component .col-form-label-sm,.DCFormBuilder .col-form-label-sm,.formio-dialog-component-settings .col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.825rem;line-height:1.5}.builder-component .form-control-plaintext,.DCFormBuilder .form-control-plaintext,.formio-dialog-component-settings .form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:.9375rem;line-height:1.5;color:#373a3c;background-color:transparent;border:solid transparent;border-width:1px 0}.builder-component .form-control-plaintext.form-control-lg,.builder-component .form-control-plaintext.form-control-sm,.DCFormBuilder .form-control-plaintext.form-control-lg,.DCFormBuilder .form-control-plaintext.form-control-sm,.formio-dialog-component-settings .form-control-plaintext.form-control-lg,.formio-dialog-component-settings .form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.builder-component .form-control-sm,.DCFormBuilder .form-control-sm,.formio-dialog-component-settings .form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.825rem;line-height:1.5}.builder-component .form-control-lg,.DCFormBuilder .form-control-lg,.formio-dialog-component-settings .form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.171875rem;line-height:1.5}.builder-component select.form-control[multiple],.builder-component select.form-control[size],.builder-component textarea.form-control,.DCFormBuilder select.form-control[multiple],.DCFormBuilder select.form-control[size],.DCFormBuilder textarea.form-control,.formio-dialog-component-settings select.form-control[multiple],.formio-dialog-component-settings select.form-control[size],.formio-dialog-component-settings textarea.form-control{height:auto}.builder-component .form-group,.DCFormBuilder .form-group,.formio-dialog-component-settings .form-group{margin-bottom:1rem}.builder-component .form-text,.DCFormBuilder .form-text,.formio-dialog-component-settings .form-text{display:block;margin-top:.25rem}.builder-component .form-row,.DCFormBuilder .form-row,.formio-dialog-component-settings .form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.builder-component .form-row>.col,.builder-component .form-row>[class*=col-],.DCFormBuilder .form-row>.col,.DCFormBuilder .form-row>[class*=col-],.formio-dialog-component-settings .form-row>.col,.formio-dialog-component-settings .form-row>[class*=col-]{padding-right:5px;padding-left:5px}.builder-component .form-check,.DCFormBuilder .form-check,.formio-dialog-component-settings .form-check{position:relative;display:block;padding-left:1.25rem}.builder-component .form-check-input,.DCFormBuilder .form-check-input,.formio-dialog-component-settings .form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.builder-component .form-check-input:disabled~.form-check-label,.builder-component .form-check-input[disabled]~.form-check-label,.DCFormBuilder .form-check-input:disabled~.form-check-label,.DCFormBuilder .form-check-input[disabled]~.form-check-label,.formio-dialog-component-settings .form-check-input:disabled~.form-check-label,.formio-dialog-component-settings .form-check-input[disabled]~.form-check-label{color:#868e96}.builder-component .form-check-label,.DCFormBuilder .form-check-label,.formio-dialog-component-settings .form-check-label{margin-bottom:0}.builder-component .form-check-inline,.DCFormBuilder .form-check-inline,.formio-dialog-component-settings .form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.builder-component .form-check-inline .form-check-input,.DCFormBuilder .form-check-inline .form-check-input,.formio-dialog-component-settings .form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.builder-component .valid-feedback,.DCFormBuilder .valid-feedback,.formio-dialog-component-settings .valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#3fb618}.builder-component .valid-tooltip,.DCFormBuilder .valid-tooltip,.formio-dialog-component-settings .valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.825rem;line-height:1.5;color:#fff;background-color:rgba(63,182,24,.9)}.builder-component .form-row>.col>.valid-tooltip,.builder-component .form-row>[class*=col-]>.valid-tooltip,.DCFormBuilder .form-row>.col>.valid-tooltip,.DCFormBuilder .form-row>[class*=col-]>.valid-tooltip,.formio-dialog-component-settings .form-row>.col>.valid-tooltip,.formio-dialog-component-settings .form-row>[class*=col-]>.valid-tooltip{left:5px}.builder-component .is-valid~.valid-feedback,.builder-component .is-valid~.valid-tooltip,.builder-component .was-validated :valid~.valid-feedback,.builder-component .was-validated :valid~.valid-tooltip,.DCFormBuilder .is-valid~.valid-feedback,.DCFormBuilder .is-valid~.valid-tooltip,.DCFormBuilder .was-validated :valid~.valid-feedback,.DCFormBuilder .was-validated :valid~.valid-tooltip,.formio-dialog-component-settings .is-valid~.valid-feedback,.formio-dialog-component-settings .is-valid~.valid-tooltip,.formio-dialog-component-settings .was-validated :valid~.valid-feedback,.formio-dialog-component-settings .was-validated :valid~.valid-tooltip{display:block}.builder-component .form-control.is-valid,.builder-component .was-validated .form-control:valid,.DCFormBuilder .form-control.is-valid,.DCFormBuilder .was-validated .form-control:valid,.formio-dialog-component-settings .form-control.is-valid,.formio-dialog-component-settings .was-validated .form-control:valid{border-color:#3fb618;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%233fb618' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.builder-component .form-control.is-valid:focus,.builder-component .was-validated .form-control:valid:focus,.DCFormBuilder .form-control.is-valid:focus,.DCFormBuilder .was-validated .form-control:valid:focus,.formio-dialog-component-settings .form-control.is-valid:focus,.formio-dialog-component-settings .was-validated .form-control:valid:focus{border-color:#3fb618;box-shadow:0 0 0 .2rem rgba(63,182,24,.25)}.builder-component .was-validated textarea.form-control:valid,.builder-component textarea.form-control.is-valid,.DCFormBuilder .was-validated textarea.form-control:valid,.DCFormBuilder textarea.form-control.is-valid,.formio-dialog-component-settings .was-validated textarea.form-control:valid,.formio-dialog-component-settings textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.builder-component .custom-select.is-valid,.builder-component .was-validated .custom-select:valid,.DCFormBuilder .custom-select.is-valid,.DCFormBuilder .was-validated .custom-select:valid,.formio-dialog-component-settings .custom-select.is-valid,.formio-dialog-component-settings .was-validated .custom-select:valid{border-color:#3fb618;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23373a3c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%233fb618' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.builder-component .custom-select.is-valid:focus,.builder-component .was-validated .custom-select:valid:focus,.DCFormBuilder .custom-select.is-valid:focus,.DCFormBuilder .was-validated .custom-select:valid:focus,.formio-dialog-component-settings .custom-select.is-valid:focus,.formio-dialog-component-settings .was-validated .custom-select:valid:focus{border-color:#3fb618;box-shadow:0 0 0 .2rem rgba(63,182,24,.25)}.builder-component .form-check-input.is-valid~.form-check-label,.builder-component .was-validated .form-check-input:valid~.form-check-label,.DCFormBuilder .form-check-input.is-valid~.form-check-label,.DCFormBuilder .was-validated .form-check-input:valid~.form-check-label,.formio-dialog-component-settings .form-check-input.is-valid~.form-check-label,.formio-dialog-component-settings .was-validated .form-check-input:valid~.form-check-label{color:#3fb618}.builder-component .form-check-input.is-valid~.valid-feedback,.builder-component .form-check-input.is-valid~.valid-tooltip,.builder-component .was-validated .form-check-input:valid~.valid-feedback,.builder-component .was-validated .form-check-input:valid~.valid-tooltip,.DCFormBuilder .form-check-input.is-valid~.valid-feedback,.DCFormBuilder .form-check-input.is-valid~.valid-tooltip,.DCFormBuilder .was-validated .form-check-input:valid~.valid-feedback,.DCFormBuilder .was-validated .form-check-input:valid~.valid-tooltip,.formio-dialog-component-settings .form-check-input.is-valid~.valid-feedback,.formio-dialog-component-settings .form-check-input.is-valid~.valid-tooltip,.formio-dialog-component-settings .was-validated .form-check-input:valid~.valid-feedback,.formio-dialog-component-settings .was-validated .form-check-input:valid~.valid-tooltip{display:block}.builder-component .custom-control-input.is-valid~.custom-control-label,.builder-component .was-validated .custom-control-input:valid~.custom-control-label,.DCFormBuilder .custom-control-input.is-valid~.custom-control-label,.DCFormBuilder .was-validated .custom-control-input:valid~.custom-control-label,.formio-dialog-component-settings .custom-control-input.is-valid~.custom-control-label,.formio-dialog-component-settings .was-validated .custom-control-input:valid~.custom-control-label{color:#3fb618}.builder-component .custom-control-input.is-valid~.custom-control-label:before,.builder-component .was-validated .custom-control-input:valid~.custom-control-label:before,.DCFormBuilder .custom-control-input.is-valid~.custom-control-label:before,.DCFormBuilder .was-validated .custom-control-input:valid~.custom-control-label:before,.formio-dialog-component-settings .custom-control-input.is-valid~.custom-control-label:before,.formio-dialog-component-settings .was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#3fb618}.builder-component .custom-control-input.is-valid:checked~.custom-control-label:before,.builder-component .was-validated .custom-control-input:valid:checked~.custom-control-label:before,.DCFormBuilder .custom-control-input.is-valid:checked~.custom-control-label:before,.DCFormBuilder .was-validated .custom-control-input:valid:checked~.custom-control-label:before,.formio-dialog-component-settings .custom-control-input.is-valid:checked~.custom-control-label:before,.formio-dialog-component-settings .was-validated .custom-control-input:valid:checked~.custom-control-label:before{border-color:#4fe21f;background-color:#4fe21f}.builder-component .custom-control-input.is-valid:focus~.custom-control-label:before,.builder-component .was-validated .custom-control-input:valid:focus~.custom-control-label:before,.DCFormBuilder .custom-control-input.is-valid:focus~.custom-control-label:before,.DCFormBuilder .was-validated .custom-control-input:valid:focus~.custom-control-label:before,.formio-dialog-component-settings .custom-control-input.is-valid:focus~.custom-control-label:before,.formio-dialog-component-settings .was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(63,182,24,.25)}.builder-component .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.builder-component .custom-file-input.is-valid~.custom-file-label,.builder-component .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.builder-component .was-validated .custom-file-input:valid~.custom-file-label,.DCFormBuilder .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.DCFormBuilder .custom-file-input.is-valid~.custom-file-label,.DCFormBuilder .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.DCFormBuilder .was-validated .custom-file-input:valid~.custom-file-label,.formio-dialog-component-settings .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.formio-dialog-component-settings .custom-file-input.is-valid~.custom-file-label,.formio-dialog-component-settings .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.formio-dialog-component-settings .was-validated .custom-file-input:valid~.custom-file-label{border-color:#3fb618}.builder-component .custom-file-input.is-valid:focus~.custom-file-label,.builder-component .was-validated .custom-file-input:valid:focus~.custom-file-label,.DCFormBuilder .custom-file-input.is-valid:focus~.custom-file-label,.DCFormBuilder .was-validated .custom-file-input:valid:focus~.custom-file-label,.formio-dialog-component-settings .custom-file-input.is-valid:focus~.custom-file-label,.formio-dialog-component-settings .was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#3fb618;box-shadow:0 0 0 .2rem rgba(63,182,24,.25)}.builder-component .invalid-feedback,.DCFormBuilder .invalid-feedback,.formio-dialog-component-settings .invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#ff0039}.builder-component .invalid-tooltip,.DCFormBuilder .invalid-tooltip,.formio-dialog-component-settings .invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.825rem;line-height:1.5;color:#fff;background-color:rgba(255,0,57,.9)}.builder-component .form-row>.col>.invalid-tooltip,.builder-component .form-row>[class*=col-]>.invalid-tooltip,.DCFormBuilder .form-row>.col>.invalid-tooltip,.DCFormBuilder .form-row>[class*=col-]>.invalid-tooltip,.formio-dialog-component-settings .form-row>.col>.invalid-tooltip,.formio-dialog-component-settings .form-row>[class*=col-]>.invalid-tooltip{left:5px}.builder-component .is-invalid~.invalid-feedback,.builder-component .is-invalid~.invalid-tooltip,.builder-component .was-validated :invalid~.invalid-feedback,.builder-component .was-validated :invalid~.invalid-tooltip,.DCFormBuilder .is-invalid~.invalid-feedback,.DCFormBuilder .is-invalid~.invalid-tooltip,.DCFormBuilder .was-validated :invalid~.invalid-feedback,.DCFormBuilder .was-validated :invalid~.invalid-tooltip,.formio-dialog-component-settings .is-invalid~.invalid-feedback,.formio-dialog-component-settings .is-invalid~.invalid-tooltip,.formio-dialog-component-settings .was-validated :invalid~.invalid-feedback,.formio-dialog-component-settings .was-validated :invalid~.invalid-tooltip{display:block}.builder-component .form-control.is-invalid,.builder-component .was-validated .form-control:invalid,.DCFormBuilder .form-control.is-invalid,.DCFormBuilder .was-validated .form-control:invalid,.formio-dialog-component-settings .form-control.is-invalid,.formio-dialog-component-settings .was-validated .form-control:invalid{border-color:#ff0039;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff0039'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23ff0039' stroke='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.builder-component .form-control.is-invalid:focus,.builder-component .was-validated .form-control:invalid:focus,.DCFormBuilder .form-control.is-invalid:focus,.DCFormBuilder .was-validated .form-control:invalid:focus,.formio-dialog-component-settings .form-control.is-invalid:focus,.formio-dialog-component-settings .was-validated .form-control:invalid:focus{border-color:#ff0039;box-shadow:0 0 0 .2rem rgba(255,0,57,.25)}.builder-component .was-validated textarea.form-control:invalid,.builder-component textarea.form-control.is-invalid,.DCFormBuilder .was-validated textarea.form-control:invalid,.DCFormBuilder textarea.form-control.is-invalid,.formio-dialog-component-settings .was-validated textarea.form-control:invalid,.formio-dialog-component-settings textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.builder-component .custom-select.is-invalid,.builder-component .was-validated .custom-select:invalid,.DCFormBuilder .custom-select.is-invalid,.DCFormBuilder .was-validated .custom-select:invalid,.formio-dialog-component-settings .custom-select.is-invalid,.formio-dialog-component-settings .was-validated .custom-select:invalid{border-color:#ff0039;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23373a3c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff0039'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23ff0039' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.builder-component .custom-select.is-invalid:focus,.builder-component .was-validated .custom-select:invalid:focus,.DCFormBuilder .custom-select.is-invalid:focus,.DCFormBuilder .was-validated .custom-select:invalid:focus,.formio-dialog-component-settings .custom-select.is-invalid:focus,.formio-dialog-component-settings .was-validated .custom-select:invalid:focus{border-color:#ff0039;box-shadow:0 0 0 .2rem rgba(255,0,57,.25)}.builder-component .form-check-input.is-invalid~.form-check-label,.builder-component .was-validated .form-check-input:invalid~.form-check-label,.DCFormBuilder .form-check-input.is-invalid~.form-check-label,.DCFormBuilder .was-validated .form-check-input:invalid~.form-check-label,.formio-dialog-component-settings .form-check-input.is-invalid~.form-check-label,.formio-dialog-component-settings .was-validated .form-check-input:invalid~.form-check-label{color:#ff0039}.builder-component .form-check-input.is-invalid~.invalid-feedback,.builder-component .form-check-input.is-invalid~.invalid-tooltip,.builder-component .was-validated .form-check-input:invalid~.invalid-feedback,.builder-component .was-validated .form-check-input:invalid~.invalid-tooltip,.DCFormBuilder .form-check-input.is-invalid~.invalid-feedback,.DCFormBuilder .form-check-input.is-invalid~.invalid-tooltip,.DCFormBuilder .was-validated .form-check-input:invalid~.invalid-feedback,.DCFormBuilder .was-validated .form-check-input:invalid~.invalid-tooltip,.formio-dialog-component-settings .form-check-input.is-invalid~.invalid-feedback,.formio-dialog-component-settings .form-check-input.is-invalid~.invalid-tooltip,.formio-dialog-component-settings .was-validated .form-check-input:invalid~.invalid-feedback,.formio-dialog-component-settings .was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.builder-component .custom-control-input.is-invalid~.custom-control-label,.builder-component .was-validated .custom-control-input:invalid~.custom-control-label,.DCFormBuilder .custom-control-input.is-invalid~.custom-control-label,.DCFormBuilder .was-validated .custom-control-input:invalid~.custom-control-label,.formio-dialog-component-settings .custom-control-input.is-invalid~.custom-control-label,.formio-dialog-component-settings .was-validated .custom-control-input:invalid~.custom-control-label{color:#ff0039}.builder-component .custom-control-input.is-invalid~.custom-control-label:before,.builder-component .was-validated .custom-control-input:invalid~.custom-control-label:before,.DCFormBuilder .custom-control-input.is-invalid~.custom-control-label:before,.DCFormBuilder .was-validated .custom-control-input:invalid~.custom-control-label:before,.formio-dialog-component-settings .custom-control-input.is-invalid~.custom-control-label:before,.formio-dialog-component-settings .was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#ff0039}.builder-component .custom-control-input.is-invalid:checked~.custom-control-label:before,.builder-component .was-validated .custom-control-input:invalid:checked~.custom-control-label:before,.DCFormBuilder .custom-control-input.is-invalid:checked~.custom-control-label:before,.DCFormBuilder .was-validated .custom-control-input:invalid:checked~.custom-control-label:before,.formio-dialog-component-settings .custom-control-input.is-invalid:checked~.custom-control-label:before,.formio-dialog-component-settings .was-validated .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#ff3361;background-color:#ff3361}.builder-component .custom-control-input.is-invalid:focus~.custom-control-label:before,.builder-component .was-validated .custom-control-input:invalid:focus~.custom-control-label:before,.DCFormBuilder .custom-control-input.is-invalid:focus~.custom-control-label:before,.DCFormBuilder .was-validated .custom-control-input:invalid:focus~.custom-control-label:before,.formio-dialog-component-settings .custom-control-input.is-invalid:focus~.custom-control-label:before,.formio-dialog-component-settings .was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(255,0,57,.25)}.builder-component .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.builder-component .custom-file-input.is-invalid~.custom-file-label,.builder-component .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.builder-component .was-validated .custom-file-input:invalid~.custom-file-label,.DCFormBuilder .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.DCFormBuilder .custom-file-input.is-invalid~.custom-file-label,.DCFormBuilder .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.DCFormBuilder .was-validated .custom-file-input:invalid~.custom-file-label,.formio-dialog-component-settings .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.formio-dialog-component-settings .custom-file-input.is-invalid~.custom-file-label,.formio-dialog-component-settings .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.formio-dialog-component-settings .was-validated .custom-file-input:invalid~.custom-file-label{border-color:#ff0039}.builder-component .custom-file-input.is-invalid:focus~.custom-file-label,.builder-component .was-validated .custom-file-input:invalid:focus~.custom-file-label,.DCFormBuilder .custom-file-input.is-invalid:focus~.custom-file-label,.DCFormBuilder .was-validated .custom-file-input:invalid:focus~.custom-file-label,.formio-dialog-component-settings .custom-file-input.is-invalid:focus~.custom-file-label,.formio-dialog-component-settings .was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#ff0039;box-shadow:0 0 0 .2rem rgba(255,0,57,.25)}.builder-component .form-inline,.DCFormBuilder .form-inline,.formio-dialog-component-settings .form-inline{display:flex;flex-flow:row wrap;align-items:center}.builder-component .form-inline .form-check,.DCFormBuilder .form-inline .form-check,.formio-dialog-component-settings .form-inline .form-check{width:100%}@media(min-width:576px){.builder-component .form-inline label,.DCFormBuilder .form-inline label,.formio-dialog-component-settings .form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.builder-component .form-inline .form-group,.DCFormBuilder .form-inline .form-group,.formio-dialog-component-settings .form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.builder-component .form-inline .form-control,.DCFormBuilder .form-inline .form-control,.formio-dialog-component-settings .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.builder-component .form-inline .form-control-plaintext,.DCFormBuilder .form-inline .form-control-plaintext,.formio-dialog-component-settings .form-inline .form-control-plaintext{display:inline-block}.builder-component .form-inline .custom-select,.builder-component .form-inline .input-group,.DCFormBuilder .form-inline .custom-select,.DCFormBuilder .form-inline .input-group,.formio-dialog-component-settings .form-inline .custom-select,.formio-dialog-component-settings .form-inline .input-group{width:auto}.builder-component .form-inline .form-check,.DCFormBuilder .form-inline .form-check,.formio-dialog-component-settings .form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.builder-component .form-inline .form-check-input,.DCFormBuilder .form-inline .form-check-input,.formio-dialog-component-settings .form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.builder-component .form-inline .custom-control,.DCFormBuilder .form-inline .custom-control,.formio-dialog-component-settings .form-inline .custom-control{align-items:center;justify-content:center}.builder-component .form-inline .custom-control-label,.DCFormBuilder .form-inline .custom-control-label,.formio-dialog-component-settings .form-inline .custom-control-label{margin-bottom:0}}.builder-component .btn,.DCFormBuilder .btn,.formio-dialog-component-settings .btn{display:inline-block;font-weight:400;color:#373a3c;text-align:center;vertical-align:middle;-webkit-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:.9375rem;line-height:1.5;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.builder-component .btn,.DCFormBuilder .btn,.formio-dialog-component-settings .btn{transition:none}}.builder-component .btn:hover,.DCFormBuilder .btn:hover,.formio-dialog-component-settings .btn:hover{color:#373a3c;text-decoration:none}.builder-component .btn.focus,.builder-component .btn:focus,.DCFormBuilder .btn.focus,.DCFormBuilder .btn:focus,.formio-dialog-component-settings .btn.focus,.formio-dialog-component-settings .btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(39,128,227,.25)}.builder-component .btn.disabled,.builder-component .btn:disabled,.DCFormBuilder .btn.disabled,.DCFormBuilder .btn:disabled,.formio-dialog-component-settings .btn.disabled,.formio-dialog-component-settings .btn:disabled{opacity:.65}.builder-component .btn:not(:disabled):not(.disabled),.DCFormBuilder .btn:not(:disabled):not(.disabled),.formio-dialog-component-settings .btn:not(:disabled):not(.disabled){cursor:pointer}.builder-component a.btn.disabled,.builder-component fieldset:disabled a.btn,.DCFormBuilder a.btn.disabled,.DCFormBuilder fieldset:disabled a.btn,.formio-dialog-component-settings a.btn.disabled,.formio-dialog-component-settings fieldset:disabled a.btn{pointer-events:none}.builder-component .btn-primary,.DCFormBuilder .btn-primary,.formio-dialog-component-settings .btn-primary{color:#fff;background-color:#2780e3;border-color:#2780e3}.builder-component .btn-primary:hover,.DCFormBuilder .btn-primary:hover,.formio-dialog-component-settings .btn-primary:hover{color:#fff;background-color:#1a6dca;border-color:#1967be}.builder-component .btn-primary.focus,.builder-component .btn-primary:focus,.DCFormBuilder .btn-primary.focus,.DCFormBuilder .btn-primary:focus,.formio-dialog-component-settings .btn-primary.focus,.formio-dialog-component-settings .btn-primary:focus{color:#fff;background-color:#1a6dca;border-color:#1967be;box-shadow:0 0 0 .2rem rgba(71,147,231,.5)}.builder-component .btn-primary.disabled,.builder-component .btn-primary:disabled,.DCFormBuilder .btn-primary.disabled,.DCFormBuilder .btn-primary:disabled,.formio-dialog-component-settings .btn-primary.disabled,.formio-dialog-component-settings .btn-primary:disabled{color:#fff;background-color:#2780e3;border-color:#2780e3}.builder-component .btn-primary:not(:disabled):not(.disabled).active,.builder-component .btn-primary:not(:disabled):not(.disabled):active,.builder-component .show>.btn-primary.dropdown-toggle,.DCFormBuilder .btn-primary:not(:disabled):not(.disabled).active,.DCFormBuilder .btn-primary:not(:disabled):not(.disabled):active,.DCFormBuilder .show>.btn-primary.dropdown-toggle,.formio-dialog-component-settings .btn-primary:not(:disabled):not(.disabled).active,.formio-dialog-component-settings .btn-primary:not(:disabled):not(.disabled):active,.formio-dialog-component-settings .show>.btn-primary.dropdown-toggle{color:#fff;background-color:#1967be;border-color:#1761b3}.builder-component .btn-primary:not(:disabled):not(.disabled).active:focus,.builder-component .btn-primary:not(:disabled):not(.disabled):active:focus,.builder-component .show>.btn-primary.dropdown-toggle:focus,.DCFormBuilder .btn-primary:not(:disabled):not(.disabled).active:focus,.DCFormBuilder .btn-primary:not(:disabled):not(.disabled):active:focus,.DCFormBuilder .show>.btn-primary.dropdown-toggle:focus,.formio-dialog-component-settings .btn-primary:not(:disabled):not(.disabled).active:focus,.formio-dialog-component-settings .btn-primary:not(:disabled):not(.disabled):active:focus,.formio-dialog-component-settings .show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(71,147,231,.5)}.builder-component .btn-secondary,.DCFormBuilder .btn-secondary,.formio-dialog-component-settings .btn-secondary{color:#fff;background-color:#373a3c;border-color:#373a3c}.builder-component .btn-secondary:hover,.DCFormBuilder .btn-secondary:hover,.formio-dialog-component-settings .btn-secondary:hover{color:#fff;background-color:#252728;border-color:#1f2021}.builder-component .btn-secondary.focus,.builder-component .btn-secondary:focus,.DCFormBuilder .btn-secondary.focus,.DCFormBuilder .btn-secondary:focus,.formio-dialog-component-settings .btn-secondary.focus,.formio-dialog-component-settings .btn-secondary:focus{color:#fff;background-color:#252728;border-color:#1f2021;box-shadow:0 0 0 .2rem rgba(85,88,89,.5)}.builder-component .btn-secondary.disabled,.builder-component .btn-secondary:disabled,.DCFormBuilder .btn-secondary.disabled,.DCFormBuilder .btn-secondary:disabled,.formio-dialog-component-settings .btn-secondary.disabled,.formio-dialog-component-settings .btn-secondary:disabled{color:#fff;background-color:#373a3c;border-color:#373a3c}.builder-component .btn-secondary:not(:disabled):not(.disabled).active,.builder-component .btn-secondary:not(:disabled):not(.disabled):active,.builder-component .show>.btn-secondary.dropdown-toggle,.DCFormBuilder .btn-secondary:not(:disabled):not(.disabled).active,.DCFormBuilder .btn-secondary:not(:disabled):not(.disabled):active,.DCFormBuilder .show>.btn-secondary.dropdown-toggle,.formio-dialog-component-settings .btn-secondary:not(:disabled):not(.disabled).active,.formio-dialog-component-settings .btn-secondary:not(:disabled):not(.disabled):active,.formio-dialog-component-settings .show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#1f2021;border-color:#191a1b}.builder-component .btn-secondary:not(:disabled):not(.disabled).active:focus,.builder-component .btn-secondary:not(:disabled):not(.disabled):active:focus,.builder-component .show>.btn-secondary.dropdown-toggle:focus,.DCFormBuilder .btn-secondary:not(:disabled):not(.disabled).active:focus,.DCFormBuilder .btn-secondary:not(:disabled):not(.disabled):active:focus,.DCFormBuilder .show>.btn-secondary.dropdown-toggle:focus,.formio-dialog-component-settings .btn-secondary:not(:disabled):not(.disabled).active:focus,.formio-dialog-component-settings .btn-secondary:not(:disabled):not(.disabled):active:focus,.formio-dialog-component-settings .show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(85,88,89,.5)}.builder-component .btn-success,.DCFormBuilder .btn-success,.formio-dialog-component-settings .btn-success{color:#fff;background-color:#3fb618;border-color:#3fb618}.builder-component .btn-success:hover,.DCFormBuilder .btn-success:hover,.formio-dialog-component-settings .btn-success:hover{color:#fff;background-color:#339414;border-color:#2f8912}.builder-component .btn-success.focus,.builder-component .btn-success:focus,.DCFormBuilder .btn-success.focus,.DCFormBuilder .btn-success:focus,.formio-dialog-component-settings .btn-success.focus,.formio-dialog-component-settings .btn-success:focus{color:#fff;background-color:#339414;border-color:#2f8912;box-shadow:0 0 0 .2rem rgba(92,193,59,.5)}.builder-component .btn-success.disabled,.builder-component .btn-success:disabled,.DCFormBuilder .btn-success.disabled,.DCFormBuilder .btn-success:disabled,.formio-dialog-component-settings .btn-success.disabled,.formio-dialog-component-settings .btn-success:disabled{color:#fff;background-color:#3fb618;border-color:#3fb618}.builder-component .btn-success:not(:disabled):not(.disabled).active,.builder-component .btn-success:not(:disabled):not(.disabled):active,.builder-component .show>.btn-success.dropdown-toggle,.DCFormBuilder .btn-success:not(:disabled):not(.disabled).active,.DCFormBuilder .btn-success:not(:disabled):not(.disabled):active,.DCFormBuilder .show>.btn-success.dropdown-toggle,.formio-dialog-component-settings .btn-success:not(:disabled):not(.disabled).active,.formio-dialog-component-settings .btn-success:not(:disabled):not(.disabled):active,.formio-dialog-component-settings .show>.btn-success.dropdown-toggle{color:#fff;background-color:#2f8912;border-color:#2c7e11}.builder-component .btn-success:not(:disabled):not(.disabled).active:focus,.builder-component .btn-success:not(:disabled):not(.disabled):active:focus,.builder-component .show>.btn-success.dropdown-toggle:focus,.DCFormBuilder .btn-success:not(:disabled):not(.disabled).active:focus,.DCFormBuilder .btn-success:not(:disabled):not(.disabled):active:focus,.DCFormBuilder .show>.btn-success.dropdown-toggle:focus,.formio-dialog-component-settings .btn-success:not(:disabled):not(.disabled).active:focus,.formio-dialog-component-settings .btn-success:not(:disabled):not(.disabled):active:focus,.formio-dialog-component-settings .show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(92,193,59,.5)}.builder-component .btn-info,.DCFormBuilder .btn-info,.formio-dialog-component-settings .btn-info{color:#fff;background-color:#9954bb;border-color:#9954bb}.builder-component .btn-info:hover,.DCFormBuilder .btn-info:hover,.formio-dialog-component-settings .btn-info:hover{color:#fff;background-color:#8542a7;border-color:#7e3f9d}.builder-component .btn-info.focus,.builder-component .btn-info:focus,.DCFormBuilder .btn-info.focus,.DCFormBuilder .btn-info:focus,.formio-dialog-component-settings .btn-info.focus,.formio-dialog-component-settings .btn-info:focus{color:#fff;background-color:#8542a7;border-color:#7e3f9d;box-shadow:0 0 0 .2rem rgba(168,110,197,.5)}.builder-component .btn-info.disabled,.builder-component .btn-info:disabled,.DCFormBuilder .btn-info.disabled,.DCFormBuilder .btn-info:disabled,.formio-dialog-component-settings .btn-info.disabled,.formio-dialog-component-settings .btn-info:disabled{color:#fff;background-color:#9954bb;border-color:#9954bb}.builder-component .btn-info:not(:disabled):not(.disabled).active,.builder-component .btn-info:not(:disabled):not(.disabled):active,.builder-component .show>.btn-info.dropdown-toggle,.DCFormBuilder .btn-info:not(:disabled):not(.disabled).active,.DCFormBuilder .btn-info:not(:disabled):not(.disabled):active,.DCFormBuilder .show>.btn-info.dropdown-toggle,.formio-dialog-component-settings .btn-info:not(:disabled):not(.disabled).active,.formio-dialog-component-settings .btn-info:not(:disabled):not(.disabled):active,.formio-dialog-component-settings .show>.btn-info.dropdown-toggle{color:#fff;background-color:#7e3f9d;border-color:#773b94}.builder-component .btn-info:not(:disabled):not(.disabled).active:focus,.builder-component .btn-info:not(:disabled):not(.disabled):active:focus,.builder-component .show>.btn-info.dropdown-toggle:focus,.DCFormBuilder .btn-info:not(:disabled):not(.disabled).active:focus,.DCFormBuilder .btn-info:not(:disabled):not(.disabled):active:focus,.DCFormBuilder .show>.btn-info.dropdown-toggle:focus,.formio-dialog-component-settings .btn-info:not(:disabled):not(.disabled).active:focus,.formio-dialog-component-settings .btn-info:not(:disabled):not(.disabled):active:focus,.formio-dialog-component-settings .show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(168,110,197,.5)}.builder-component .btn-warning,.DCFormBuilder .btn-warning,.formio-dialog-component-settings .btn-warning{color:#fff;background-color:#ff7518;border-color:#ff7518}.builder-component .btn-warning:hover,.DCFormBuilder .btn-warning:hover,.formio-dialog-component-settings .btn-warning:hover{color:#fff;background-color:#f16100;border-color:#e45c00}.builder-component .btn-warning.focus,.builder-component .btn-warning:focus,.DCFormBuilder .btn-warning.focus,.DCFormBuilder .btn-warning:focus,.formio-dialog-component-settings .btn-warning.focus,.formio-dialog-component-settings .btn-warning:focus{color:#fff;background-color:#f16100;border-color:#e45c00;box-shadow:0 0 0 .2rem rgba(255,138,59,.5)}.builder-component .btn-warning.disabled,.builder-component .btn-warning:disabled,.DCFormBuilder .btn-warning.disabled,.DCFormBuilder .btn-warning:disabled,.formio-dialog-component-settings .btn-warning.disabled,.formio-dialog-component-settings .btn-warning:disabled{color:#fff;background-color:#ff7518;border-color:#ff7518}.builder-component .btn-warning:not(:disabled):not(.disabled).active,.builder-component .btn-warning:not(:disabled):not(.disabled):active,.builder-component .show>.btn-warning.dropdown-toggle,.DCFormBuilder .btn-warning:not(:disabled):not(.disabled).active,.DCFormBuilder .btn-warning:not(:disabled):not(.disabled):active,.DCFormBuilder .show>.btn-warning.dropdown-toggle,.formio-dialog-component-settings .btn-warning:not(:disabled):not(.disabled).active,.formio-dialog-component-settings .btn-warning:not(:disabled):not(.disabled):active,.formio-dialog-component-settings .show>.btn-warning.dropdown-toggle{color:#fff;background-color:#e45c00;border-color:#d75700}.builder-component .btn-warning:not(:disabled):not(.disabled).active:focus,.builder-component .btn-warning:not(:disabled):not(.disabled):active:focus,.builder-component .show>.btn-warning.dropdown-toggle:focus,.DCFormBuilder .btn-warning:not(:disabled):not(.disabled).active:focus,.DCFormBuilder .btn-warning:not(:disabled):not(.disabled):active:focus,.DCFormBuilder .show>.btn-warning.dropdown-toggle:focus,.formio-dialog-component-settings .btn-warning:not(:disabled):not(.disabled).active:focus,.formio-dialog-component-settings .btn-warning:not(:disabled):not(.disabled):active:focus,.formio-dialog-component-settings .show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,138,59,.5)}.builder-component .btn-danger,.DCFormBuilder .btn-danger,.formio-dialog-component-settings .btn-danger{color:#fff;background-color:#ff0039;border-color:#ff0039}.builder-component .btn-danger:hover,.DCFormBuilder .btn-danger:hover,.formio-dialog-component-settings .btn-danger:hover{color:#fff;background-color:#d90030;border-color:#cc002e}.builder-component .btn-danger.focus,.builder-component .btn-danger:focus,.DCFormBuilder .btn-danger.focus,.DCFormBuilder .btn-danger:focus,.formio-dialog-component-settings .btn-danger.focus,.formio-dialog-component-settings .btn-danger:focus{color:#fff;background-color:#d90030;border-color:#cc002e;box-shadow:0 0 0 .2rem rgba(255,38,87,.5)}.builder-component .btn-danger.disabled,.builder-component .btn-danger:disabled,.DCFormBuilder .btn-danger.disabled,.DCFormBuilder .btn-danger:disabled,.formio-dialog-component-settings .btn-danger.disabled,.formio-dialog-component-settings .btn-danger:disabled{color:#fff;background-color:#ff0039;border-color:#ff0039}.builder-component .btn-danger:not(:disabled):not(.disabled).active,.builder-component .btn-danger:not(:disabled):not(.disabled):active,.builder-component .show>.btn-danger.dropdown-toggle,.DCFormBuilder .btn-danger:not(:disabled):not(.disabled).active,.DCFormBuilder .btn-danger:not(:disabled):not(.disabled):active,.DCFormBuilder .show>.btn-danger.dropdown-toggle,.formio-dialog-component-settings .btn-danger:not(:disabled):not(.disabled).active,.formio-dialog-component-settings .btn-danger:not(:disabled):not(.disabled):active,.formio-dialog-component-settings .show>.btn-danger.dropdown-toggle{color:#fff;background-color:#cc002e;border-color:#bf002b}.builder-component .btn-danger:not(:disabled):not(.disabled).active:focus,.builder-component .btn-danger:not(:disabled):not(.disabled):active:focus,.builder-component .show>.btn-danger.dropdown-toggle:focus,.DCFormBuilder .btn-danger:not(:disabled):not(.disabled).active:focus,.DCFormBuilder .btn-danger:not(:disabled):not(.disabled):active:focus,.DCFormBuilder .show>.btn-danger.dropdown-toggle:focus,.formio-dialog-component-settings .btn-danger:not(:disabled):not(.disabled).active:focus,.formio-dialog-component-settings .btn-danger:not(:disabled):not(.disabled):active:focus,.formio-dialog-component-settings .show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,38,87,.5)}.builder-component .btn-light,.DCFormBuilder .btn-light,.formio-dialog-component-settings .btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.builder-component .btn-light:hover,.DCFormBuilder .btn-light:hover,.formio-dialog-component-settings .btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.builder-component .btn-light.focus,.builder-component .btn-light:focus,.DCFormBuilder .btn-light.focus,.DCFormBuilder .btn-light:focus,.formio-dialog-component-settings .btn-light.focus,.formio-dialog-component-settings .btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.builder-component .btn-light.disabled,.builder-component .btn-light:disabled,.DCFormBuilder .btn-light.disabled,.DCFormBuilder .btn-light:disabled,.formio-dialog-component-settings .btn-light.disabled,.formio-dialog-component-settings .btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.builder-component .btn-light:not(:disabled):not(.disabled).active,.builder-component .btn-light:not(:disabled):not(.disabled):active,.builder-component .show>.btn-light.dropdown-toggle,.DCFormBuilder .btn-light:not(:disabled):not(.disabled).active,.DCFormBuilder .btn-light:not(:disabled):not(.disabled):active,.DCFormBuilder .show>.btn-light.dropdown-toggle,.formio-dialog-component-settings .btn-light:not(:disabled):not(.disabled).active,.formio-dialog-component-settings .btn-light:not(:disabled):not(.disabled):active,.formio-dialog-component-settings .show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.builder-component .btn-light:not(:disabled):not(.disabled).active:focus,.builder-component .btn-light:not(:disabled):not(.disabled):active:focus,.builder-component .show>.btn-light.dropdown-toggle:focus,.DCFormBuilder .btn-light:not(:disabled):not(.disabled).active:focus,.DCFormBuilder .btn-light:not(:disabled):not(.disabled):active:focus,.DCFormBuilder .show>.btn-light.dropdown-toggle:focus,.formio-dialog-component-settings .btn-light:not(:disabled):not(.disabled).active:focus,.formio-dialog-component-settings .btn-light:not(:disabled):not(.disabled):active:focus,.formio-dialog-component-settings .show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.builder-component .btn-dark,.DCFormBuilder .btn-dark,.formio-dialog-component-settings .btn-dark{color:#fff;background-color:#373a3c;border-color:#373a3c}.builder-component .btn-dark:hover,.DCFormBuilder .btn-dark:hover,.formio-dialog-component-settings .btn-dark:hover{color:#fff;background-color:#252728;border-color:#1f2021}.builder-component .btn-dark.focus,.builder-component .btn-dark:focus,.DCFormBuilder .btn-dark.focus,.DCFormBuilder .btn-dark:focus,.formio-dialog-component-settings .btn-dark.focus,.formio-dialog-component-settings .btn-dark:focus{color:#fff;background-color:#252728;border-color:#1f2021;box-shadow:0 0 0 .2rem rgba(85,88,89,.5)}.builder-component .btn-dark.disabled,.builder-component .btn-dark:disabled,.DCFormBuilder .btn-dark.disabled,.DCFormBuilder .btn-dark:disabled,.formio-dialog-component-settings .btn-dark.disabled,.formio-dialog-component-settings .btn-dark:disabled{color:#fff;background-color:#373a3c;border-color:#373a3c}.builder-component .btn-dark:not(:disabled):not(.disabled).active,.builder-component .btn-dark:not(:disabled):not(.disabled):active,.builder-component .show>.btn-dark.dropdown-toggle,.DCFormBuilder .btn-dark:not(:disabled):not(.disabled).active,.DCFormBuilder .btn-dark:not(:disabled):not(.disabled):active,.DCFormBuilder .show>.btn-dark.dropdown-toggle,.formio-dialog-component-settings .btn-dark:not(:disabled):not(.disabled).active,.formio-dialog-component-settings .btn-dark:not(:disabled):not(.disabled):active,.formio-dialog-component-settings .show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1f2021;border-color:#191a1b}.builder-component .btn-dark:not(:disabled):not(.disabled).active:focus,.builder-component .btn-dark:not(:disabled):not(.disabled):active:focus,.builder-component .show>.btn-dark.dropdown-toggle:focus,.DCFormBuilder .btn-dark:not(:disabled):not(.disabled).active:focus,.DCFormBuilder .btn-dark:not(:disabled):not(.disabled):active:focus,.DCFormBuilder .show>.btn-dark.dropdown-toggle:focus,.formio-dialog-component-settings .btn-dark:not(:disabled):not(.disabled).active:focus,.formio-dialog-component-settings .btn-dark:not(:disabled):not(.disabled):active:focus,.formio-dialog-component-settings .show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(85,88,89,.5)}.builder-component .btn-outline-primary,.DCFormBuilder .btn-outline-primary,.formio-dialog-component-settings .btn-outline-primary{color:#2780e3;border-color:#2780e3}.builder-component .btn-outline-primary:hover,.DCFormBuilder .btn-outline-primary:hover,.formio-dialog-component-settings .btn-outline-primary:hover{color:#fff;background-color:#2780e3;border-color:#2780e3}.builder-component .btn-outline-primary.focus,.builder-component .btn-outline-primary:focus,.DCFormBuilder .btn-outline-primary.focus,.DCFormBuilder .btn-outline-primary:focus,.formio-dialog-component-settings .btn-outline-primary.focus,.formio-dialog-component-settings .btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(39,128,227,.5)}.builder-component .btn-outline-primary.disabled,.builder-component .btn-outline-primary:disabled,.DCFormBuilder .btn-outline-primary.disabled,.DCFormBuilder .btn-outline-primary:disabled,.formio-dialog-component-settings .btn-outline-primary.disabled,.formio-dialog-component-settings .btn-outline-primary:disabled{color:#2780e3;background-color:transparent}.builder-component .btn-outline-primary:not(:disabled):not(.disabled).active,.builder-component .btn-outline-primary:not(:disabled):not(.disabled):active,.builder-component .show>.btn-outline-primary.dropdown-toggle,.DCFormBuilder .btn-outline-primary:not(:disabled):not(.disabled).active,.DCFormBuilder .btn-outline-primary:not(:disabled):not(.disabled):active,.DCFormBuilder .show>.btn-outline-primary.dropdown-toggle,.formio-dialog-component-settings .btn-outline-primary:not(:disabled):not(.disabled).active,.formio-dialog-component-settings .btn-outline-primary:not(:disabled):not(.disabled):active,.formio-dialog-component-settings .show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#2780e3;border-color:#2780e3}.builder-component .btn-outline-primary:not(:disabled):not(.disabled).active:focus,.builder-component .btn-outline-primary:not(:disabled):not(.disabled):active:focus,.builder-component .show>.btn-outline-primary.dropdown-toggle:focus,.DCFormBuilder .btn-outline-primary:not(:disabled):not(.disabled).active:focus,.DCFormBuilder .btn-outline-primary:not(:disabled):not(.disabled):active:focus,.DCFormBuilder .show>.btn-outline-primary.dropdown-toggle:focus,.formio-dialog-component-settings .btn-outline-primary:not(:disabled):not(.disabled).active:focus,.formio-dialog-component-settings .btn-outline-primary:not(:disabled):not(.disabled):active:focus,.formio-dialog-component-settings .show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(39,128,227,.5)}.builder-component .btn-outline-secondary,.DCFormBuilder .btn-outline-secondary,.formio-dialog-component-settings .btn-outline-secondary{color:#373a3c;border-color:#373a3c}.builder-component .btn-outline-secondary:hover,.DCFormBuilder .btn-outline-secondary:hover,.formio-dialog-component-settings .btn-outline-secondary:hover{color:#fff;background-color:#373a3c;border-color:#373a3c}.builder-component .btn-outline-secondary.focus,.builder-component .btn-outline-secondary:focus,.DCFormBuilder .btn-outline-secondary.focus,.DCFormBuilder .btn-outline-secondary:focus,.formio-dialog-component-settings .btn-outline-secondary.focus,.formio-dialog-component-settings .btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(55,58,60,.5)}.builder-component .btn-outline-secondary.disabled,.builder-component .btn-outline-secondary:disabled,.DCFormBuilder .btn-outline-secondary.disabled,.DCFormBuilder .btn-outline-secondary:disabled,.formio-dialog-component-settings .btn-outline-secondary.disabled,.formio-dialog-component-settings .btn-outline-secondary:disabled{color:#373a3c;background-color:transparent}.builder-component .btn-outline-secondary:not(:disabled):not(.disabled).active,.builder-component .btn-outline-secondary:not(:disabled):not(.disabled):active,.builder-component .show>.btn-outline-secondary.dropdown-toggle,.DCFormBuilder .btn-outline-secondary:not(:disabled):not(.disabled).active,.DCFormBuilder .btn-outline-secondary:not(:disabled):not(.disabled):active,.DCFormBuilder .show>.btn-outline-secondary.dropdown-toggle,.formio-dialog-component-settings .btn-outline-secondary:not(:disabled):not(.disabled).active,.formio-dialog-component-settings .btn-outline-secondary:not(:disabled):not(.disabled):active,.formio-dialog-component-settings .show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#373a3c;border-color:#373a3c}.builder-component .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.builder-component .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.builder-component .show>.btn-outline-secondary.dropdown-toggle:focus,.DCFormBuilder .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.DCFormBuilder .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.DCFormBuilder .show>.btn-outline-secondary.dropdown-toggle:focus,.formio-dialog-component-settings .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.formio-dialog-component-settings .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.formio-dialog-component-settings .show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(55,58,60,.5)}.builder-component .btn-outline-success,.DCFormBuilder .btn-outline-success,.formio-dialog-component-settings .btn-outline-success{color:#3fb618;border-color:#3fb618}.builder-component .btn-outline-success:hover,.DCFormBuilder .btn-outline-success:hover,.formio-dialog-component-settings .btn-outline-success:hover{color:#fff;background-color:#3fb618;border-color:#3fb618}.builder-component .btn-outline-success.focus,.builder-component .btn-outline-success:focus,.DCFormBuilder .btn-outline-success.focus,.DCFormBuilder .btn-outline-success:focus,.formio-dialog-component-settings .btn-outline-success.focus,.formio-dialog-component-settings .btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(63,182,24,.5)}.builder-component .btn-outline-success.disabled,.builder-component .btn-outline-success:disabled,.DCFormBuilder .btn-outline-success.disabled,.DCFormBuilder .btn-outline-success:disabled,.formio-dialog-component-settings .btn-outline-success.disabled,.formio-dialog-component-settings .btn-outline-success:disabled{color:#3fb618;background-color:transparent}.builder-component .btn-outline-success:not(:disabled):not(.disabled).active,.builder-component .btn-outline-success:not(:disabled):not(.disabled):active,.builder-component .show>.btn-outline-success.dropdown-toggle,.DCFormBuilder .btn-outline-success:not(:disabled):not(.disabled).active,.DCFormBuilder .btn-outline-success:not(:disabled):not(.disabled):active,.DCFormBuilder .show>.btn-outline-success.dropdown-toggle,.formio-dialog-component-settings .btn-outline-success:not(:disabled):not(.disabled).active,.formio-dialog-component-settings .btn-outline-success:not(:disabled):not(.disabled):active,.formio-dialog-component-settings .show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#3fb618;border-color:#3fb618}.builder-component .btn-outline-success:not(:disabled):not(.disabled).active:focus,.builder-component .btn-outline-success:not(:disabled):not(.disabled):active:focus,.builder-component .show>.btn-outline-success.dropdown-toggle:focus,.DCFormBuilder .btn-outline-success:not(:disabled):not(.disabled).active:focus,.DCFormBuilder .btn-outline-success:not(:disabled):not(.disabled):active:focus,.DCFormBuilder .show>.btn-outline-success.dropdown-toggle:focus,.formio-dialog-component-settings .btn-outline-success:not(:disabled):not(.disabled).active:focus,.formio-dialog-component-settings .btn-outline-success:not(:disabled):not(.disabled):active:focus,.formio-dialog-component-settings .show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(63,182,24,.5)}.builder-component .btn-outline-info,.DCFormBuilder .btn-outline-info,.formio-dialog-component-settings .btn-outline-info{color:#9954bb;border-color:#9954bb}.builder-component .btn-outline-info:hover,.DCFormBuilder .btn-outline-info:hover,.formio-dialog-component-settings .btn-outline-info:hover{color:#fff;background-color:#9954bb;border-color:#9954bb}.builder-component .btn-outline-info.focus,.builder-component .btn-outline-info:focus,.DCFormBuilder .btn-outline-info.focus,.DCFormBuilder .btn-outline-info:focus,.formio-dialog-component-settings .btn-outline-info.focus,.formio-dialog-component-settings .btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(153,84,187,.5)}.builder-component .btn-outline-info.disabled,.builder-component .btn-outline-info:disabled,.DCFormBuilder .btn-outline-info.disabled,.DCFormBuilder .btn-outline-info:disabled,.formio-dialog-component-settings .btn-outline-info.disabled,.formio-dialog-component-settings .btn-outline-info:disabled{color:#9954bb;background-color:transparent}.builder-component .btn-outline-info:not(:disabled):not(.disabled).active,.builder-component .btn-outline-info:not(:disabled):not(.disabled):active,.builder-component .show>.btn-outline-info.dropdown-toggle,.DCFormBuilder .btn-outline-info:not(:disabled):not(.disabled).active,.DCFormBuilder .btn-outline-info:not(:disabled):not(.disabled):active,.DCFormBuilder .show>.btn-outline-info.dropdown-toggle,.formio-dialog-component-settings .btn-outline-info:not(:disabled):not(.disabled).active,.formio-dialog-component-settings .btn-outline-info:not(:disabled):not(.disabled):active,.formio-dialog-component-settings .show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#9954bb;border-color:#9954bb}.builder-component .btn-outline-info:not(:disabled):not(.disabled).active:focus,.builder-component .btn-outline-info:not(:disabled):not(.disabled):active:focus,.builder-component .show>.btn-outline-info.dropdown-toggle:focus,.DCFormBuilder .btn-outline-info:not(:disabled):not(.disabled).active:focus,.DCFormBuilder .btn-outline-info:not(:disabled):not(.disabled):active:focus,.DCFormBuilder .show>.btn-outline-info.dropdown-toggle:focus,.formio-dialog-component-settings .btn-outline-info:not(:disabled):not(.disabled).active:focus,.formio-dialog-component-settings .btn-outline-info:not(:disabled):not(.disabled):active:focus,.formio-dialog-component-settings .show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(153,84,187,.5)}.builder-component .btn-outline-warning,.DCFormBuilder .btn-outline-warning,.formio-dialog-component-settings .btn-outline-warning{color:#ff7518;border-color:#ff7518}.builder-component .btn-outline-warning:hover,.DCFormBuilder .btn-outline-warning:hover,.formio-dialog-component-settings .btn-outline-warning:hover{color:#fff;background-color:#ff7518;border-color:#ff7518}.builder-component .btn-outline-warning.focus,.builder-component .btn-outline-warning:focus,.DCFormBuilder .btn-outline-warning.focus,.DCFormBuilder .btn-outline-warning:focus,.formio-dialog-component-settings .btn-outline-warning.focus,.formio-dialog-component-settings .btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,117,24,.5)}.builder-component .btn-outline-warning.disabled,.builder-component .btn-outline-warning:disabled,.DCFormBuilder .btn-outline-warning.disabled,.DCFormBuilder .btn-outline-warning:disabled,.formio-dialog-component-settings .btn-outline-warning.disabled,.formio-dialog-component-settings .btn-outline-warning:disabled{color:#ff7518;background-color:transparent}.builder-component .btn-outline-warning:not(:disabled):not(.disabled).active,.builder-component .btn-outline-warning:not(:disabled):not(.disabled):active,.builder-component .show>.btn-outline-warning.dropdown-toggle,.DCFormBuilder .btn-outline-warning:not(:disabled):not(.disabled).active,.DCFormBuilder .btn-outline-warning:not(:disabled):not(.disabled):active,.DCFormBuilder .show>.btn-outline-warning.dropdown-toggle,.formio-dialog-component-settings .btn-outline-warning:not(:disabled):not(.disabled).active,.formio-dialog-component-settings .btn-outline-warning:not(:disabled):not(.disabled):active,.formio-dialog-component-settings .show>.btn-outline-warning.dropdown-toggle{color:#fff;background-color:#ff7518;border-color:#ff7518}.builder-component .btn-outline-warning:not(:disabled):not(.disabled).active:focus,.builder-component .btn-outline-warning:not(:disabled):not(.disabled):active:focus,.builder-component .show>.btn-outline-warning.dropdown-toggle:focus,.DCFormBuilder .btn-outline-warning:not(:disabled):not(.disabled).active:focus,.DCFormBuilder .btn-outline-warning:not(:disabled):not(.disabled):active:focus,.DCFormBuilder .show>.btn-outline-warning.dropdown-toggle:focus,.formio-dialog-component-settings .btn-outline-warning:not(:disabled):not(.disabled).active:focus,.formio-dialog-component-settings .btn-outline-warning:not(:disabled):not(.disabled):active:focus,.formio-dialog-component-settings .show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,117,24,.5)}.builder-component .btn-outline-danger,.DCFormBuilder .btn-outline-danger,.formio-dialog-component-settings .btn-outline-danger{color:#ff0039;border-color:#ff0039}.builder-component .btn-outline-danger:hover,.DCFormBuilder .btn-outline-danger:hover,.formio-dialog-component-settings .btn-outline-danger:hover{color:#fff;background-color:#ff0039;border-color:#ff0039}.builder-component .btn-outline-danger.focus,.builder-component .btn-outline-danger:focus,.DCFormBuilder .btn-outline-danger.focus,.DCFormBuilder .btn-outline-danger:focus,.formio-dialog-component-settings .btn-outline-danger.focus,.formio-dialog-component-settings .btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(255,0,57,.5)}.builder-component .btn-outline-danger.disabled,.builder-component .btn-outline-danger:disabled,.DCFormBuilder .btn-outline-danger.disabled,.DCFormBuilder .btn-outline-danger:disabled,.formio-dialog-component-settings .btn-outline-danger.disabled,.formio-dialog-component-settings .btn-outline-danger:disabled{color:#ff0039;background-color:transparent}.builder-component .btn-outline-danger:not(:disabled):not(.disabled).active,.builder-component .btn-outline-danger:not(:disabled):not(.disabled):active,.builder-component .show>.btn-outline-danger.dropdown-toggle,.DCFormBuilder .btn-outline-danger:not(:disabled):not(.disabled).active,.DCFormBuilder .btn-outline-danger:not(:disabled):not(.disabled):active,.DCFormBuilder .show>.btn-outline-danger.dropdown-toggle,.formio-dialog-component-settings .btn-outline-danger:not(:disabled):not(.disabled).active,.formio-dialog-component-settings .btn-outline-danger:not(:disabled):not(.disabled):active,.formio-dialog-component-settings .show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#ff0039;border-color:#ff0039}.builder-component .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.builder-component .btn-outline-danger:not(:disabled):not(.disabled):active:focus,.builder-component .show>.btn-outline-danger.dropdown-toggle:focus,.DCFormBuilder .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.DCFormBuilder .btn-outline-danger:not(:disabled):not(.disabled):active:focus,.DCFormBuilder .show>.btn-outline-danger.dropdown-toggle:focus,.formio-dialog-component-settings .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.formio-dialog-component-settings .btn-outline-danger:not(:disabled):not(.disabled):active:focus,.formio-dialog-component-settings .show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,0,57,.5)}.builder-component .btn-outline-light,.DCFormBuilder .btn-outline-light,.formio-dialog-component-settings .btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.builder-component .btn-outline-light:hover,.DCFormBuilder .btn-outline-light:hover,.formio-dialog-component-settings .btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.builder-component .btn-outline-light.focus,.builder-component .btn-outline-light:focus,.DCFormBuilder .btn-outline-light.focus,.DCFormBuilder .btn-outline-light:focus,.formio-dialog-component-settings .btn-outline-light.focus,.formio-dialog-component-settings .btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.builder-component .btn-outline-light.disabled,.builder-component .btn-outline-light:disabled,.DCFormBuilder .btn-outline-light.disabled,.DCFormBuilder .btn-outline-light:disabled,.formio-dialog-component-settings .btn-outline-light.disabled,.formio-dialog-component-settings .btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.builder-component .btn-outline-light:not(:disabled):not(.disabled).active,.builder-component .btn-outline-light:not(:disabled):not(.disabled):active,.builder-component .show>.btn-outline-light.dropdown-toggle,.DCFormBuilder .btn-outline-light:not(:disabled):not(.disabled).active,.DCFormBuilder .btn-outline-light:not(:disabled):not(.disabled):active,.DCFormBuilder .show>.btn-outline-light.dropdown-toggle,.formio-dialog-component-settings .btn-outline-light:not(:disabled):not(.disabled).active,.formio-dialog-component-settings .btn-outline-light:not(:disabled):not(.disabled):active,.formio-dialog-component-settings .show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.builder-component .btn-outline-light:not(:disabled):not(.disabled).active:focus,.builder-component .btn-outline-light:not(:disabled):not(.disabled):active:focus,.builder-component .show>.btn-outline-light.dropdown-toggle:focus,.DCFormBuilder .btn-outline-light:not(:disabled):not(.disabled).active:focus,.DCFormBuilder .btn-outline-light:not(:disabled):not(.disabled):active:focus,.DCFormBuilder .show>.btn-outline-light.dropdown-toggle:focus,.formio-dialog-component-settings .btn-outline-light:not(:disabled):not(.disabled).active:focus,.formio-dialog-component-settings .btn-outline-light:not(:disabled):not(.disabled):active:focus,.formio-dialog-component-settings .show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.builder-component .btn-outline-dark,.DCFormBuilder .btn-outline-dark,.formio-dialog-component-settings .btn-outline-dark{color:#373a3c;border-color:#373a3c}.builder-component .btn-outline-dark:hover,.DCFormBuilder .btn-outline-dark:hover,.formio-dialog-component-settings .btn-outline-dark:hover{color:#fff;background-color:#373a3c;border-color:#373a3c}.builder-component .btn-outline-dark.focus,.builder-component .btn-outline-dark:focus,.DCFormBuilder .btn-outline-dark.focus,.DCFormBuilder .btn-outline-dark:focus,.formio-dialog-component-settings .btn-outline-dark.focus,.formio-dialog-component-settings .btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(55,58,60,.5)}.builder-component .btn-outline-dark.disabled,.builder-component .btn-outline-dark:disabled,.DCFormBuilder .btn-outline-dark.disabled,.DCFormBuilder .btn-outline-dark:disabled,.formio-dialog-component-settings .btn-outline-dark.disabled,.formio-dialog-component-settings .btn-outline-dark:disabled{color:#373a3c;background-color:transparent}.builder-component .btn-outline-dark:not(:disabled):not(.disabled).active,.builder-component .btn-outline-dark:not(:disabled):not(.disabled):active,.builder-component .show>.btn-outline-dark.dropdown-toggle,.DCFormBuilder .btn-outline-dark:not(:disabled):not(.disabled).active,.DCFormBuilder .btn-outline-dark:not(:disabled):not(.disabled):active,.DCFormBuilder .show>.btn-outline-dark.dropdown-toggle,.formio-dialog-component-settings .btn-outline-dark:not(:disabled):not(.disabled).active,.formio-dialog-component-settings .btn-outline-dark:not(:disabled):not(.disabled):active,.formio-dialog-component-settings .show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#373a3c;border-color:#373a3c}.builder-component .btn-outline-dark:not(:disabled):not(.disabled).active:focus,.builder-component .btn-outline-dark:not(:disabled):not(.disabled):active:focus,.builder-component .show>.btn-outline-dark.dropdown-toggle:focus,.DCFormBuilder .btn-outline-dark:not(:disabled):not(.disabled).active:focus,.DCFormBuilder .btn-outline-dark:not(:disabled):not(.disabled):active:focus,.DCFormBuilder .show>.btn-outline-dark.dropdown-toggle:focus,.formio-dialog-component-settings .btn-outline-dark:not(:disabled):not(.disabled).active:focus,.formio-dialog-component-settings .btn-outline-dark:not(:disabled):not(.disabled):active:focus,.formio-dialog-component-settings .show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(55,58,60,.5)}.builder-component .btn-link,.DCFormBuilder .btn-link,.formio-dialog-component-settings .btn-link{font-weight:400;color:#2780e3;text-decoration:none}.builder-component .btn-link:hover,.DCFormBuilder .btn-link:hover,.formio-dialog-component-settings .btn-link:hover{color:#165ba8;text-decoration:underline}.builder-component .btn-link.focus,.builder-component .btn-link:focus,.DCFormBuilder .btn-link.focus,.DCFormBuilder .btn-link:focus,.formio-dialog-component-settings .btn-link.focus,.formio-dialog-component-settings .btn-link:focus{text-decoration:underline}.builder-component .btn-link.disabled,.builder-component .btn-link:disabled,.DCFormBuilder .btn-link.disabled,.DCFormBuilder .btn-link:disabled,.formio-dialog-component-settings .btn-link.disabled,.formio-dialog-component-settings .btn-link:disabled{color:#868e96;pointer-events:none}.builder-component .btn-group-lg>.btn,.builder-component .btn-lg,.DCFormBuilder .btn-group-lg>.btn,.DCFormBuilder .btn-lg,.formio-dialog-component-settings .btn-group-lg>.btn,.formio-dialog-component-settings .btn-lg{padding:.5rem 1rem;font-size:1.171875rem;line-height:1.5;border-radius:0}.builder-component .btn-group-sm>.btn,.builder-component .btn-sm,.DCFormBuilder .btn-group-sm>.btn,.DCFormBuilder .btn-sm,.formio-dialog-component-settings .btn-group-sm>.btn,.formio-dialog-component-settings .btn-sm{padding:.25rem .5rem;font-size:.825rem;line-height:1.5;border-radius:0}.builder-component .btn-block,.DCFormBuilder .btn-block,.formio-dialog-component-settings .btn-block{display:block;width:100%}.builder-component .btn-block+.btn-block,.DCFormBuilder .btn-block+.btn-block,.formio-dialog-component-settings .btn-block+.btn-block{margin-top:.5rem}.builder-component input[type=button].btn-block,.builder-component input[type=reset].btn-block,.builder-component input[type=submit].btn-block,.DCFormBuilder input[type=button].btn-block,.DCFormBuilder input[type=reset].btn-block,.DCFormBuilder input[type=submit].btn-block,.formio-dialog-component-settings input[type=button].btn-block,.formio-dialog-component-settings input[type=reset].btn-block,.formio-dialog-component-settings input[type=submit].btn-block{width:100%}.builder-component .fade,.DCFormBuilder .fade,.formio-dialog-component-settings .fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.builder-component .fade,.DCFormBuilder .fade,.formio-dialog-component-settings .fade{transition:none}}.builder-component .fade:not(.show),.DCFormBuilder .fade:not(.show),.formio-dialog-component-settings .fade:not(.show){opacity:0}.builder-component .collapse:not(.show),.DCFormBuilder .collapse:not(.show),.formio-dialog-component-settings .collapse:not(.show){display:none}.builder-component .collapsing,.DCFormBuilder .collapsing,.formio-dialog-component-settings .collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.builder-component .collapsing,.DCFormBuilder .collapsing,.formio-dialog-component-settings .collapsing{transition:none}}.builder-component .dropdown,.builder-component .dropleft,.builder-component .dropright,.builder-component .dropup,.DCFormBuilder .dropdown,.DCFormBuilder .dropleft,.DCFormBuilder .dropright,.DCFormBuilder .dropup,.formio-dialog-component-settings .dropdown,.formio-dialog-component-settings .dropleft,.formio-dialog-component-settings .dropright,.formio-dialog-component-settings .dropup{position:relative}.builder-component .dropdown-toggle,.DCFormBuilder .dropdown-toggle,.formio-dialog-component-settings .dropdown-toggle{white-space:nowrap}.builder-component .dropdown-toggle:after,.DCFormBuilder .dropdown-toggle:after,.formio-dialog-component-settings .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.builder-component .dropdown-toggle:empty:after,.DCFormBuilder .dropdown-toggle:empty:after,.formio-dialog-component-settings .dropdown-toggle:empty:after{margin-left:0}.builder-component .dropdown-menu,.DCFormBuilder .dropdown-menu,.formio-dialog-component-settings .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:.9375rem;color:#373a3c;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15)}.builder-component .dropdown-menu-left,.DCFormBuilder .dropdown-menu-left,.formio-dialog-component-settings .dropdown-menu-left{right:auto;left:0}.builder-component .dropdown-menu-right,.DCFormBuilder .dropdown-menu-right,.formio-dialog-component-settings .dropdown-menu-right{right:0;left:auto}@media(min-width:576px){.builder-component .dropdown-menu-sm-left,.DCFormBuilder .dropdown-menu-sm-left,.formio-dialog-component-settings .dropdown-menu-sm-left{right:auto;left:0}.builder-component .dropdown-menu-sm-right,.DCFormBuilder .dropdown-menu-sm-right,.formio-dialog-component-settings .dropdown-menu-sm-right{right:0;left:auto}}@media(min-width:768px){.builder-component .dropdown-menu-md-left,.DCFormBuilder .dropdown-menu-md-left,.formio-dialog-component-settings .dropdown-menu-md-left{right:auto;left:0}.builder-component .dropdown-menu-md-right,.DCFormBuilder .dropdown-menu-md-right,.formio-dialog-component-settings .dropdown-menu-md-right{right:0;left:auto}}@media(min-width:992px){.builder-component .dropdown-menu-lg-left,.DCFormBuilder .dropdown-menu-lg-left,.formio-dialog-component-settings .dropdown-menu-lg-left{right:auto;left:0}.builder-component .dropdown-menu-lg-right,.DCFormBuilder .dropdown-menu-lg-right,.formio-dialog-component-settings .dropdown-menu-lg-right{right:0;left:auto}}@media(min-width:1200px){.builder-component .dropdown-menu-xl-left,.DCFormBuilder .dropdown-menu-xl-left,.formio-dialog-component-settings .dropdown-menu-xl-left{right:auto;left:0}.builder-component .dropdown-menu-xl-right,.DCFormBuilder .dropdown-menu-xl-right,.formio-dialog-component-settings .dropdown-menu-xl-right{right:0;left:auto}}.builder-component .dropup .dropdown-menu,.DCFormBuilder .dropup .dropdown-menu,.formio-dialog-component-settings .dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.builder-component .dropup .dropdown-toggle:after,.DCFormBuilder .dropup .dropdown-toggle:after,.formio-dialog-component-settings .dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.builder-component .dropup .dropdown-toggle:empty:after,.DCFormBuilder .dropup .dropdown-toggle:empty:after,.formio-dialog-component-settings .dropup .dropdown-toggle:empty:after{margin-left:0}.builder-component .dropright .dropdown-menu,.DCFormBuilder .dropright .dropdown-menu,.formio-dialog-component-settings .dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.builder-component .dropright .dropdown-toggle:after,.DCFormBuilder .dropright .dropdown-toggle:after,.formio-dialog-component-settings .dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.builder-component .dropright .dropdown-toggle:empty:after,.DCFormBuilder .dropright .dropdown-toggle:empty:after,.formio-dialog-component-settings .dropright .dropdown-toggle:empty:after{margin-left:0}.builder-component .dropright .dropdown-toggle:after,.DCFormBuilder .dropright .dropdown-toggle:after,.formio-dialog-component-settings .dropright .dropdown-toggle:after{vertical-align:0}.builder-component .dropleft .dropdown-menu,.DCFormBuilder .dropleft .dropdown-menu,.formio-dialog-component-settings .dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.builder-component .dropleft .dropdown-toggle:after,.DCFormBuilder .dropleft .dropdown-toggle:after,.formio-dialog-component-settings .dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.builder-component .dropleft .dropdown-toggle:before,.DCFormBuilder .dropleft .dropdown-toggle:before,.formio-dialog-component-settings .dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.builder-component .dropleft .dropdown-toggle:empty:after,.DCFormBuilder .dropleft .dropdown-toggle:empty:after,.formio-dialog-component-settings .dropleft .dropdown-toggle:empty:after{margin-left:0}.builder-component .dropleft .dropdown-toggle:before,.DCFormBuilder .dropleft .dropdown-toggle:before,.formio-dialog-component-settings .dropleft .dropdown-toggle:before{vertical-align:0}.builder-component .dropdown-menu[x-placement^=bottom],.builder-component .dropdown-menu[x-placement^=left],.builder-component .dropdown-menu[x-placement^=right],.builder-component .dropdown-menu[x-placement^=top],.DCFormBuilder .dropdown-menu[x-placement^=bottom],.DCFormBuilder .dropdown-menu[x-placement^=left],.DCFormBuilder .dropdown-menu[x-placement^=right],.DCFormBuilder .dropdown-menu[x-placement^=top],.formio-dialog-component-settings .dropdown-menu[x-placement^=bottom],.formio-dialog-component-settings .dropdown-menu[x-placement^=left],.formio-dialog-component-settings .dropdown-menu[x-placement^=right],.formio-dialog-component-settings .dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.builder-component .dropdown-divider,.DCFormBuilder .dropdown-divider,.formio-dialog-component-settings .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.builder-component .dropdown-item,.DCFormBuilder .dropdown-item,.formio-dialog-component-settings .dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.builder-component .dropdown-item:focus,.builder-component .dropdown-item:hover,.DCFormBuilder .dropdown-item:focus,.DCFormBuilder .dropdown-item:hover,.formio-dialog-component-settings .dropdown-item:focus,.formio-dialog-component-settings .dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef}.builder-component .dropdown-item.active,.builder-component .dropdown-item:active,.DCFormBuilder .dropdown-item.active,.DCFormBuilder .dropdown-item:active,.formio-dialog-component-settings .dropdown-item.active,.formio-dialog-component-settings .dropdown-item:active{color:#fff;text-decoration:none;background-color:#2780e3}.builder-component .dropdown-item.disabled,.builder-component .dropdown-item:disabled,.DCFormBuilder .dropdown-item.disabled,.DCFormBuilder .dropdown-item:disabled,.formio-dialog-component-settings .dropdown-item.disabled,.formio-dialog-component-settings .dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.builder-component .dropdown-menu.show,.DCFormBuilder .dropdown-menu.show,.formio-dialog-component-settings .dropdown-menu.show{display:block}.builder-component .dropdown-header,.DCFormBuilder .dropdown-header,.formio-dialog-component-settings .dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.825rem;color:#868e96;white-space:nowrap}.builder-component .dropdown-item-text,.DCFormBuilder .dropdown-item-text,.formio-dialog-component-settings .dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.builder-component .btn-group,.builder-component .btn-group-vertical,.DCFormBuilder .btn-group,.DCFormBuilder .btn-group-vertical,.formio-dialog-component-settings .btn-group,.formio-dialog-component-settings .btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.builder-component .btn-group-vertical>.btn,.builder-component .btn-group>.btn,.DCFormBuilder .btn-group-vertical>.btn,.DCFormBuilder .btn-group>.btn,.formio-dialog-component-settings .btn-group-vertical>.btn,.formio-dialog-component-settings .btn-group>.btn{position:relative;flex:1 1 auto}.builder-component .btn-group-vertical>.btn.active,.builder-component .btn-group-vertical>.btn:active,.builder-component .btn-group-vertical>.btn:focus,.builder-component .btn-group-vertical>.btn:hover,.builder-component .btn-group>.btn.active,.builder-component .btn-group>.btn:active,.builder-component .btn-group>.btn:focus,.builder-component .btn-group>.btn:hover,.DCFormBuilder .btn-group-vertical>.btn.active,.DCFormBuilder .btn-group-vertical>.btn:active,.DCFormBuilder .btn-group-vertical>.btn:focus,.DCFormBuilder .btn-group-vertical>.btn:hover,.DCFormBuilder .btn-group>.btn.active,.DCFormBuilder .btn-group>.btn:active,.DCFormBuilder .btn-group>.btn:focus,.DCFormBuilder .btn-group>.btn:hover,.formio-dialog-component-settings .btn-group-vertical>.btn.active,.formio-dialog-component-settings .btn-group-vertical>.btn:active,.formio-dialog-component-settings .btn-group-vertical>.btn:focus,.formio-dialog-component-settings .btn-group-vertical>.btn:hover,.formio-dialog-component-settings .btn-group>.btn.active,.formio-dialog-component-settings .btn-group>.btn:active,.formio-dialog-component-settings .btn-group>.btn:focus,.formio-dialog-component-settings .btn-group>.btn:hover{z-index:1}.builder-component .btn-toolbar,.DCFormBuilder .btn-toolbar,.formio-dialog-component-settings .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.builder-component .btn-toolbar .input-group,.DCFormBuilder .btn-toolbar .input-group,.formio-dialog-component-settings .btn-toolbar .input-group{width:auto}.builder-component .btn-group>.btn-group:not(:first-child),.builder-component .btn-group>.btn:not(:first-child),.DCFormBuilder .btn-group>.btn-group:not(:first-child),.DCFormBuilder .btn-group>.btn:not(:first-child),.formio-dialog-component-settings .btn-group>.btn-group:not(:first-child),.formio-dialog-component-settings .btn-group>.btn:not(:first-child){margin-left:-1px}.builder-component .dropdown-toggle-split,.DCFormBuilder .dropdown-toggle-split,.formio-dialog-component-settings .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.builder-component .dropdown-toggle-split:after,.builder-component .dropright .dropdown-toggle-split:after,.builder-component .dropup .dropdown-toggle-split:after,.DCFormBuilder .dropdown-toggle-split:after,.DCFormBuilder .dropright .dropdown-toggle-split:after,.DCFormBuilder .dropup .dropdown-toggle-split:after,.formio-dialog-component-settings .dropdown-toggle-split:after,.formio-dialog-component-settings .dropright .dropdown-toggle-split:after,.formio-dialog-component-settings .dropup .dropdown-toggle-split:after{margin-left:0}.builder-component .dropleft .dropdown-toggle-split:before,.DCFormBuilder .dropleft .dropdown-toggle-split:before,.formio-dialog-component-settings .dropleft .dropdown-toggle-split:before{margin-right:0}.builder-component .btn-group-sm>.btn+.dropdown-toggle-split,.builder-component .btn-sm+.dropdown-toggle-split,.DCFormBuilder .btn-group-sm>.btn+.dropdown-toggle-split,.DCFormBuilder .btn-sm+.dropdown-toggle-split,.formio-dialog-component-settings .btn-group-sm>.btn+.dropdown-toggle-split,.formio-dialog-component-settings .btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.builder-component .btn-group-lg>.btn+.dropdown-toggle-split,.builder-component .btn-lg+.dropdown-toggle-split,.DCFormBuilder .btn-group-lg>.btn+.dropdown-toggle-split,.DCFormBuilder .btn-lg+.dropdown-toggle-split,.formio-dialog-component-settings .btn-group-lg>.btn+.dropdown-toggle-split,.formio-dialog-component-settings .btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.builder-component .btn-group-vertical,.DCFormBuilder .btn-group-vertical,.formio-dialog-component-settings .btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.builder-component .btn-group-vertical>.btn,.builder-component .btn-group-vertical>.btn-group,.DCFormBuilder .btn-group-vertical>.btn,.DCFormBuilder .btn-group-vertical>.btn-group,.formio-dialog-component-settings .btn-group-vertical>.btn,.formio-dialog-component-settings .btn-group-vertical>.btn-group{width:100%}.builder-component .btn-group-vertical>.btn-group:not(:first-child),.builder-component .btn-group-vertical>.btn:not(:first-child),.DCFormBuilder .btn-group-vertical>.btn-group:not(:first-child),.DCFormBuilder .btn-group-vertical>.btn:not(:first-child),.formio-dialog-component-settings .btn-group-vertical>.btn-group:not(:first-child),.formio-dialog-component-settings .btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.builder-component .btn-group-toggle>.btn,.builder-component .btn-group-toggle>.btn-group>.btn,.DCFormBuilder .btn-group-toggle>.btn,.DCFormBuilder .btn-group-toggle>.btn-group>.btn,.formio-dialog-component-settings .btn-group-toggle>.btn,.formio-dialog-component-settings .btn-group-toggle>.btn-group>.btn{margin-bottom:0}.builder-component .btn-group-toggle>.btn-group>.btn input[type=checkbox],.builder-component .btn-group-toggle>.btn-group>.btn input[type=radio],.builder-component .btn-group-toggle>.btn input[type=checkbox],.builder-component .btn-group-toggle>.btn input[type=radio],.DCFormBuilder .btn-group-toggle>.btn-group>.btn input[type=checkbox],.DCFormBuilder .btn-group-toggle>.btn-group>.btn input[type=radio],.DCFormBuilder .btn-group-toggle>.btn input[type=checkbox],.DCFormBuilder .btn-group-toggle>.btn input[type=radio],.formio-dialog-component-settings .btn-group-toggle>.btn-group>.btn input[type=checkbox],.formio-dialog-component-settings .btn-group-toggle>.btn-group>.btn input[type=radio],.formio-dialog-component-settings .btn-group-toggle>.btn input[type=checkbox],.formio-dialog-component-settings .btn-group-toggle>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.builder-component .input-group,.DCFormBuilder .input-group,.formio-dialog-component-settings .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.builder-component .input-group>.custom-file,.builder-component .input-group>.custom-select,.builder-component .input-group>.form-control,.builder-component .input-group>.form-control-plaintext,.DCFormBuilder .input-group>.custom-file,.DCFormBuilder .input-group>.custom-select,.DCFormBuilder .input-group>.form-control,.DCFormBuilder .input-group>.form-control-plaintext,.formio-dialog-component-settings .input-group>.custom-file,.formio-dialog-component-settings .input-group>.custom-select,.formio-dialog-component-settings .input-group>.form-control,.formio-dialog-component-settings .input-group>.form-control-plaintext{position:relative;flex:1 1 auto;min-width:0;margin-bottom:0}.builder-component .input-group>.custom-file+.custom-file,.builder-component .input-group>.custom-file+.custom-select,.builder-component .input-group>.custom-file+.form-control,.builder-component .input-group>.custom-select+.custom-file,.builder-component .input-group>.custom-select+.custom-select,.builder-component .input-group>.custom-select+.form-control,.builder-component .input-group>.form-control+.custom-file,.builder-component .input-group>.form-control+.custom-select,.builder-component .input-group>.form-control+.form-control,.builder-component .input-group>.form-control-plaintext+.custom-file,.builder-component .input-group>.form-control-plaintext+.custom-select,.builder-component .input-group>.form-control-plaintext+.form-control,.DCFormBuilder .input-group>.custom-file+.custom-file,.DCFormBuilder .input-group>.custom-file+.custom-select,.DCFormBuilder .input-group>.custom-file+.form-control,.DCFormBuilder .input-group>.custom-select+.custom-file,.DCFormBuilder .input-group>.custom-select+.custom-select,.DCFormBuilder .input-group>.custom-select+.form-control,.DCFormBuilder .input-group>.form-control+.custom-file,.DCFormBuilder .input-group>.form-control+.custom-select,.DCFormBuilder .input-group>.form-control+.form-control,.DCFormBuilder .input-group>.form-control-plaintext+.custom-file,.DCFormBuilder .input-group>.form-control-plaintext+.custom-select,.DCFormBuilder .input-group>.form-control-plaintext+.form-control,.formio-dialog-component-settings .input-group>.custom-file+.custom-file,.formio-dialog-component-settings .input-group>.custom-file+.custom-select,.formio-dialog-component-settings .input-group>.custom-file+.form-control,.formio-dialog-component-settings .input-group>.custom-select+.custom-file,.formio-dialog-component-settings .input-group>.custom-select+.custom-select,.formio-dialog-component-settings .input-group>.custom-select+.form-control,.formio-dialog-component-settings .input-group>.form-control+.custom-file,.formio-dialog-component-settings .input-group>.form-control+.custom-select,.formio-dialog-component-settings .input-group>.form-control+.form-control,.formio-dialog-component-settings .input-group>.form-control-plaintext+.custom-file,.formio-dialog-component-settings .input-group>.form-control-plaintext+.custom-select,.formio-dialog-component-settings .input-group>.form-control-plaintext+.form-control{margin-left:-1px}.builder-component .input-group>.custom-file .custom-file-input:focus~.custom-file-label,.builder-component .input-group>.custom-select:focus,.builder-component .input-group>.form-control:focus,.DCFormBuilder .input-group>.custom-file .custom-file-input:focus~.custom-file-label,.DCFormBuilder .input-group>.custom-select:focus,.DCFormBuilder .input-group>.form-control:focus,.formio-dialog-component-settings .input-group>.custom-file .custom-file-input:focus~.custom-file-label,.formio-dialog-component-settings .input-group>.custom-select:focus,.formio-dialog-component-settings .input-group>.form-control:focus{z-index:3}.builder-component .input-group>.custom-file .custom-file-input:focus,.DCFormBuilder .input-group>.custom-file .custom-file-input:focus,.formio-dialog-component-settings .input-group>.custom-file .custom-file-input:focus{z-index:4}.builder-component .input-group>.custom-file,.DCFormBuilder .input-group>.custom-file,.formio-dialog-component-settings .input-group>.custom-file{display:flex;align-items:center}.builder-component .input-group-append,.builder-component .input-group-prepend,.DCFormBuilder .input-group-append,.DCFormBuilder .input-group-prepend,.formio-dialog-component-settings .input-group-append,.formio-dialog-component-settings .input-group-prepend{display:flex}.builder-component .input-group-append .btn,.builder-component .input-group-prepend .btn,.DCFormBuilder .input-group-append .btn,.DCFormBuilder .input-group-prepend .btn,.formio-dialog-component-settings .input-group-append .btn,.formio-dialog-component-settings .input-group-prepend .btn{position:relative;z-index:2}.builder-component .input-group-append .btn:focus,.builder-component .input-group-prepend .btn:focus,.DCFormBuilder .input-group-append .btn:focus,.DCFormBuilder .input-group-prepend .btn:focus,.formio-dialog-component-settings .input-group-append .btn:focus,.formio-dialog-component-settings .input-group-prepend .btn:focus{z-index:3}.builder-component .input-group-append .btn+.btn,.builder-component .input-group-append .btn+.input-group-text,.builder-component .input-group-append .input-group-text+.btn,.builder-component .input-group-append .input-group-text+.input-group-text,.builder-component .input-group-prepend .btn+.btn,.builder-component .input-group-prepend .btn+.input-group-text,.builder-component .input-group-prepend .input-group-text+.btn,.builder-component .input-group-prepend .input-group-text+.input-group-text,.DCFormBuilder .input-group-append .btn+.btn,.DCFormBuilder .input-group-append .btn+.input-group-text,.DCFormBuilder .input-group-append .input-group-text+.btn,.DCFormBuilder .input-group-append .input-group-text+.input-group-text,.DCFormBuilder .input-group-prepend .btn+.btn,.DCFormBuilder .input-group-prepend .btn+.input-group-text,.DCFormBuilder .input-group-prepend .input-group-text+.btn,.DCFormBuilder .input-group-prepend .input-group-text+.input-group-text,.formio-dialog-component-settings .input-group-append .btn+.btn,.formio-dialog-component-settings .input-group-append .btn+.input-group-text,.formio-dialog-component-settings .input-group-append .input-group-text+.btn,.formio-dialog-component-settings .input-group-append .input-group-text+.input-group-text,.formio-dialog-component-settings .input-group-prepend .btn+.btn,.formio-dialog-component-settings .input-group-prepend .btn+.input-group-text,.formio-dialog-component-settings .input-group-prepend .input-group-text+.btn,.formio-dialog-component-settings .input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.builder-component .input-group-prepend,.DCFormBuilder .input-group-prepend,.formio-dialog-component-settings .input-group-prepend{margin-right:-1px}.builder-component .input-group-append,.DCFormBuilder .input-group-append,.formio-dialog-component-settings .input-group-append{margin-left:-1px}.builder-component .input-group-text,.DCFormBuilder .input-group-text,.formio-dialog-component-settings .input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:.9375rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da}.builder-component .input-group-text input[type=checkbox],.builder-component .input-group-text input[type=radio],.DCFormBuilder .input-group-text input[type=checkbox],.DCFormBuilder .input-group-text input[type=radio],.formio-dialog-component-settings .input-group-text input[type=checkbox],.formio-dialog-component-settings .input-group-text input[type=radio]{margin-top:0}.builder-component .input-group-lg>.custom-select,.builder-component .input-group-lg>.form-control:not(textarea),.DCFormBuilder .input-group-lg>.custom-select,.DCFormBuilder .input-group-lg>.form-control:not(textarea),.formio-dialog-component-settings .input-group-lg>.custom-select,.formio-dialog-component-settings .input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.builder-component .input-group-lg>.custom-select,.builder-component .input-group-lg>.form-control,.builder-component .input-group-lg>.input-group-append>.btn,.builder-component .input-group-lg>.input-group-append>.input-group-text,.builder-component .input-group-lg>.input-group-prepend>.btn,.builder-component .input-group-lg>.input-group-prepend>.input-group-text,.DCFormBuilder .input-group-lg>.custom-select,.DCFormBuilder .input-group-lg>.form-control,.DCFormBuilder .input-group-lg>.input-group-append>.btn,.DCFormBuilder .input-group-lg>.input-group-append>.input-group-text,.DCFormBuilder .input-group-lg>.input-group-prepend>.btn,.DCFormBuilder .input-group-lg>.input-group-prepend>.input-group-text,.formio-dialog-component-settings .input-group-lg>.custom-select,.formio-dialog-component-settings .input-group-lg>.form-control,.formio-dialog-component-settings .input-group-lg>.input-group-append>.btn,.formio-dialog-component-settings .input-group-lg>.input-group-append>.input-group-text,.formio-dialog-component-settings .input-group-lg>.input-group-prepend>.btn,.formio-dialog-component-settings .input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.171875rem;line-height:1.5}.builder-component .input-group-sm>.custom-select,.builder-component .input-group-sm>.form-control:not(textarea),.DCFormBuilder .input-group-sm>.custom-select,.DCFormBuilder .input-group-sm>.form-control:not(textarea),.formio-dialog-component-settings .input-group-sm>.custom-select,.formio-dialog-component-settings .input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.builder-component .input-group-sm>.custom-select,.builder-component .input-group-sm>.form-control,.builder-component .input-group-sm>.input-group-append>.btn,.builder-component .input-group-sm>.input-group-append>.input-group-text,.builder-component .input-group-sm>.input-group-prepend>.btn,.builder-component .input-group-sm>.input-group-prepend>.input-group-text,.DCFormBuilder .input-group-sm>.custom-select,.DCFormBuilder .input-group-sm>.form-control,.DCFormBuilder .input-group-sm>.input-group-append>.btn,.DCFormBuilder .input-group-sm>.input-group-append>.input-group-text,.DCFormBuilder .input-group-sm>.input-group-prepend>.btn,.DCFormBuilder .input-group-sm>.input-group-prepend>.input-group-text,.formio-dialog-component-settings .input-group-sm>.custom-select,.formio-dialog-component-settings .input-group-sm>.form-control,.formio-dialog-component-settings .input-group-sm>.input-group-append>.btn,.formio-dialog-component-settings .input-group-sm>.input-group-append>.input-group-text,.formio-dialog-component-settings .input-group-sm>.input-group-prepend>.btn,.formio-dialog-component-settings .input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.825rem;line-height:1.5}.builder-component .input-group-lg>.custom-select,.builder-component .input-group-sm>.custom-select,.DCFormBuilder .input-group-lg>.custom-select,.DCFormBuilder .input-group-sm>.custom-select,.formio-dialog-component-settings .input-group-lg>.custom-select,.formio-dialog-component-settings .input-group-sm>.custom-select{padding-right:1.75rem}.builder-component .custom-control,.DCFormBuilder .custom-control,.formio-dialog-component-settings .custom-control{position:relative;z-index:1;display:block;min-height:1.40625rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;color-adjust:exact}.builder-component .custom-control-inline,.DCFormBuilder .custom-control-inline,.formio-dialog-component-settings .custom-control-inline{display:inline-flex;margin-right:1rem}.builder-component .custom-control-input,.DCFormBuilder .custom-control-input,.formio-dialog-component-settings .custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.203125rem;opacity:0}.builder-component .custom-control-input:checked~.custom-control-label:before,.DCFormBuilder .custom-control-input:checked~.custom-control-label:before,.formio-dialog-component-settings .custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#2780e3;background-color:#2780e3}.builder-component .custom-control-input:focus~.custom-control-label:before,.DCFormBuilder .custom-control-input:focus~.custom-control-label:before,.formio-dialog-component-settings .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(39,128,227,.25)}.builder-component .custom-control-input:focus:not(:checked)~.custom-control-label:before,.DCFormBuilder .custom-control-input:focus:not(:checked)~.custom-control-label:before,.formio-dialog-component-settings .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#98c2f2}.builder-component .custom-control-input:not(:disabled):active~.custom-control-label:before,.DCFormBuilder .custom-control-input:not(:disabled):active~.custom-control-label:before,.formio-dialog-component-settings .custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#c5ddf7;border-color:#c5ddf7}.builder-component .custom-control-input:disabled~.custom-control-label,.builder-component .custom-control-input[disabled]~.custom-control-label,.DCFormBuilder .custom-control-input:disabled~.custom-control-label,.DCFormBuilder .custom-control-input[disabled]~.custom-control-label,.formio-dialog-component-settings .custom-control-input:disabled~.custom-control-label,.formio-dialog-component-settings .custom-control-input[disabled]~.custom-control-label{color:#868e96}.builder-component .custom-control-input:disabled~.custom-control-label:before,.builder-component .custom-control-input[disabled]~.custom-control-label:before,.DCFormBuilder .custom-control-input:disabled~.custom-control-label:before,.DCFormBuilder .custom-control-input[disabled]~.custom-control-label:before,.formio-dialog-component-settings .custom-control-input:disabled~.custom-control-label:before,.formio-dialog-component-settings .custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.builder-component .custom-control-label,.DCFormBuilder .custom-control-label,.formio-dialog-component-settings .custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.builder-component .custom-control-label:before,.DCFormBuilder .custom-control-label:before,.formio-dialog-component-settings .custom-control-label:before{position:absolute;top:.203125rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:1px solid #adb5bd}.builder-component .custom-control-label:after,.DCFormBuilder .custom-control-label:after,.formio-dialog-component-settings .custom-control-label:after{position:absolute;top:.203125rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:50%/50% 50% no-repeat}.builder-component .custom-checkbox .custom-control-input:checked~.custom-control-label:after,.DCFormBuilder .custom-checkbox .custom-control-input:checked~.custom-control-label:after,.formio-dialog-component-settings .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.builder-component .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before,.DCFormBuilder .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before,.formio-dialog-component-settings .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#2780e3;background-color:#2780e3}.builder-component .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after,.DCFormBuilder .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after,.formio-dialog-component-settings .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.builder-component .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,.DCFormBuilder .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,.formio-dialog-component-settings .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(39,128,227,.5)}.builder-component .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before,.DCFormBuilder .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before,.formio-dialog-component-settings .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(39,128,227,.5)}.builder-component .custom-radio .custom-control-label:before,.DCFormBuilder .custom-radio .custom-control-label:before,.formio-dialog-component-settings .custom-radio .custom-control-label:before{border-radius:50%}.builder-component .custom-radio .custom-control-input:checked~.custom-control-label:after,.DCFormBuilder .custom-radio .custom-control-input:checked~.custom-control-label:after,.formio-dialog-component-settings .custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.builder-component .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before,.DCFormBuilder .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before,.formio-dialog-component-settings .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(39,128,227,.5)}.builder-component .custom-switch,.DCFormBuilder .custom-switch,.formio-dialog-component-settings .custom-switch{padding-left:2.25rem}.builder-component .custom-switch .custom-control-label:before,.DCFormBuilder .custom-switch .custom-control-label:before,.formio-dialog-component-settings .custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.builder-component .custom-switch .custom-control-label:after,.DCFormBuilder .custom-switch .custom-control-label:after,.formio-dialog-component-settings .custom-switch .custom-control-label:after{top:calc(.20313rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media(prefers-reduced-motion:reduce){.builder-component .custom-switch .custom-control-label:after,.DCFormBuilder .custom-switch .custom-control-label:after,.formio-dialog-component-settings .custom-switch .custom-control-label:after{transition:none}}.builder-component .custom-switch .custom-control-input:checked~.custom-control-label:after,.DCFormBuilder .custom-switch .custom-control-input:checked~.custom-control-label:after,.formio-dialog-component-settings .custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.builder-component .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before,.DCFormBuilder .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before,.formio-dialog-component-settings .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(39,128,227,.5)}.builder-component .custom-select,.DCFormBuilder .custom-select,.formio-dialog-component-settings .custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:.9375rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23373a3c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:0;-webkit-appearance:none;appearance:none}.builder-component .custom-select:focus,.DCFormBuilder .custom-select:focus,.formio-dialog-component-settings .custom-select:focus{border-color:#98c2f2;outline:0;box-shadow:0 0 0 .2rem rgba(39,128,227,.25)}.builder-component .custom-select:focus::-ms-value,.DCFormBuilder .custom-select:focus::-ms-value,.formio-dialog-component-settings .custom-select:focus::-ms-value{color:#495057;background-color:#fff}.builder-component .custom-select[multiple],.builder-component .custom-select[size]:not([size="1"]),.DCFormBuilder .custom-select[multiple],.DCFormBuilder .custom-select[size]:not([size="1"]),.formio-dialog-component-settings .custom-select[multiple],.formio-dialog-component-settings .custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.builder-component .custom-select:disabled,.DCFormBuilder .custom-select:disabled,.formio-dialog-component-settings .custom-select:disabled{color:#868e96;background-color:#e9ecef}.builder-component .custom-select::-ms-expand,.DCFormBuilder .custom-select::-ms-expand,.formio-dialog-component-settings .custom-select::-ms-expand{display:none}.builder-component .custom-select:-moz-focusring,.DCFormBuilder .custom-select:-moz-focusring,.formio-dialog-component-settings .custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.builder-component .custom-select-sm,.DCFormBuilder .custom-select-sm,.formio-dialog-component-settings .custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.825rem}.builder-component .custom-select-lg,.DCFormBuilder .custom-select-lg,.formio-dialog-component-settings .custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.171875rem}.builder-component .custom-file,.DCFormBuilder .custom-file,.formio-dialog-component-settings .custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.builder-component .custom-file-input,.DCFormBuilder .custom-file-input,.formio-dialog-component-settings .custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;overflow:hidden;opacity:0}.builder-component .custom-file-input:focus~.custom-file-label,.DCFormBuilder .custom-file-input:focus~.custom-file-label,.formio-dialog-component-settings .custom-file-input:focus~.custom-file-label{border-color:#98c2f2;box-shadow:0 0 0 .2rem rgba(39,128,227,.25)}.builder-component .custom-file-input:disabled~.custom-file-label,.builder-component .custom-file-input[disabled]~.custom-file-label,.DCFormBuilder .custom-file-input:disabled~.custom-file-label,.DCFormBuilder .custom-file-input[disabled]~.custom-file-label,.formio-dialog-component-settings .custom-file-input:disabled~.custom-file-label,.formio-dialog-component-settings .custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.builder-component .custom-file-input:lang(en)~.custom-file-label:after,.DCFormBuilder .custom-file-input:lang(en)~.custom-file-label:after,.formio-dialog-component-settings .custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.builder-component .custom-file-input~.custom-file-label[data-browse]:after,.DCFormBuilder .custom-file-input~.custom-file-label[data-browse]:after,.formio-dialog-component-settings .custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.builder-component .custom-file-label,.DCFormBuilder .custom-file-label,.formio-dialog-component-settings .custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;overflow:hidden;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da}.builder-component .custom-file-label:after,.DCFormBuilder .custom-file-label:after,.formio-dialog-component-settings .custom-file-label:after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit}.builder-component .custom-range,.DCFormBuilder .custom-range,.formio-dialog-component-settings .custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;appearance:none}.builder-component .custom-range:focus,.DCFormBuilder .custom-range:focus,.formio-dialog-component-settings .custom-range:focus{outline:0}.builder-component .custom-range:focus::-webkit-slider-thumb,.DCFormBuilder .custom-range:focus::-webkit-slider-thumb,.formio-dialog-component-settings .custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(39,128,227,.25)}.builder-component .custom-range:focus::-moz-range-thumb,.DCFormBuilder .custom-range:focus::-moz-range-thumb,.formio-dialog-component-settings .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(39,128,227,.25)}.builder-component .custom-range:focus::-ms-thumb,.DCFormBuilder .custom-range:focus::-ms-thumb,.formio-dialog-component-settings .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(39,128,227,.25)}.builder-component .custom-range::-moz-focus-outer,.DCFormBuilder .custom-range::-moz-focus-outer,.formio-dialog-component-settings .custom-range::-moz-focus-outer{border:0}.builder-component .custom-range::-webkit-slider-thumb,.DCFormBuilder .custom-range::-webkit-slider-thumb,.formio-dialog-component-settings .custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#2780e3;border:0;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.builder-component .custom-range::-webkit-slider-thumb,.DCFormBuilder .custom-range::-webkit-slider-thumb,.formio-dialog-component-settings .custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.builder-component .custom-range::-webkit-slider-thumb:active,.DCFormBuilder .custom-range::-webkit-slider-thumb:active,.formio-dialog-component-settings .custom-range::-webkit-slider-thumb:active{background-color:#c5ddf7}.builder-component .custom-range::-webkit-slider-runnable-track,.DCFormBuilder .custom-range::-webkit-slider-runnable-track,.formio-dialog-component-settings .custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent}.builder-component .custom-range::-moz-range-thumb,.DCFormBuilder .custom-range::-moz-range-thumb,.formio-dialog-component-settings .custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#2780e3;border:0;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion:reduce){.builder-component .custom-range::-moz-range-thumb,.DCFormBuilder .custom-range::-moz-range-thumb,.formio-dialog-component-settings .custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.builder-component .custom-range::-moz-range-thumb:active,.DCFormBuilder .custom-range::-moz-range-thumb:active,.formio-dialog-component-settings .custom-range::-moz-range-thumb:active{background-color:#c5ddf7}.builder-component .custom-range::-moz-range-track,.DCFormBuilder .custom-range::-moz-range-track,.formio-dialog-component-settings .custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent}.builder-component .custom-range::-ms-thumb,.DCFormBuilder .custom-range::-ms-thumb,.formio-dialog-component-settings .custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#2780e3;border:0;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion:reduce){.builder-component .custom-range::-ms-thumb,.DCFormBuilder .custom-range::-ms-thumb,.formio-dialog-component-settings .custom-range::-ms-thumb{-ms-transition:none;transition:none}}.builder-component .custom-range::-ms-thumb:active,.DCFormBuilder .custom-range::-ms-thumb:active,.formio-dialog-component-settings .custom-range::-ms-thumb:active{background-color:#c5ddf7}.builder-component .custom-range::-ms-track,.DCFormBuilder .custom-range::-ms-track,.formio-dialog-component-settings .custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.builder-component .custom-range::-ms-fill-lower,.DCFormBuilder .custom-range::-ms-fill-lower,.formio-dialog-component-settings .custom-range::-ms-fill-lower{background-color:#dee2e6}.builder-component .custom-range::-ms-fill-upper,.DCFormBuilder .custom-range::-ms-fill-upper,.formio-dialog-component-settings .custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6}.builder-component .custom-range:disabled::-webkit-slider-thumb,.DCFormBuilder .custom-range:disabled::-webkit-slider-thumb,.formio-dialog-component-settings .custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.builder-component .custom-range:disabled::-webkit-slider-runnable-track,.DCFormBuilder .custom-range:disabled::-webkit-slider-runnable-track,.formio-dialog-component-settings .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.builder-component .custom-range:disabled::-moz-range-thumb,.DCFormBuilder .custom-range:disabled::-moz-range-thumb,.formio-dialog-component-settings .custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.builder-component .custom-range:disabled::-moz-range-track,.DCFormBuilder .custom-range:disabled::-moz-range-track,.formio-dialog-component-settings .custom-range:disabled::-moz-range-track{cursor:default}.builder-component .custom-range:disabled::-ms-thumb,.DCFormBuilder .custom-range:disabled::-ms-thumb,.formio-dialog-component-settings .custom-range:disabled::-ms-thumb{background-color:#adb5bd}.builder-component .custom-control-label:before,.builder-component .custom-file-label,.builder-component .custom-select,.DCFormBuilder .custom-control-label:before,.DCFormBuilder .custom-file-label,.DCFormBuilder .custom-select,.formio-dialog-component-settings .custom-control-label:before,.formio-dialog-component-settings .custom-file-label,.formio-dialog-component-settings .custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.builder-component .custom-control-label:before,.builder-component .custom-file-label,.builder-component .custom-select,.DCFormBuilder .custom-control-label:before,.DCFormBuilder .custom-file-label,.DCFormBuilder .custom-select,.formio-dialog-component-settings .custom-control-label:before,.formio-dialog-component-settings .custom-file-label,.formio-dialog-component-settings .custom-select{transition:none}}.builder-component .nav,.DCFormBuilder .nav,.formio-dialog-component-settings .nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.builder-component .nav-link,.DCFormBuilder .nav-link,.formio-dialog-component-settings .nav-link{display:block;padding:.5rem 1rem}.builder-component .nav-link:focus,.builder-component .nav-link:hover,.DCFormBuilder .nav-link:focus,.DCFormBuilder .nav-link:hover,.formio-dialog-component-settings .nav-link:focus,.formio-dialog-component-settings .nav-link:hover{text-decoration:none}.builder-component .nav-link.disabled,.DCFormBuilder .nav-link.disabled,.formio-dialog-component-settings .nav-link.disabled{color:#868e96;pointer-events:none;cursor:default}.builder-component .nav-tabs,.DCFormBuilder .nav-tabs,.formio-dialog-component-settings .nav-tabs{border-bottom:1px solid #dee2e6}.builder-component .nav-tabs .nav-link,.DCFormBuilder .nav-tabs .nav-link,.formio-dialog-component-settings .nav-tabs .nav-link{margin-bottom:-1px;border:1px solid transparent}.builder-component .nav-tabs .nav-link:focus,.builder-component .nav-tabs .nav-link:hover,.DCFormBuilder .nav-tabs .nav-link:focus,.DCFormBuilder .nav-tabs .nav-link:hover,.formio-dialog-component-settings .nav-tabs .nav-link:focus,.formio-dialog-component-settings .nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.builder-component .nav-tabs .nav-link.disabled,.DCFormBuilder .nav-tabs .nav-link.disabled,.formio-dialog-component-settings .nav-tabs .nav-link.disabled{color:#868e96;background-color:transparent;border-color:transparent}.builder-component .nav-tabs .nav-item.show .nav-link,.builder-component .nav-tabs .nav-link.active,.DCFormBuilder .nav-tabs .nav-item.show .nav-link,.DCFormBuilder .nav-tabs .nav-link.active,.formio-dialog-component-settings .nav-tabs .nav-item.show .nav-link,.formio-dialog-component-settings .nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.builder-component .nav-tabs .dropdown-menu,.DCFormBuilder .nav-tabs .dropdown-menu,.formio-dialog-component-settings .nav-tabs .dropdown-menu{margin-top:-1px}.builder-component .nav-pills .nav-link.active,.builder-component .nav-pills .show>.nav-link,.DCFormBuilder .nav-pills .nav-link.active,.DCFormBuilder .nav-pills .show>.nav-link,.formio-dialog-component-settings .nav-pills .nav-link.active,.formio-dialog-component-settings .nav-pills .show>.nav-link{color:#fff;background-color:#2780e3}.builder-component .nav-fill .nav-item,.builder-component .nav-fill>.nav-link,.DCFormBuilder .nav-fill .nav-item,.DCFormBuilder .nav-fill>.nav-link,.formio-dialog-component-settings .nav-fill .nav-item,.formio-dialog-component-settings .nav-fill>.nav-link{flex:1 1 auto;text-align:center}.builder-component .nav-justified .nav-item,.builder-component .nav-justified>.nav-link,.DCFormBuilder .nav-justified .nav-item,.DCFormBuilder .nav-justified>.nav-link,.formio-dialog-component-settings .nav-justified .nav-item,.formio-dialog-component-settings .nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.builder-component .tab-content>.tab-pane,.DCFormBuilder .tab-content>.tab-pane,.formio-dialog-component-settings .tab-content>.tab-pane{display:none}.builder-component .tab-content>.active,.DCFormBuilder .tab-content>.active,.formio-dialog-component-settings .tab-content>.active{display:block}.builder-component .navbar,.DCFormBuilder .navbar,.formio-dialog-component-settings .navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 1rem}.builder-component .navbar .container,.builder-component .navbar .container-fluid,.builder-component .navbar .container-lg,.builder-component .navbar .container-md,.builder-component .navbar .container-sm,.builder-component .navbar .container-xl,.DCFormBuilder .navbar .container,.DCFormBuilder .navbar .container-fluid,.DCFormBuilder .navbar .container-lg,.DCFormBuilder .navbar .container-md,.DCFormBuilder .navbar .container-sm,.DCFormBuilder .navbar .container-xl,.formio-dialog-component-settings .navbar .container,.formio-dialog-component-settings .navbar .container-fluid,.formio-dialog-component-settings .navbar .container-lg,.formio-dialog-component-settings .navbar .container-md,.formio-dialog-component-settings .navbar .container-sm,.formio-dialog-component-settings .navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.builder-component .navbar-brand,.DCFormBuilder .navbar-brand,.formio-dialog-component-settings .navbar-brand{display:inline-block;padding-top:.324219rem;padding-bottom:.324219rem;margin-right:1rem;font-size:1.171875rem;line-height:inherit;white-space:nowrap}.builder-component .navbar-brand:focus,.builder-component .navbar-brand:hover,.DCFormBuilder .navbar-brand:focus,.DCFormBuilder .navbar-brand:hover,.formio-dialog-component-settings .navbar-brand:focus,.formio-dialog-component-settings .navbar-brand:hover{text-decoration:none}.builder-component .navbar-nav,.DCFormBuilder .navbar-nav,.formio-dialog-component-settings .navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.builder-component .navbar-nav .nav-link,.DCFormBuilder .navbar-nav .nav-link,.formio-dialog-component-settings .navbar-nav .nav-link{padding-right:0;padding-left:0}.builder-component .navbar-nav .dropdown-menu,.DCFormBuilder .navbar-nav .dropdown-menu,.formio-dialog-component-settings .navbar-nav .dropdown-menu{position:static;float:none}.builder-component .navbar-text,.DCFormBuilder .navbar-text,.formio-dialog-component-settings .navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.builder-component .navbar-collapse,.DCFormBuilder .navbar-collapse,.formio-dialog-component-settings .navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.builder-component .navbar-toggler,.DCFormBuilder .navbar-toggler,.formio-dialog-component-settings .navbar-toggler{padding:.25rem .75rem;font-size:1.171875rem;line-height:1;background-color:transparent;border:1px solid transparent}.builder-component .navbar-toggler:focus,.builder-component .navbar-toggler:hover,.DCFormBuilder .navbar-toggler:focus,.DCFormBuilder .navbar-toggler:hover,.formio-dialog-component-settings .navbar-toggler:focus,.formio-dialog-component-settings .navbar-toggler:hover{text-decoration:none}.builder-component .navbar-toggler-icon,.DCFormBuilder .navbar-toggler-icon,.formio-dialog-component-settings .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.builder-component .navbar-nav-scroll,.DCFormBuilder .navbar-nav-scroll,.formio-dialog-component-settings .navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width:575.98px){.builder-component .navbar-expand-sm>.container,.builder-component .navbar-expand-sm>.container-fluid,.builder-component .navbar-expand-sm>.container-lg,.builder-component .navbar-expand-sm>.container-md,.builder-component .navbar-expand-sm>.container-sm,.builder-component .navbar-expand-sm>.container-xl,.DCFormBuilder .navbar-expand-sm>.container,.DCFormBuilder .navbar-expand-sm>.container-fluid,.DCFormBuilder .navbar-expand-sm>.container-lg,.DCFormBuilder .navbar-expand-sm>.container-md,.DCFormBuilder .navbar-expand-sm>.container-sm,.DCFormBuilder .navbar-expand-sm>.container-xl,.formio-dialog-component-settings .navbar-expand-sm>.container,.formio-dialog-component-settings .navbar-expand-sm>.container-fluid,.formio-dialog-component-settings .navbar-expand-sm>.container-lg,.formio-dialog-component-settings .navbar-expand-sm>.container-md,.formio-dialog-component-settings .navbar-expand-sm>.container-sm,.formio-dialog-component-settings .navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media(min-width:576px){.builder-component .navbar-expand-sm,.DCFormBuilder .navbar-expand-sm,.formio-dialog-component-settings .navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.builder-component .navbar-expand-sm .navbar-nav,.DCFormBuilder .navbar-expand-sm .navbar-nav,.formio-dialog-component-settings .navbar-expand-sm .navbar-nav{flex-direction:row}.builder-component .navbar-expand-sm .navbar-nav .dropdown-menu,.DCFormBuilder .navbar-expand-sm .navbar-nav .dropdown-menu,.formio-dialog-component-settings .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.builder-component .navbar-expand-sm .navbar-nav .nav-link,.DCFormBuilder .navbar-expand-sm .navbar-nav .nav-link,.formio-dialog-component-settings .navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.builder-component .navbar-expand-sm>.container,.builder-component .navbar-expand-sm>.container-fluid,.builder-component .navbar-expand-sm>.container-lg,.builder-component .navbar-expand-sm>.container-md,.builder-component .navbar-expand-sm>.container-sm,.builder-component .navbar-expand-sm>.container-xl,.DCFormBuilder .navbar-expand-sm>.container,.DCFormBuilder .navbar-expand-sm>.container-fluid,.DCFormBuilder .navbar-expand-sm>.container-lg,.DCFormBuilder .navbar-expand-sm>.container-md,.DCFormBuilder .navbar-expand-sm>.container-sm,.DCFormBuilder .navbar-expand-sm>.container-xl,.formio-dialog-component-settings .navbar-expand-sm>.container,.formio-dialog-component-settings .navbar-expand-sm>.container-fluid,.formio-dialog-component-settings .navbar-expand-sm>.container-lg,.formio-dialog-component-settings .navbar-expand-sm>.container-md,.formio-dialog-component-settings .navbar-expand-sm>.container-sm,.formio-dialog-component-settings .navbar-expand-sm>.container-xl{flex-wrap:nowrap}.builder-component .navbar-expand-sm .navbar-nav-scroll,.DCFormBuilder .navbar-expand-sm .navbar-nav-scroll,.formio-dialog-component-settings .navbar-expand-sm .navbar-nav-scroll{overflow:visible}.builder-component .navbar-expand-sm .navbar-collapse,.DCFormBuilder .navbar-expand-sm .navbar-collapse,.formio-dialog-component-settings .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.builder-component .navbar-expand-sm .navbar-toggler,.DCFormBuilder .navbar-expand-sm .navbar-toggler,.formio-dialog-component-settings .navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){.builder-component .navbar-expand-md>.container,.builder-component .navbar-expand-md>.container-fluid,.builder-component .navbar-expand-md>.container-lg,.builder-component .navbar-expand-md>.container-md,.builder-component .navbar-expand-md>.container-sm,.builder-component .navbar-expand-md>.container-xl,.DCFormBuilder .navbar-expand-md>.container,.DCFormBuilder .navbar-expand-md>.container-fluid,.DCFormBuilder .navbar-expand-md>.container-lg,.DCFormBuilder .navbar-expand-md>.container-md,.DCFormBuilder .navbar-expand-md>.container-sm,.DCFormBuilder .navbar-expand-md>.container-xl,.formio-dialog-component-settings .navbar-expand-md>.container,.formio-dialog-component-settings .navbar-expand-md>.container-fluid,.formio-dialog-component-settings .navbar-expand-md>.container-lg,.formio-dialog-component-settings .navbar-expand-md>.container-md,.formio-dialog-component-settings .navbar-expand-md>.container-sm,.formio-dialog-component-settings .navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media(min-width:768px){.builder-component .navbar-expand-md,.DCFormBuilder .navbar-expand-md,.formio-dialog-component-settings .navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.builder-component .navbar-expand-md .navbar-nav,.DCFormBuilder .navbar-expand-md .navbar-nav,.formio-dialog-component-settings .navbar-expand-md .navbar-nav{flex-direction:row}.builder-component .navbar-expand-md .navbar-nav .dropdown-menu,.DCFormBuilder .navbar-expand-md .navbar-nav .dropdown-menu,.formio-dialog-component-settings .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.builder-component .navbar-expand-md .navbar-nav .nav-link,.DCFormBuilder .navbar-expand-md .navbar-nav .nav-link,.formio-dialog-component-settings .navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.builder-component .navbar-expand-md>.container,.builder-component .navbar-expand-md>.container-fluid,.builder-component .navbar-expand-md>.container-lg,.builder-component .navbar-expand-md>.container-md,.builder-component .navbar-expand-md>.container-sm,.builder-component .navbar-expand-md>.container-xl,.DCFormBuilder .navbar-expand-md>.container,.DCFormBuilder .navbar-expand-md>.container-fluid,.DCFormBuilder .navbar-expand-md>.container-lg,.DCFormBuilder .navbar-expand-md>.container-md,.DCFormBuilder .navbar-expand-md>.container-sm,.DCFormBuilder .navbar-expand-md>.container-xl,.formio-dialog-component-settings .navbar-expand-md>.container,.formio-dialog-component-settings .navbar-expand-md>.container-fluid,.formio-dialog-component-settings .navbar-expand-md>.container-lg,.formio-dialog-component-settings .navbar-expand-md>.container-md,.formio-dialog-component-settings .navbar-expand-md>.container-sm,.formio-dialog-component-settings .navbar-expand-md>.container-xl{flex-wrap:nowrap}.builder-component .navbar-expand-md .navbar-nav-scroll,.DCFormBuilder .navbar-expand-md .navbar-nav-scroll,.formio-dialog-component-settings .navbar-expand-md .navbar-nav-scroll{overflow:visible}.builder-component .navbar-expand-md .navbar-collapse,.DCFormBuilder .navbar-expand-md .navbar-collapse,.formio-dialog-component-settings .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.builder-component .navbar-expand-md .navbar-toggler,.DCFormBuilder .navbar-expand-md .navbar-toggler,.formio-dialog-component-settings .navbar-expand-md .navbar-toggler{display:none}}@media(max-width:991.98px){.builder-component .navbar-expand-lg>.container,.builder-component .navbar-expand-lg>.container-fluid,.builder-component .navbar-expand-lg>.container-lg,.builder-component .navbar-expand-lg>.container-md,.builder-component .navbar-expand-lg>.container-sm,.builder-component .navbar-expand-lg>.container-xl,.DCFormBuilder .navbar-expand-lg>.container,.DCFormBuilder .navbar-expand-lg>.container-fluid,.DCFormBuilder .navbar-expand-lg>.container-lg,.DCFormBuilder .navbar-expand-lg>.container-md,.DCFormBuilder .navbar-expand-lg>.container-sm,.DCFormBuilder .navbar-expand-lg>.container-xl,.formio-dialog-component-settings .navbar-expand-lg>.container,.formio-dialog-component-settings .navbar-expand-lg>.container-fluid,.formio-dialog-component-settings .navbar-expand-lg>.container-lg,.formio-dialog-component-settings .navbar-expand-lg>.container-md,.formio-dialog-component-settings .navbar-expand-lg>.container-sm,.formio-dialog-component-settings .navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media(min-width:992px){.builder-component .navbar-expand-lg,.DCFormBuilder .navbar-expand-lg,.formio-dialog-component-settings .navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.builder-component .navbar-expand-lg .navbar-nav,.DCFormBuilder .navbar-expand-lg .navbar-nav,.formio-dialog-component-settings .navbar-expand-lg .navbar-nav{flex-direction:row}.builder-component .navbar-expand-lg .navbar-nav .dropdown-menu,.DCFormBuilder .navbar-expand-lg .navbar-nav .dropdown-menu,.formio-dialog-component-settings .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.builder-component .navbar-expand-lg .navbar-nav .nav-link,.DCFormBuilder .navbar-expand-lg .navbar-nav .nav-link,.formio-dialog-component-settings .navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.builder-component .navbar-expand-lg>.container,.builder-component .navbar-expand-lg>.container-fluid,.builder-component .navbar-expand-lg>.container-lg,.builder-component .navbar-expand-lg>.container-md,.builder-component .navbar-expand-lg>.container-sm,.builder-component .navbar-expand-lg>.container-xl,.DCFormBuilder .navbar-expand-lg>.container,.DCFormBuilder .navbar-expand-lg>.container-fluid,.DCFormBuilder .navbar-expand-lg>.container-lg,.DCFormBuilder .navbar-expand-lg>.container-md,.DCFormBuilder .navbar-expand-lg>.container-sm,.DCFormBuilder .navbar-expand-lg>.container-xl,.formio-dialog-component-settings .navbar-expand-lg>.container,.formio-dialog-component-settings .navbar-expand-lg>.container-fluid,.formio-dialog-component-settings .navbar-expand-lg>.container-lg,.formio-dialog-component-settings .navbar-expand-lg>.container-md,.formio-dialog-component-settings .navbar-expand-lg>.container-sm,.formio-dialog-component-settings .navbar-expand-lg>.container-xl{flex-wrap:nowrap}.builder-component .navbar-expand-lg .navbar-nav-scroll,.DCFormBuilder .navbar-expand-lg .navbar-nav-scroll,.formio-dialog-component-settings .navbar-expand-lg .navbar-nav-scroll{overflow:visible}.builder-component .navbar-expand-lg .navbar-collapse,.DCFormBuilder .navbar-expand-lg .navbar-collapse,.formio-dialog-component-settings .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.builder-component .navbar-expand-lg .navbar-toggler,.DCFormBuilder .navbar-expand-lg .navbar-toggler,.formio-dialog-component-settings .navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1199.98px){.builder-component .navbar-expand-xl>.container,.builder-component .navbar-expand-xl>.container-fluid,.builder-component .navbar-expand-xl>.container-lg,.builder-component .navbar-expand-xl>.container-md,.builder-component .navbar-expand-xl>.container-sm,.builder-component .navbar-expand-xl>.container-xl,.DCFormBuilder .navbar-expand-xl>.container,.DCFormBuilder .navbar-expand-xl>.container-fluid,.DCFormBuilder .navbar-expand-xl>.container-lg,.DCFormBuilder .navbar-expand-xl>.container-md,.DCFormBuilder .navbar-expand-xl>.container-sm,.DCFormBuilder .navbar-expand-xl>.container-xl,.formio-dialog-component-settings .navbar-expand-xl>.container,.formio-dialog-component-settings .navbar-expand-xl>.container-fluid,.formio-dialog-component-settings .navbar-expand-xl>.container-lg,.formio-dialog-component-settings .navbar-expand-xl>.container-md,.formio-dialog-component-settings .navbar-expand-xl>.container-sm,.formio-dialog-component-settings .navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media(min-width:1200px){.builder-component .navbar-expand-xl,.DCFormBuilder .navbar-expand-xl,.formio-dialog-component-settings .navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.builder-component .navbar-expand-xl .navbar-nav,.DCFormBuilder .navbar-expand-xl .navbar-nav,.formio-dialog-component-settings .navbar-expand-xl .navbar-nav{flex-direction:row}.builder-component .navbar-expand-xl .navbar-nav .dropdown-menu,.DCFormBuilder .navbar-expand-xl .navbar-nav .dropdown-menu,.formio-dialog-component-settings .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.builder-component .navbar-expand-xl .navbar-nav .nav-link,.DCFormBuilder .navbar-expand-xl .navbar-nav .nav-link,.formio-dialog-component-settings .navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.builder-component .navbar-expand-xl>.container,.builder-component .navbar-expand-xl>.container-fluid,.builder-component .navbar-expand-xl>.container-lg,.builder-component .navbar-expand-xl>.container-md,.builder-component .navbar-expand-xl>.container-sm,.builder-component .navbar-expand-xl>.container-xl,.DCFormBuilder .navbar-expand-xl>.container,.DCFormBuilder .navbar-expand-xl>.container-fluid,.DCFormBuilder .navbar-expand-xl>.container-lg,.DCFormBuilder .navbar-expand-xl>.container-md,.DCFormBuilder .navbar-expand-xl>.container-sm,.DCFormBuilder .navbar-expand-xl>.container-xl,.formio-dialog-component-settings .navbar-expand-xl>.container,.formio-dialog-component-settings .navbar-expand-xl>.container-fluid,.formio-dialog-component-settings .navbar-expand-xl>.container-lg,.formio-dialog-component-settings .navbar-expand-xl>.container-md,.formio-dialog-component-settings .navbar-expand-xl>.container-sm,.formio-dialog-component-settings .navbar-expand-xl>.container-xl{flex-wrap:nowrap}.builder-component .navbar-expand-xl .navbar-nav-scroll,.DCFormBuilder .navbar-expand-xl .navbar-nav-scroll,.formio-dialog-component-settings .navbar-expand-xl .navbar-nav-scroll{overflow:visible}.builder-component .navbar-expand-xl .navbar-collapse,.DCFormBuilder .navbar-expand-xl .navbar-collapse,.formio-dialog-component-settings .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.builder-component .navbar-expand-xl .navbar-toggler,.DCFormBuilder .navbar-expand-xl .navbar-toggler,.formio-dialog-component-settings .navbar-expand-xl .navbar-toggler{display:none}}.builder-component .navbar-expand,.DCFormBuilder .navbar-expand,.formio-dialog-component-settings .navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.builder-component .navbar-expand>.container,.builder-component .navbar-expand>.container-fluid,.builder-component .navbar-expand>.container-lg,.builder-component .navbar-expand>.container-md,.builder-component .navbar-expand>.container-sm,.builder-component .navbar-expand>.container-xl,.DCFormBuilder .navbar-expand>.container,.DCFormBuilder .navbar-expand>.container-fluid,.DCFormBuilder .navbar-expand>.container-lg,.DCFormBuilder .navbar-expand>.container-md,.DCFormBuilder .navbar-expand>.container-sm,.DCFormBuilder .navbar-expand>.container-xl,.formio-dialog-component-settings .navbar-expand>.container,.formio-dialog-component-settings .navbar-expand>.container-fluid,.formio-dialog-component-settings .navbar-expand>.container-lg,.formio-dialog-component-settings .navbar-expand>.container-md,.formio-dialog-component-settings .navbar-expand>.container-sm,.formio-dialog-component-settings .navbar-expand>.container-xl{padding-right:0;padding-left:0}.builder-component .navbar-expand .navbar-nav,.DCFormBuilder .navbar-expand .navbar-nav,.formio-dialog-component-settings .navbar-expand .navbar-nav{flex-direction:row}.builder-component .navbar-expand .navbar-nav .dropdown-menu,.DCFormBuilder .navbar-expand .navbar-nav .dropdown-menu,.formio-dialog-component-settings .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.builder-component .navbar-expand .navbar-nav .nav-link,.DCFormBuilder .navbar-expand .navbar-nav .nav-link,.formio-dialog-component-settings .navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.builder-component .navbar-expand>.container,.builder-component .navbar-expand>.container-fluid,.builder-component .navbar-expand>.container-lg,.builder-component .navbar-expand>.container-md,.builder-component .navbar-expand>.container-sm,.builder-component .navbar-expand>.container-xl,.DCFormBuilder .navbar-expand>.container,.DCFormBuilder .navbar-expand>.container-fluid,.DCFormBuilder .navbar-expand>.container-lg,.DCFormBuilder .navbar-expand>.container-md,.DCFormBuilder .navbar-expand>.container-sm,.DCFormBuilder .navbar-expand>.container-xl,.formio-dialog-component-settings .navbar-expand>.container,.formio-dialog-component-settings .navbar-expand>.container-fluid,.formio-dialog-component-settings .navbar-expand>.container-lg,.formio-dialog-component-settings .navbar-expand>.container-md,.formio-dialog-component-settings .navbar-expand>.container-sm,.formio-dialog-component-settings .navbar-expand>.container-xl{flex-wrap:nowrap}.builder-component .navbar-expand .navbar-nav-scroll,.DCFormBuilder .navbar-expand .navbar-nav-scroll,.formio-dialog-component-settings .navbar-expand .navbar-nav-scroll{overflow:visible}.builder-component .navbar-expand .navbar-collapse,.DCFormBuilder .navbar-expand .navbar-collapse,.formio-dialog-component-settings .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.builder-component .navbar-expand .navbar-toggler,.DCFormBuilder .navbar-expand .navbar-toggler,.formio-dialog-component-settings .navbar-expand .navbar-toggler{display:none}.builder-component .navbar-light .navbar-brand,.builder-component .navbar-light .navbar-brand:focus,.builder-component .navbar-light .navbar-brand:hover,.DCFormBuilder .navbar-light .navbar-brand,.DCFormBuilder .navbar-light .navbar-brand:focus,.DCFormBuilder .navbar-light .navbar-brand:hover,.formio-dialog-component-settings .navbar-light .navbar-brand,.formio-dialog-component-settings .navbar-light .navbar-brand:focus,.formio-dialog-component-settings .navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.builder-component .navbar-light .navbar-nav .nav-link,.DCFormBuilder .navbar-light .navbar-nav .nav-link,.formio-dialog-component-settings .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.builder-component .navbar-light .navbar-nav .nav-link:focus,.builder-component .navbar-light .navbar-nav .nav-link:hover,.DCFormBuilder .navbar-light .navbar-nav .nav-link:focus,.DCFormBuilder .navbar-light .navbar-nav .nav-link:hover,.formio-dialog-component-settings .navbar-light .navbar-nav .nav-link:focus,.formio-dialog-component-settings .navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.9)}.builder-component .navbar-light .navbar-nav .nav-link.disabled,.DCFormBuilder .navbar-light .navbar-nav .nav-link.disabled,.formio-dialog-component-settings .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.builder-component .navbar-light .navbar-nav .active>.nav-link,.builder-component .navbar-light .navbar-nav .nav-link.active,.builder-component .navbar-light .navbar-nav .nav-link.show,.builder-component .navbar-light .navbar-nav .show>.nav-link,.DCFormBuilder .navbar-light .navbar-nav .active>.nav-link,.DCFormBuilder .navbar-light .navbar-nav .nav-link.active,.DCFormBuilder .navbar-light .navbar-nav .nav-link.show,.DCFormBuilder .navbar-light .navbar-nav .show>.nav-link,.formio-dialog-component-settings .navbar-light .navbar-nav .active>.nav-link,.formio-dialog-component-settings .navbar-light .navbar-nav .nav-link.active,.formio-dialog-component-settings .navbar-light .navbar-nav .nav-link.show,.formio-dialog-component-settings .navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.builder-component .navbar-light .navbar-toggler,.DCFormBuilder .navbar-light .navbar-toggler,.formio-dialog-component-settings .navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.builder-component .navbar-light .navbar-toggler-icon,.DCFormBuilder .navbar-light .navbar-toggler-icon,.formio-dialog-component-settings .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.builder-component .navbar-light .navbar-text,.DCFormBuilder .navbar-light .navbar-text,.formio-dialog-component-settings .navbar-light .navbar-text{color:rgba(0,0,0,.5)}.builder-component .navbar-light .navbar-text a,.builder-component .navbar-light .navbar-text a:focus,.builder-component .navbar-light .navbar-text a:hover,.DCFormBuilder .navbar-light .navbar-text a,.DCFormBuilder .navbar-light .navbar-text a:focus,.DCFormBuilder .navbar-light .navbar-text a:hover,.formio-dialog-component-settings .navbar-light .navbar-text a,.formio-dialog-component-settings .navbar-light .navbar-text a:focus,.formio-dialog-component-settings .navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.builder-component .navbar-dark .navbar-brand,.builder-component .navbar-dark .navbar-brand:focus,.builder-component .navbar-dark .navbar-brand:hover,.DCFormBuilder .navbar-dark .navbar-brand,.DCFormBuilder .navbar-dark .navbar-brand:focus,.DCFormBuilder .navbar-dark .navbar-brand:hover,.formio-dialog-component-settings .navbar-dark .navbar-brand,.formio-dialog-component-settings .navbar-dark .navbar-brand:focus,.formio-dialog-component-settings .navbar-dark .navbar-brand:hover{color:#fff}.builder-component .navbar-dark .navbar-nav .nav-link,.DCFormBuilder .navbar-dark .navbar-nav .nav-link,.formio-dialog-component-settings .navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.builder-component .navbar-dark .navbar-nav .nav-link:focus,.builder-component .navbar-dark .navbar-nav .nav-link:hover,.DCFormBuilder .navbar-dark .navbar-nav .nav-link:focus,.DCFormBuilder .navbar-dark .navbar-nav .nav-link:hover,.formio-dialog-component-settings .navbar-dark .navbar-nav .nav-link:focus,.formio-dialog-component-settings .navbar-dark .navbar-nav .nav-link:hover{color:#fff}.builder-component .navbar-dark .navbar-nav .nav-link.disabled,.DCFormBuilder .navbar-dark .navbar-nav .nav-link.disabled,.formio-dialog-component-settings .navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.builder-component .navbar-dark .navbar-nav .active>.nav-link,.builder-component .navbar-dark .navbar-nav .nav-link.active,.builder-component .navbar-dark .navbar-nav .nav-link.show,.builder-component .navbar-dark .navbar-nav .show>.nav-link,.DCFormBuilder .navbar-dark .navbar-nav .active>.nav-link,.DCFormBuilder .navbar-dark .navbar-nav .nav-link.active,.DCFormBuilder .navbar-dark .navbar-nav .nav-link.show,.DCFormBuilder .navbar-dark .navbar-nav .show>.nav-link,.formio-dialog-component-settings .navbar-dark .navbar-nav .active>.nav-link,.formio-dialog-component-settings .navbar-dark .navbar-nav .nav-link.active,.formio-dialog-component-settings .navbar-dark .navbar-nav .nav-link.show,.formio-dialog-component-settings .navbar-dark .navbar-nav .show>.nav-link{color:#fff}.builder-component .navbar-dark .navbar-toggler,.DCFormBuilder .navbar-dark .navbar-toggler,.formio-dialog-component-settings .navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.builder-component .navbar-dark .navbar-toggler-icon,.DCFormBuilder .navbar-dark .navbar-toggler-icon,.formio-dialog-component-settings .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.builder-component .navbar-dark .navbar-text,.DCFormBuilder .navbar-dark .navbar-text,.formio-dialog-component-settings .navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.builder-component .navbar-dark .navbar-text a,.builder-component .navbar-dark .navbar-text a:focus,.builder-component .navbar-dark .navbar-text a:hover,.DCFormBuilder .navbar-dark .navbar-text a,.DCFormBuilder .navbar-dark .navbar-text a:focus,.DCFormBuilder .navbar-dark .navbar-text a:hover,.formio-dialog-component-settings .navbar-dark .navbar-text a,.formio-dialog-component-settings .navbar-dark .navbar-text a:focus,.formio-dialog-component-settings .navbar-dark .navbar-text a:hover{color:#fff}.builder-component .card,.DCFormBuilder .card,.formio-dialog-component-settings .card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:initial;border:1px solid rgba(0,0,0,.125)}.builder-component .card>hr,.DCFormBuilder .card>hr,.formio-dialog-component-settings .card>hr{margin-right:0;margin-left:0}.builder-component .card>.list-group,.DCFormBuilder .card>.list-group,.formio-dialog-component-settings .card>.list-group{border-top:inherit;border-bottom:inherit}.builder-component .card>.list-group:first-child,.DCFormBuilder .card>.list-group:first-child,.formio-dialog-component-settings .card>.list-group:first-child{border-top-width:0}.builder-component .card>.list-group:last-child,.DCFormBuilder .card>.list-group:last-child,.formio-dialog-component-settings .card>.list-group:last-child{border-bottom-width:0}.builder-component .card>.card-header+.list-group,.builder-component .card>.list-group+.card-footer,.DCFormBuilder .card>.card-header+.list-group,.DCFormBuilder .card>.list-group+.card-footer,.formio-dialog-component-settings .card>.card-header+.list-group,.formio-dialog-component-settings .card>.list-group+.card-footer{border-top:0}.builder-component .card-body,.DCFormBuilder .card-body,.formio-dialog-component-settings .card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.builder-component .card-title,.DCFormBuilder .card-title,.formio-dialog-component-settings .card-title{margin-bottom:.75rem}.builder-component .card-subtitle,.DCFormBuilder .card-subtitle,.formio-dialog-component-settings .card-subtitle{margin-top:-.375rem;margin-bottom:0}.builder-component .card-text:last-child,.DCFormBuilder .card-text:last-child,.formio-dialog-component-settings .card-text:last-child{margin-bottom:0}.builder-component .card-link:hover,.DCFormBuilder .card-link:hover,.formio-dialog-component-settings .card-link:hover{text-decoration:none}.builder-component .card-link+.card-link,.DCFormBuilder .card-link+.card-link,.formio-dialog-component-settings .card-link+.card-link{margin-left:1.25rem}.builder-component .card-header,.DCFormBuilder .card-header,.formio-dialog-component-settings .card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.builder-component .card-footer,.DCFormBuilder .card-footer,.formio-dialog-component-settings .card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.builder-component .card-header-tabs,.DCFormBuilder .card-header-tabs,.formio-dialog-component-settings .card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.builder-component .card-header-pills,.DCFormBuilder .card-header-pills,.formio-dialog-component-settings .card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.builder-component .card-img-overlay,.DCFormBuilder .card-img-overlay,.formio-dialog-component-settings .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.builder-component .card-img,.builder-component .card-img-bottom,.builder-component .card-img-top,.DCFormBuilder .card-img,.DCFormBuilder .card-img-bottom,.DCFormBuilder .card-img-top,.formio-dialog-component-settings .card-img,.formio-dialog-component-settings .card-img-bottom,.formio-dialog-component-settings .card-img-top{flex-shrink:0;width:100%}.builder-component .card-deck .card,.DCFormBuilder .card-deck .card,.formio-dialog-component-settings .card-deck .card{margin-bottom:15px}@media(min-width:576px){.builder-component .card-deck,.DCFormBuilder .card-deck,.formio-dialog-component-settings .card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.builder-component .card-deck .card,.DCFormBuilder .card-deck .card,.formio-dialog-component-settings .card-deck .card{flex:1 0;margin-right:15px;margin-bottom:0;margin-left:15px}}.builder-component .card-group>.card,.DCFormBuilder .card-group>.card,.formio-dialog-component-settings .card-group>.card{margin-bottom:15px}@media(min-width:576px){.builder-component .card-group,.DCFormBuilder .card-group,.formio-dialog-component-settings .card-group{display:flex;flex-flow:row wrap}.builder-component .card-group>.card,.DCFormBuilder .card-group>.card,.formio-dialog-component-settings .card-group>.card{flex:1 0;margin-bottom:0}.builder-component .card-group>.card+.card,.DCFormBuilder .card-group>.card+.card,.formio-dialog-component-settings .card-group>.card+.card{margin-left:0;border-left:0}}.builder-component .card-columns .card,.DCFormBuilder .card-columns .card,.formio-dialog-component-settings .card-columns .card{margin-bottom:.75rem}@media(min-width:576px){.builder-component .card-columns,.DCFormBuilder .card-columns,.formio-dialog-component-settings .card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;grid-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.builder-component .card-columns .card,.DCFormBuilder .card-columns .card,.formio-dialog-component-settings .card-columns .card{display:inline-block;width:100%}}.builder-component .accordion,.DCFormBuilder .accordion,.formio-dialog-component-settings .accordion{overflow-anchor:none}.builder-component .accordion>.card,.DCFormBuilder .accordion>.card,.formio-dialog-component-settings .accordion>.card{overflow:hidden}.builder-component .accordion>.card:not(:last-of-type),.DCFormBuilder .accordion>.card:not(:last-of-type),.formio-dialog-component-settings .accordion>.card:not(:last-of-type){border-bottom:0}.builder-component .accordion>.card>.card-header,.DCFormBuilder .accordion>.card>.card-header,.formio-dialog-component-settings .accordion>.card>.card-header{margin-bottom:-1px}.builder-component .breadcrumb,.DCFormBuilder .breadcrumb,.formio-dialog-component-settings .breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef}.builder-component .breadcrumb-item+.breadcrumb-item,.DCFormBuilder .breadcrumb-item+.breadcrumb-item,.formio-dialog-component-settings .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.builder-component .breadcrumb-item+.breadcrumb-item:before,.DCFormBuilder .breadcrumb-item+.breadcrumb-item:before,.formio-dialog-component-settings .breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#868e96;content:"/"}.builder-component .breadcrumb-item+.breadcrumb-item:hover:before,.DCFormBuilder .breadcrumb-item+.breadcrumb-item:hover:before,.formio-dialog-component-settings .breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.builder-component .breadcrumb-item.active,.DCFormBuilder .breadcrumb-item.active,.formio-dialog-component-settings .breadcrumb-item.active{color:#868e96}.builder-component .pagination,.DCFormBuilder .pagination,.formio-dialog-component-settings .pagination{display:flex;padding-left:0;list-style:none}.builder-component .page-link,.DCFormBuilder .page-link,.formio-dialog-component-settings .page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#2780e3;background-color:#fff;border:1px solid #dee2e6}.builder-component .page-link:hover,.DCFormBuilder .page-link:hover,.formio-dialog-component-settings .page-link:hover{z-index:2;color:#165ba8;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.builder-component .page-link:focus,.DCFormBuilder .page-link:focus,.formio-dialog-component-settings .page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(39,128,227,.25)}.builder-component .page-item:first-child .page-link,.DCFormBuilder .page-item:first-child .page-link,.formio-dialog-component-settings .page-item:first-child .page-link{margin-left:0}.builder-component .page-item.active .page-link,.DCFormBuilder .page-item.active .page-link,.formio-dialog-component-settings .page-item.active .page-link{z-index:3;color:#fff;background-color:#2780e3;border-color:#2780e3}.builder-component .page-item.disabled .page-link,.DCFormBuilder .page-item.disabled .page-link,.formio-dialog-component-settings .page-item.disabled .page-link{color:#868e96;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.builder-component .pagination-lg .page-link,.DCFormBuilder .pagination-lg .page-link,.formio-dialog-component-settings .pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.171875rem;line-height:1.5}.builder-component .pagination-sm .page-link,.DCFormBuilder .pagination-sm .page-link,.formio-dialog-component-settings .pagination-sm .page-link{padding:.25rem .5rem;font-size:.825rem;line-height:1.5}.builder-component .badge,.DCFormBuilder .badge,.formio-dialog-component-settings .badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:initial;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.builder-component .badge,.DCFormBuilder .badge,.formio-dialog-component-settings .badge{transition:none}}.builder-component a.badge:focus,.builder-component a.badge:hover,.DCFormBuilder a.badge:focus,.DCFormBuilder a.badge:hover,.formio-dialog-component-settings a.badge:focus,.formio-dialog-component-settings a.badge:hover{text-decoration:none}.builder-component .badge:empty,.DCFormBuilder .badge:empty,.formio-dialog-component-settings .badge:empty{display:none}.builder-component .btn .badge,.DCFormBuilder .btn .badge,.formio-dialog-component-settings .btn .badge{position:relative;top:-1px}.builder-component .badge-pill,.DCFormBuilder .badge-pill,.formio-dialog-component-settings .badge-pill{padding-right:.6em;padding-left:.6em}.builder-component .badge-primary,.DCFormBuilder .badge-primary,.formio-dialog-component-settings .badge-primary{color:#fff;background-color:#2780e3}.builder-component a.badge-primary:focus,.builder-component a.badge-primary:hover,.DCFormBuilder a.badge-primary:focus,.DCFormBuilder a.badge-primary:hover,.formio-dialog-component-settings a.badge-primary:focus,.formio-dialog-component-settings a.badge-primary:hover{color:#fff;background-color:#1967be}.builder-component a.badge-primary.focus,.builder-component a.badge-primary:focus,.DCFormBuilder a.badge-primary.focus,.DCFormBuilder a.badge-primary:focus,.formio-dialog-component-settings a.badge-primary.focus,.formio-dialog-component-settings a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(39,128,227,.5)}.builder-component .badge-secondary,.DCFormBuilder .badge-secondary,.formio-dialog-component-settings .badge-secondary{color:#fff;background-color:#373a3c}.builder-component a.badge-secondary:focus,.builder-component a.badge-secondary:hover,.DCFormBuilder a.badge-secondary:focus,.DCFormBuilder a.badge-secondary:hover,.formio-dialog-component-settings a.badge-secondary:focus,.formio-dialog-component-settings a.badge-secondary:hover{color:#fff;background-color:#1f2021}.builder-component a.badge-secondary.focus,.builder-component a.badge-secondary:focus,.DCFormBuilder a.badge-secondary.focus,.DCFormBuilder a.badge-secondary:focus,.formio-dialog-component-settings a.badge-secondary.focus,.formio-dialog-component-settings a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(55,58,60,.5)}.builder-component .badge-success,.DCFormBuilder .badge-success,.formio-dialog-component-settings .badge-success{color:#fff;background-color:#3fb618}.builder-component a.badge-success:focus,.builder-component a.badge-success:hover,.DCFormBuilder a.badge-success:focus,.DCFormBuilder a.badge-success:hover,.formio-dialog-component-settings a.badge-success:focus,.formio-dialog-component-settings a.badge-success:hover{color:#fff;background-color:#2f8912}.builder-component a.badge-success.focus,.builder-component a.badge-success:focus,.DCFormBuilder a.badge-success.focus,.DCFormBuilder a.badge-success:focus,.formio-dialog-component-settings a.badge-success.focus,.formio-dialog-component-settings a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(63,182,24,.5)}.builder-component .badge-info,.DCFormBuilder .badge-info,.formio-dialog-component-settings .badge-info{color:#fff;background-color:#9954bb}.builder-component a.badge-info:focus,.builder-component a.badge-info:hover,.DCFormBuilder a.badge-info:focus,.DCFormBuilder a.badge-info:hover,.formio-dialog-component-settings a.badge-info:focus,.formio-dialog-component-settings a.badge-info:hover{color:#fff;background-color:#7e3f9d}.builder-component a.badge-info.focus,.builder-component a.badge-info:focus,.DCFormBuilder a.badge-info.focus,.DCFormBuilder a.badge-info:focus,.formio-dialog-component-settings a.badge-info.focus,.formio-dialog-component-settings a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(153,84,187,.5)}.builder-component .badge-warning,.DCFormBuilder .badge-warning,.formio-dialog-component-settings .badge-warning{color:#fff;background-color:#ff7518}.builder-component a.badge-warning:focus,.builder-component a.badge-warning:hover,.DCFormBuilder a.badge-warning:focus,.DCFormBuilder a.badge-warning:hover,.formio-dialog-component-settings a.badge-warning:focus,.formio-dialog-component-settings a.badge-warning:hover{color:#fff;background-color:#e45c00}.builder-component a.badge-warning.focus,.builder-component a.badge-warning:focus,.DCFormBuilder a.badge-warning.focus,.DCFormBuilder a.badge-warning:focus,.formio-dialog-component-settings a.badge-warning.focus,.formio-dialog-component-settings a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,117,24,.5)}.builder-component .badge-danger,.DCFormBuilder .badge-danger,.formio-dialog-component-settings .badge-danger{color:#fff;background-color:#ff0039}.builder-component a.badge-danger:focus,.builder-component a.badge-danger:hover,.DCFormBuilder a.badge-danger:focus,.DCFormBuilder a.badge-danger:hover,.formio-dialog-component-settings a.badge-danger:focus,.formio-dialog-component-settings a.badge-danger:hover{color:#fff;background-color:#cc002e}.builder-component a.badge-danger.focus,.builder-component a.badge-danger:focus,.DCFormBuilder a.badge-danger.focus,.DCFormBuilder a.badge-danger:focus,.formio-dialog-component-settings a.badge-danger.focus,.formio-dialog-component-settings a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,0,57,.5)}.builder-component .badge-light,.DCFormBuilder .badge-light,.formio-dialog-component-settings .badge-light{color:#212529;background-color:#f8f9fa}.builder-component a.badge-light:focus,.builder-component a.badge-light:hover,.DCFormBuilder a.badge-light:focus,.DCFormBuilder a.badge-light:hover,.formio-dialog-component-settings a.badge-light:focus,.formio-dialog-component-settings a.badge-light:hover{color:#212529;background-color:#dae0e5}.builder-component a.badge-light.focus,.builder-component a.badge-light:focus,.DCFormBuilder a.badge-light.focus,.DCFormBuilder a.badge-light:focus,.formio-dialog-component-settings a.badge-light.focus,.formio-dialog-component-settings a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.builder-component .badge-dark,.DCFormBuilder .badge-dark,.formio-dialog-component-settings .badge-dark{color:#fff;background-color:#373a3c}.builder-component a.badge-dark:focus,.builder-component a.badge-dark:hover,.DCFormBuilder a.badge-dark:focus,.DCFormBuilder a.badge-dark:hover,.formio-dialog-component-settings a.badge-dark:focus,.formio-dialog-component-settings a.badge-dark:hover{color:#fff;background-color:#1f2021}.builder-component a.badge-dark.focus,.builder-component a.badge-dark:focus,.DCFormBuilder a.badge-dark.focus,.DCFormBuilder a.badge-dark:focus,.formio-dialog-component-settings a.badge-dark.focus,.formio-dialog-component-settings a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(55,58,60,.5)}.builder-component .jumbotron,.DCFormBuilder .jumbotron,.formio-dialog-component-settings .jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef}@media(min-width:576px){.builder-component .jumbotron,.DCFormBuilder .jumbotron,.formio-dialog-component-settings .jumbotron{padding:4rem 2rem}}.builder-component .jumbotron-fluid,.DCFormBuilder .jumbotron-fluid,.formio-dialog-component-settings .jumbotron-fluid{padding-right:0;padding-left:0}.builder-component .alert,.DCFormBuilder .alert,.formio-dialog-component-settings .alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:0 solid transparent}.builder-component .alert-heading,.DCFormBuilder .alert-heading,.formio-dialog-component-settings .alert-heading{color:inherit}.builder-component .alert-link,.DCFormBuilder .alert-link,.formio-dialog-component-settings .alert-link{font-weight:700}.builder-component .alert-dismissible,.DCFormBuilder .alert-dismissible,.formio-dialog-component-settings .alert-dismissible{padding-right:3.90625rem}.builder-component .alert-dismissible .close,.DCFormBuilder .alert-dismissible .close,.formio-dialog-component-settings .alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.builder-component .alert-primary,.DCFormBuilder .alert-primary,.formio-dialog-component-settings .alert-primary{color:#144376;background-color:#d4e6f9;border-color:#c3dbf7}.builder-component .alert-primary hr,.DCFormBuilder .alert-primary hr,.formio-dialog-component-settings .alert-primary hr{border-top-color:#adcef4}.builder-component .alert-primary .alert-link,.DCFormBuilder .alert-primary .alert-link,.formio-dialog-component-settings .alert-primary .alert-link{color:#0d2a4a}.builder-component .alert-secondary,.DCFormBuilder .alert-secondary,.formio-dialog-component-settings .alert-secondary{color:#1d1e1f;background-color:#d7d8d8;border-color:#c7c8c8}.builder-component .alert-secondary hr,.DCFormBuilder .alert-secondary hr,.formio-dialog-component-settings .alert-secondary hr{border-top-color:#babbbb}.builder-component .alert-secondary .alert-link,.DCFormBuilder .alert-secondary .alert-link,.formio-dialog-component-settings .alert-secondary .alert-link{color:#040505}.builder-component .alert-success,.DCFormBuilder .alert-success,.formio-dialog-component-settings .alert-success{color:#215f0c;background-color:#d9f0d1;border-color:#c9ebbe}.builder-component .alert-success hr,.DCFormBuilder .alert-success hr,.formio-dialog-component-settings .alert-success hr{border-top-color:#b9e5ab}.builder-component .alert-success .alert-link,.DCFormBuilder .alert-success .alert-link,.formio-dialog-component-settings .alert-success .alert-link{color:#113206}.builder-component .alert-info,.DCFormBuilder .alert-info,.formio-dialog-component-settings .alert-info{color:#502c61;background-color:#ebddf1;border-color:#e2cfec}.builder-component .alert-info hr,.DCFormBuilder .alert-info hr,.formio-dialog-component-settings .alert-info hr{border-top-color:#d7bde5}.builder-component .alert-info .alert-link,.DCFormBuilder .alert-info .alert-link,.formio-dialog-component-settings .alert-info .alert-link{color:#331c3e}.builder-component .alert-warning,.DCFormBuilder .alert-warning,.formio-dialog-component-settings .alert-warning{color:#853d0c;background-color:#ffe3d1;border-color:#ffd8be}.builder-component .alert-warning hr,.DCFormBuilder .alert-warning hr,.formio-dialog-component-settings .alert-warning hr{border-top-color:#ffc9a5}.builder-component .alert-warning .alert-link,.DCFormBuilder .alert-warning .alert-link,.formio-dialog-component-settings .alert-warning .alert-link{color:#562808}.builder-component .alert-danger,.DCFormBuilder .alert-danger,.formio-dialog-component-settings .alert-danger{color:#85001e;background-color:#ffccd7;border-color:#ffb8c8}.builder-component .alert-danger hr,.DCFormBuilder .alert-danger hr,.formio-dialog-component-settings .alert-danger hr{border-top-color:#ff9fb4}.builder-component .alert-danger .alert-link,.DCFormBuilder .alert-danger .alert-link,.formio-dialog-component-settings .alert-danger .alert-link{color:#520012}.builder-component .alert-light,.DCFormBuilder .alert-light,.formio-dialog-component-settings .alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.builder-component .alert-light hr,.DCFormBuilder .alert-light hr,.formio-dialog-component-settings .alert-light hr{border-top-color:#ececf6}.builder-component .alert-light .alert-link,.DCFormBuilder .alert-light .alert-link,.formio-dialog-component-settings .alert-light .alert-link{color:#686868}.builder-component .alert-dark,.DCFormBuilder .alert-dark,.formio-dialog-component-settings .alert-dark{color:#1d1e1f;background-color:#d7d8d8;border-color:#c7c8c8}.builder-component .alert-dark hr,.DCFormBuilder .alert-dark hr,.formio-dialog-component-settings .alert-dark hr{border-top-color:#babbbb}.builder-component .alert-dark .alert-link,.DCFormBuilder .alert-dark .alert-link,.formio-dialog-component-settings .alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{0%{background-position:.5rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:.5rem 0}to{background-position:0 0}}.builder-component .progress,.DCFormBuilder .progress,.formio-dialog-component-settings .progress{display:flex;height:.5rem;overflow:hidden;line-height:0;font-size:.703125rem;background-color:#e9ecef}.builder-component .progress-bar,.DCFormBuilder .progress-bar,.formio-dialog-component-settings .progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#2780e3;transition:width .6s ease}@media(prefers-reduced-motion:reduce){.builder-component .progress-bar,.DCFormBuilder .progress-bar,.formio-dialog-component-settings .progress-bar{transition:none}}.builder-component .progress-bar-striped,.DCFormBuilder .progress-bar-striped,.formio-dialog-component-settings .progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:.5rem .5rem}.builder-component .progress-bar-animated,.DCFormBuilder .progress-bar-animated,.formio-dialog-component-settings .progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.builder-component .progress-bar-animated,.DCFormBuilder .progress-bar-animated,.formio-dialog-component-settings .progress-bar-animated{-webkit-animation:none;animation:none}}.builder-component .media,.DCFormBuilder .media,.formio-dialog-component-settings .media{display:flex;align-items:flex-start}.builder-component .media-body,.DCFormBuilder .media-body,.formio-dialog-component-settings .media-body{flex:1 1}.builder-component .list-group,.DCFormBuilder .list-group,.formio-dialog-component-settings .list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}.builder-component .list-group-item-action,.DCFormBuilder .list-group-item-action,.formio-dialog-component-settings .list-group-item-action{width:100%;color:#495057;text-align:inherit}.builder-component .list-group-item-action:focus,.builder-component .list-group-item-action:hover,.DCFormBuilder .list-group-item-action:focus,.DCFormBuilder .list-group-item-action:hover,.formio-dialog-component-settings .list-group-item-action:focus,.formio-dialog-component-settings .list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.builder-component .list-group-item-action:active,.DCFormBuilder .list-group-item-action:active,.formio-dialog-component-settings .list-group-item-action:active{color:#373a3c;background-color:#e9ecef}.builder-component .list-group-item,.DCFormBuilder .list-group-item,.formio-dialog-component-settings .list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.builder-component .list-group-item.disabled,.builder-component .list-group-item:disabled,.DCFormBuilder .list-group-item.disabled,.DCFormBuilder .list-group-item:disabled,.formio-dialog-component-settings .list-group-item.disabled,.formio-dialog-component-settings .list-group-item:disabled{color:#868e96;pointer-events:none;background-color:#fff}.builder-component .list-group-item.active,.DCFormBuilder .list-group-item.active,.formio-dialog-component-settings .list-group-item.active{z-index:2;color:#fff;background-color:#2780e3;border-color:#2780e3}.builder-component .list-group-item+.list-group-item,.DCFormBuilder .list-group-item+.list-group-item,.formio-dialog-component-settings .list-group-item+.list-group-item{border-top-width:0}.builder-component .list-group-item+.list-group-item.active,.DCFormBuilder .list-group-item+.list-group-item.active,.formio-dialog-component-settings .list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.builder-component .list-group-horizontal,.DCFormBuilder .list-group-horizontal,.formio-dialog-component-settings .list-group-horizontal{flex-direction:row}.builder-component .list-group-horizontal>.list-group-item.active,.DCFormBuilder .list-group-horizontal>.list-group-item.active,.formio-dialog-component-settings .list-group-horizontal>.list-group-item.active{margin-top:0}.builder-component .list-group-horizontal>.list-group-item+.list-group-item,.DCFormBuilder .list-group-horizontal>.list-group-item+.list-group-item,.formio-dialog-component-settings .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.builder-component .list-group-horizontal>.list-group-item+.list-group-item.active,.DCFormBuilder .list-group-horizontal>.list-group-item+.list-group-item.active,.formio-dialog-component-settings .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width:576px){.builder-component .list-group-horizontal-sm,.DCFormBuilder .list-group-horizontal-sm,.formio-dialog-component-settings .list-group-horizontal-sm{flex-direction:row}.builder-component .list-group-horizontal-sm>.list-group-item.active,.DCFormBuilder .list-group-horizontal-sm>.list-group-item.active,.formio-dialog-component-settings .list-group-horizontal-sm>.list-group-item.active{margin-top:0}.builder-component .list-group-horizontal-sm>.list-group-item+.list-group-item,.DCFormBuilder .list-group-horizontal-sm>.list-group-item+.list-group-item,.formio-dialog-component-settings .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.builder-component .list-group-horizontal-sm>.list-group-item+.list-group-item.active,.DCFormBuilder .list-group-horizontal-sm>.list-group-item+.list-group-item.active,.formio-dialog-component-settings .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:768px){.builder-component .list-group-horizontal-md,.DCFormBuilder .list-group-horizontal-md,.formio-dialog-component-settings .list-group-horizontal-md{flex-direction:row}.builder-component .list-group-horizontal-md>.list-group-item.active,.DCFormBuilder .list-group-horizontal-md>.list-group-item.active,.formio-dialog-component-settings .list-group-horizontal-md>.list-group-item.active{margin-top:0}.builder-component .list-group-horizontal-md>.list-group-item+.list-group-item,.DCFormBuilder .list-group-horizontal-md>.list-group-item+.list-group-item,.formio-dialog-component-settings .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.builder-component .list-group-horizontal-md>.list-group-item+.list-group-item.active,.DCFormBuilder .list-group-horizontal-md>.list-group-item+.list-group-item.active,.formio-dialog-component-settings .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:992px){.builder-component .list-group-horizontal-lg,.DCFormBuilder .list-group-horizontal-lg,.formio-dialog-component-settings .list-group-horizontal-lg{flex-direction:row}.builder-component .list-group-horizontal-lg>.list-group-item.active,.DCFormBuilder .list-group-horizontal-lg>.list-group-item.active,.formio-dialog-component-settings .list-group-horizontal-lg>.list-group-item.active{margin-top:0}.builder-component .list-group-horizontal-lg>.list-group-item+.list-group-item,.DCFormBuilder .list-group-horizontal-lg>.list-group-item+.list-group-item,.formio-dialog-component-settings .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.builder-component .list-group-horizontal-lg>.list-group-item+.list-group-item.active,.DCFormBuilder .list-group-horizontal-lg>.list-group-item+.list-group-item.active,.formio-dialog-component-settings .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1200px){.builder-component .list-group-horizontal-xl,.DCFormBuilder .list-group-horizontal-xl,.formio-dialog-component-settings .list-group-horizontal-xl{flex-direction:row}.builder-component .list-group-horizontal-xl>.list-group-item.active,.DCFormBuilder .list-group-horizontal-xl>.list-group-item.active,.formio-dialog-component-settings .list-group-horizontal-xl>.list-group-item.active{margin-top:0}.builder-component .list-group-horizontal-xl>.list-group-item+.list-group-item,.DCFormBuilder .list-group-horizontal-xl>.list-group-item+.list-group-item,.formio-dialog-component-settings .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.builder-component .list-group-horizontal-xl>.list-group-item+.list-group-item.active,.DCFormBuilder .list-group-horizontal-xl>.list-group-item+.list-group-item.active,.formio-dialog-component-settings .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.builder-component .list-group-flush>.list-group-item,.DCFormBuilder .list-group-flush>.list-group-item,.formio-dialog-component-settings .list-group-flush>.list-group-item{border-width:0 0 1px}.builder-component .list-group-flush>.list-group-item:last-child,.DCFormBuilder .list-group-flush>.list-group-item:last-child,.formio-dialog-component-settings .list-group-flush>.list-group-item:last-child{border-bottom-width:0}.builder-component .list-group-item-primary,.DCFormBuilder .list-group-item-primary,.formio-dialog-component-settings .list-group-item-primary{color:#144376;background-color:#c3dbf7}.builder-component .list-group-item-primary.list-group-item-action:focus,.builder-component .list-group-item-primary.list-group-item-action:hover,.DCFormBuilder .list-group-item-primary.list-group-item-action:focus,.DCFormBuilder .list-group-item-primary.list-group-item-action:hover,.formio-dialog-component-settings .list-group-item-primary.list-group-item-action:focus,.formio-dialog-component-settings .list-group-item-primary.list-group-item-action:hover{color:#144376;background-color:#adcef4}.builder-component .list-group-item-primary.list-group-item-action.active,.DCFormBuilder .list-group-item-primary.list-group-item-action.active,.formio-dialog-component-settings .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#144376;border-color:#144376}.builder-component .list-group-item-secondary,.DCFormBuilder .list-group-item-secondary,.formio-dialog-component-settings .list-group-item-secondary{color:#1d1e1f;background-color:#c7c8c8}.builder-component .list-group-item-secondary.list-group-item-action:focus,.builder-component .list-group-item-secondary.list-group-item-action:hover,.DCFormBuilder .list-group-item-secondary.list-group-item-action:focus,.DCFormBuilder .list-group-item-secondary.list-group-item-action:hover,.formio-dialog-component-settings .list-group-item-secondary.list-group-item-action:focus,.formio-dialog-component-settings .list-group-item-secondary.list-group-item-action:hover{color:#1d1e1f;background-color:#babbbb}.builder-component .list-group-item-secondary.list-group-item-action.active,.DCFormBuilder .list-group-item-secondary.list-group-item-action.active,.formio-dialog-component-settings .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#1d1e1f;border-color:#1d1e1f}.builder-component .list-group-item-success,.DCFormBuilder .list-group-item-success,.formio-dialog-component-settings .list-group-item-success{color:#215f0c;background-color:#c9ebbe}.builder-component .list-group-item-success.list-group-item-action:focus,.builder-component .list-group-item-success.list-group-item-action:hover,.DCFormBuilder .list-group-item-success.list-group-item-action:focus,.DCFormBuilder .list-group-item-success.list-group-item-action:hover,.formio-dialog-component-settings .list-group-item-success.list-group-item-action:focus,.formio-dialog-component-settings .list-group-item-success.list-group-item-action:hover{color:#215f0c;background-color:#b9e5ab}.builder-component .list-group-item-success.list-group-item-action.active,.DCFormBuilder .list-group-item-success.list-group-item-action.active,.formio-dialog-component-settings .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#215f0c;border-color:#215f0c}.builder-component .list-group-item-info,.DCFormBuilder .list-group-item-info,.formio-dialog-component-settings .list-group-item-info{color:#502c61;background-color:#e2cfec}.builder-component .list-group-item-info.list-group-item-action:focus,.builder-component .list-group-item-info.list-group-item-action:hover,.DCFormBuilder .list-group-item-info.list-group-item-action:focus,.DCFormBuilder .list-group-item-info.list-group-item-action:hover,.formio-dialog-component-settings .list-group-item-info.list-group-item-action:focus,.formio-dialog-component-settings .list-group-item-info.list-group-item-action:hover{color:#502c61;background-color:#d7bde5}.builder-component .list-group-item-info.list-group-item-action.active,.DCFormBuilder .list-group-item-info.list-group-item-action.active,.formio-dialog-component-settings .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#502c61;border-color:#502c61}.builder-component .list-group-item-warning,.DCFormBuilder .list-group-item-warning,.formio-dialog-component-settings .list-group-item-warning{color:#853d0c;background-color:#ffd8be}.builder-component .list-group-item-warning.list-group-item-action:focus,.builder-component .list-group-item-warning.list-group-item-action:hover,.DCFormBuilder .list-group-item-warning.list-group-item-action:focus,.DCFormBuilder .list-group-item-warning.list-group-item-action:hover,.formio-dialog-component-settings .list-group-item-warning.list-group-item-action:focus,.formio-dialog-component-settings .list-group-item-warning.list-group-item-action:hover{color:#853d0c;background-color:#ffc9a5}.builder-component .list-group-item-warning.list-group-item-action.active,.DCFormBuilder .list-group-item-warning.list-group-item-action.active,.formio-dialog-component-settings .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#853d0c;border-color:#853d0c}.builder-component .list-group-item-danger,.DCFormBuilder .list-group-item-danger,.formio-dialog-component-settings .list-group-item-danger{color:#85001e;background-color:#ffb8c8}.builder-component .list-group-item-danger.list-group-item-action:focus,.builder-component .list-group-item-danger.list-group-item-action:hover,.DCFormBuilder .list-group-item-danger.list-group-item-action:focus,.DCFormBuilder .list-group-item-danger.list-group-item-action:hover,.formio-dialog-component-settings .list-group-item-danger.list-group-item-action:focus,.formio-dialog-component-settings .list-group-item-danger.list-group-item-action:hover{color:#85001e;background-color:#ff9fb4}.builder-component .list-group-item-danger.list-group-item-action.active,.DCFormBuilder .list-group-item-danger.list-group-item-action.active,.formio-dialog-component-settings .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#85001e;border-color:#85001e}.builder-component .list-group-item-light,.DCFormBuilder .list-group-item-light,.formio-dialog-component-settings .list-group-item-light{color:#818182;background-color:#fdfdfe}.builder-component .list-group-item-light.list-group-item-action:focus,.builder-component .list-group-item-light.list-group-item-action:hover,.DCFormBuilder .list-group-item-light.list-group-item-action:focus,.DCFormBuilder .list-group-item-light.list-group-item-action:hover,.formio-dialog-component-settings .list-group-item-light.list-group-item-action:focus,.formio-dialog-component-settings .list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.builder-component .list-group-item-light.list-group-item-action.active,.DCFormBuilder .list-group-item-light.list-group-item-action.active,.formio-dialog-component-settings .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.builder-component .list-group-item-dark,.DCFormBuilder .list-group-item-dark,.formio-dialog-component-settings .list-group-item-dark{color:#1d1e1f;background-color:#c7c8c8}.builder-component .list-group-item-dark.list-group-item-action:focus,.builder-component .list-group-item-dark.list-group-item-action:hover,.DCFormBuilder .list-group-item-dark.list-group-item-action:focus,.DCFormBuilder .list-group-item-dark.list-group-item-action:hover,.formio-dialog-component-settings .list-group-item-dark.list-group-item-action:focus,.formio-dialog-component-settings .list-group-item-dark.list-group-item-action:hover{color:#1d1e1f;background-color:#babbbb}.builder-component .list-group-item-dark.list-group-item-action.active,.DCFormBuilder .list-group-item-dark.list-group-item-action.active,.formio-dialog-component-settings .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1d1e1f;border-color:#1d1e1f}.builder-component .close,.DCFormBuilder .close,.formio-dialog-component-settings .close{float:right;font-size:1.40625rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.builder-component .close:hover,.DCFormBuilder .close:hover,.formio-dialog-component-settings .close:hover{color:#000;text-decoration:none}.builder-component .close:not(:disabled):not(.disabled):focus,.builder-component .close:not(:disabled):not(.disabled):hover,.DCFormBuilder .close:not(:disabled):not(.disabled):focus,.DCFormBuilder .close:not(:disabled):not(.disabled):hover,.formio-dialog-component-settings .close:not(:disabled):not(.disabled):focus,.formio-dialog-component-settings .close:not(:disabled):not(.disabled):hover{opacity:.75}.builder-component button.close,.DCFormBuilder button.close,.formio-dialog-component-settings button.close{padding:0;background-color:transparent;border:0}.builder-component a.close.disabled,.DCFormBuilder a.close.disabled,.formio-dialog-component-settings a.close.disabled{pointer-events:none}.builder-component .toast,.DCFormBuilder .toast,.formio-dialog-component-settings .toast{flex-basis:350px;max-width:350px;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0}.builder-component .toast:not(:last-child),.DCFormBuilder .toast:not(:last-child),.formio-dialog-component-settings .toast:not(:last-child){margin-bottom:.75rem}.builder-component .toast.showing,.DCFormBuilder .toast.showing,.formio-dialog-component-settings .toast.showing{opacity:1}.builder-component .toast.show,.DCFormBuilder .toast.show,.formio-dialog-component-settings .toast.show{display:block;opacity:1}.builder-component .toast.hide,.DCFormBuilder .toast.hide,.formio-dialog-component-settings .toast.hide{display:none}.builder-component .toast-header,.DCFormBuilder .toast-header,.formio-dialog-component-settings .toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#868e96;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.builder-component .toast-body,.DCFormBuilder .toast-body,.formio-dialog-component-settings .toast-body{padding:.75rem}.builder-component .modal-open,.DCFormBuilder .modal-open,.formio-dialog-component-settings .modal-open{overflow:hidden}.builder-component .modal-open .modal,.DCFormBuilder .modal-open .modal,.formio-dialog-component-settings .modal-open .modal{overflow-x:hidden;overflow-y:auto}.builder-component .modal,.DCFormBuilder .modal,.formio-dialog-component-settings .modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.builder-component .modal-dialog,.DCFormBuilder .modal-dialog,.formio-dialog-component-settings .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.builder-component .modal.fade .modal-dialog,.DCFormBuilder .modal.fade .modal-dialog,.formio-dialog-component-settings .modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translateY(-50px);transform:translateY(-50px)}@media(prefers-reduced-motion:reduce){.builder-component .modal.fade .modal-dialog,.DCFormBuilder .modal.fade .modal-dialog,.formio-dialog-component-settings .modal.fade .modal-dialog{transition:none}}.builder-component .modal.show .modal-dialog,.DCFormBuilder .modal.show .modal-dialog,.formio-dialog-component-settings .modal.show .modal-dialog{-webkit-transform:none;transform:none}.builder-component .modal.modal-static .modal-dialog,.DCFormBuilder .modal.modal-static .modal-dialog,.formio-dialog-component-settings .modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.builder-component .modal-dialog-scrollable,.DCFormBuilder .modal-dialog-scrollable,.formio-dialog-component-settings .modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.builder-component .modal-dialog-scrollable .modal-content,.DCFormBuilder .modal-dialog-scrollable .modal-content,.formio-dialog-component-settings .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.builder-component .modal-dialog-scrollable .modal-footer,.builder-component .modal-dialog-scrollable .modal-header,.DCFormBuilder .modal-dialog-scrollable .modal-footer,.DCFormBuilder .modal-dialog-scrollable .modal-header,.formio-dialog-component-settings .modal-dialog-scrollable .modal-footer,.formio-dialog-component-settings .modal-dialog-scrollable .modal-header{flex-shrink:0}.builder-component .modal-dialog-scrollable .modal-body,.DCFormBuilder .modal-dialog-scrollable .modal-body,.formio-dialog-component-settings .modal-dialog-scrollable .modal-body{overflow-y:auto}.builder-component .modal-dialog-centered,.DCFormBuilder .modal-dialog-centered,.formio-dialog-component-settings .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.builder-component .modal-dialog-centered:before,.DCFormBuilder .modal-dialog-centered:before,.formio-dialog-component-settings .modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:min-content;content:""}.builder-component .modal-dialog-centered.modal-dialog-scrollable,.DCFormBuilder .modal-dialog-centered.modal-dialog-scrollable,.formio-dialog-component-settings .modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.builder-component .modal-dialog-centered.modal-dialog-scrollable .modal-content,.DCFormBuilder .modal-dialog-centered.modal-dialog-scrollable .modal-content,.formio-dialog-component-settings .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.builder-component .modal-dialog-centered.modal-dialog-scrollable:before,.DCFormBuilder .modal-dialog-centered.modal-dialog-scrollable:before,.formio-dialog-component-settings .modal-dialog-centered.modal-dialog-scrollable:before{content:none}.builder-component .modal-content,.DCFormBuilder .modal-content,.formio-dialog-component-settings .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);outline:0}.builder-component .modal-backdrop,.DCFormBuilder .modal-backdrop,.formio-dialog-component-settings .modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.builder-component .modal-backdrop.fade,.DCFormBuilder .modal-backdrop.fade,.formio-dialog-component-settings .modal-backdrop.fade{opacity:0}.builder-component .modal-backdrop.show,.DCFormBuilder .modal-backdrop.show,.formio-dialog-component-settings .modal-backdrop.show{opacity:.5}.builder-component .modal-header,.DCFormBuilder .modal-header,.formio-dialog-component-settings .modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6}.builder-component .modal-header .close,.DCFormBuilder .modal-header .close,.formio-dialog-component-settings .modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.builder-component .modal-title,.DCFormBuilder .modal-title,.formio-dialog-component-settings .modal-title{margin-bottom:0;line-height:1.5}.builder-component .modal-body,.DCFormBuilder .modal-body,.formio-dialog-component-settings .modal-body{position:relative;flex:1 1 auto;padding:1rem}.builder-component .modal-footer,.DCFormBuilder .modal-footer,.formio-dialog-component-settings .modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6}.builder-component .modal-footer>*,.DCFormBuilder .modal-footer>*,.formio-dialog-component-settings .modal-footer>*{margin:.25rem}.builder-component .modal-scrollbar-measure,.DCFormBuilder .modal-scrollbar-measure,.formio-dialog-component-settings .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:576px){.builder-component .modal-dialog,.DCFormBuilder .modal-dialog,.formio-dialog-component-settings .modal-dialog{max-width:500px;margin:1.75rem auto}.builder-component .modal-dialog-scrollable,.DCFormBuilder .modal-dialog-scrollable,.formio-dialog-component-settings .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.builder-component .modal-dialog-scrollable .modal-content,.DCFormBuilder .modal-dialog-scrollable .modal-content,.formio-dialog-component-settings .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.builder-component .modal-dialog-centered,.DCFormBuilder .modal-dialog-centered,.formio-dialog-component-settings .modal-dialog-centered{min-height:calc(100% - 3.5rem)}.builder-component .modal-dialog-centered:before,.DCFormBuilder .modal-dialog-centered:before,.formio-dialog-component-settings .modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:min-content}.builder-component .modal-sm,.DCFormBuilder .modal-sm,.formio-dialog-component-settings .modal-sm{max-width:300px}}@media(min-width:992px){.builder-component .modal-lg,.builder-component .modal-xl,.DCFormBuilder .modal-lg,.DCFormBuilder .modal-xl,.formio-dialog-component-settings .modal-lg,.formio-dialog-component-settings .modal-xl{max-width:800px}}@media(min-width:1200px){.builder-component .modal-xl,.DCFormBuilder .modal-xl,.formio-dialog-component-settings .modal-xl{max-width:1140px}}.builder-component .tooltip,.DCFormBuilder .tooltip,.formio-dialog-component-settings .tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.825rem;word-wrap:break-word;opacity:0}.builder-component .tooltip.show,.DCFormBuilder .tooltip.show,.formio-dialog-component-settings .tooltip.show{opacity:.9}.builder-component .tooltip .arrow,.DCFormBuilder .tooltip .arrow,.formio-dialog-component-settings .tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.builder-component .tooltip .arrow:before,.DCFormBuilder .tooltip .arrow:before,.formio-dialog-component-settings .tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.builder-component .bs-tooltip-auto[x-placement^=top],.builder-component .bs-tooltip-top,.DCFormBuilder .bs-tooltip-auto[x-placement^=top],.DCFormBuilder .bs-tooltip-top,.formio-dialog-component-settings .bs-tooltip-auto[x-placement^=top],.formio-dialog-component-settings .bs-tooltip-top{padding:.4rem 0}.builder-component .bs-tooltip-auto[x-placement^=top] .arrow,.builder-component .bs-tooltip-top .arrow,.DCFormBuilder .bs-tooltip-auto[x-placement^=top] .arrow,.DCFormBuilder .bs-tooltip-top .arrow,.formio-dialog-component-settings .bs-tooltip-auto[x-placement^=top] .arrow,.formio-dialog-component-settings .bs-tooltip-top .arrow{bottom:0}.builder-component .bs-tooltip-auto[x-placement^=top] .arrow:before,.builder-component .bs-tooltip-top .arrow:before,.DCFormBuilder .bs-tooltip-auto[x-placement^=top] .arrow:before,.DCFormBuilder .bs-tooltip-top .arrow:before,.formio-dialog-component-settings .bs-tooltip-auto[x-placement^=top] .arrow:before,.formio-dialog-component-settings .bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.builder-component .bs-tooltip-auto[x-placement^=right],.builder-component .bs-tooltip-right,.DCFormBuilder .bs-tooltip-auto[x-placement^=right],.DCFormBuilder .bs-tooltip-right,.formio-dialog-component-settings .bs-tooltip-auto[x-placement^=right],.formio-dialog-component-settings .bs-tooltip-right{padding:0 .4rem}.builder-component .bs-tooltip-auto[x-placement^=right] .arrow,.builder-component .bs-tooltip-right .arrow,.DCFormBuilder .bs-tooltip-auto[x-placement^=right] .arrow,.DCFormBuilder .bs-tooltip-right .arrow,.formio-dialog-component-settings .bs-tooltip-auto[x-placement^=right] .arrow,.formio-dialog-component-settings .bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.builder-component .bs-tooltip-auto[x-placement^=right] .arrow:before,.builder-component .bs-tooltip-right .arrow:before,.DCFormBuilder .bs-tooltip-auto[x-placement^=right] .arrow:before,.DCFormBuilder .bs-tooltip-right .arrow:before,.formio-dialog-component-settings .bs-tooltip-auto[x-placement^=right] .arrow:before,.formio-dialog-component-settings .bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.builder-component .bs-tooltip-auto[x-placement^=bottom],.builder-component .bs-tooltip-bottom,.DCFormBuilder .bs-tooltip-auto[x-placement^=bottom],.DCFormBuilder .bs-tooltip-bottom,.formio-dialog-component-settings .bs-tooltip-auto[x-placement^=bottom],.formio-dialog-component-settings .bs-tooltip-bottom{padding:.4rem 0}.builder-component .bs-tooltip-auto[x-placement^=bottom] .arrow,.builder-component .bs-tooltip-bottom .arrow,.DCFormBuilder .bs-tooltip-auto[x-placement^=bottom] .arrow,.DCFormBuilder .bs-tooltip-bottom .arrow,.formio-dialog-component-settings .bs-tooltip-auto[x-placement^=bottom] .arrow,.formio-dialog-component-settings .bs-tooltip-bottom .arrow{top:0}.builder-component .bs-tooltip-auto[x-placement^=bottom] .arrow:before,.builder-component .bs-tooltip-bottom .arrow:before,.DCFormBuilder .bs-tooltip-auto[x-placement^=bottom] .arrow:before,.DCFormBuilder .bs-tooltip-bottom .arrow:before,.formio-dialog-component-settings .bs-tooltip-auto[x-placement^=bottom] .arrow:before,.formio-dialog-component-settings .bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.builder-component .bs-tooltip-auto[x-placement^=left],.builder-component .bs-tooltip-left,.DCFormBuilder .bs-tooltip-auto[x-placement^=left],.DCFormBuilder .bs-tooltip-left,.formio-dialog-component-settings .bs-tooltip-auto[x-placement^=left],.formio-dialog-component-settings .bs-tooltip-left{padding:0 .4rem}.builder-component .bs-tooltip-auto[x-placement^=left] .arrow,.builder-component .bs-tooltip-left .arrow,.DCFormBuilder .bs-tooltip-auto[x-placement^=left] .arrow,.DCFormBuilder .bs-tooltip-left .arrow,.formio-dialog-component-settings .bs-tooltip-auto[x-placement^=left] .arrow,.formio-dialog-component-settings .bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.builder-component .bs-tooltip-auto[x-placement^=left] .arrow:before,.builder-component .bs-tooltip-left .arrow:before,.DCFormBuilder .bs-tooltip-auto[x-placement^=left] .arrow:before,.DCFormBuilder .bs-tooltip-left .arrow:before,.formio-dialog-component-settings .bs-tooltip-auto[x-placement^=left] .arrow:before,.formio-dialog-component-settings .bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.builder-component .tooltip-inner,.DCFormBuilder .tooltip-inner,.formio-dialog-component-settings .tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000}.builder-component .popover,.DCFormBuilder .popover,.formio-dialog-component-settings .popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.825rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2)}.builder-component .popover .arrow,.DCFormBuilder .popover .arrow,.formio-dialog-component-settings .popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.builder-component .popover .arrow:after,.builder-component .popover .arrow:before,.DCFormBuilder .popover .arrow:after,.DCFormBuilder .popover .arrow:before,.formio-dialog-component-settings .popover .arrow:after,.formio-dialog-component-settings .popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.builder-component .bs-popover-auto[x-placement^=top],.builder-component .bs-popover-top,.DCFormBuilder .bs-popover-auto[x-placement^=top],.DCFormBuilder .bs-popover-top,.formio-dialog-component-settings .bs-popover-auto[x-placement^=top],.formio-dialog-component-settings .bs-popover-top{margin-bottom:.5rem}.builder-component .bs-popover-auto[x-placement^=top]>.arrow,.builder-component .bs-popover-top>.arrow,.DCFormBuilder .bs-popover-auto[x-placement^=top]>.arrow,.DCFormBuilder .bs-popover-top>.arrow,.formio-dialog-component-settings .bs-popover-auto[x-placement^=top]>.arrow,.formio-dialog-component-settings .bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.builder-component .bs-popover-auto[x-placement^=top]>.arrow:before,.builder-component .bs-popover-top>.arrow:before,.DCFormBuilder .bs-popover-auto[x-placement^=top]>.arrow:before,.DCFormBuilder .bs-popover-top>.arrow:before,.formio-dialog-component-settings .bs-popover-auto[x-placement^=top]>.arrow:before,.formio-dialog-component-settings .bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.builder-component .bs-popover-auto[x-placement^=top]>.arrow:after,.builder-component .bs-popover-top>.arrow:after,.DCFormBuilder .bs-popover-auto[x-placement^=top]>.arrow:after,.DCFormBuilder .bs-popover-top>.arrow:after,.formio-dialog-component-settings .bs-popover-auto[x-placement^=top]>.arrow:after,.formio-dialog-component-settings .bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.builder-component .bs-popover-auto[x-placement^=right],.builder-component .bs-popover-right,.DCFormBuilder .bs-popover-auto[x-placement^=right],.DCFormBuilder .bs-popover-right,.formio-dialog-component-settings .bs-popover-auto[x-placement^=right],.formio-dialog-component-settings .bs-popover-right{margin-left:.5rem}.builder-component .bs-popover-auto[x-placement^=right]>.arrow,.builder-component .bs-popover-right>.arrow,.DCFormBuilder .bs-popover-auto[x-placement^=right]>.arrow,.DCFormBuilder .bs-popover-right>.arrow,.formio-dialog-component-settings .bs-popover-auto[x-placement^=right]>.arrow,.formio-dialog-component-settings .bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.builder-component .bs-popover-auto[x-placement^=right]>.arrow:before,.builder-component .bs-popover-right>.arrow:before,.DCFormBuilder .bs-popover-auto[x-placement^=right]>.arrow:before,.DCFormBuilder .bs-popover-right>.arrow:before,.formio-dialog-component-settings .bs-popover-auto[x-placement^=right]>.arrow:before,.formio-dialog-component-settings .bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.builder-component .bs-popover-auto[x-placement^=right]>.arrow:after,.builder-component .bs-popover-right>.arrow:after,.DCFormBuilder .bs-popover-auto[x-placement^=right]>.arrow:after,.DCFormBuilder .bs-popover-right>.arrow:after,.formio-dialog-component-settings .bs-popover-auto[x-placement^=right]>.arrow:after,.formio-dialog-component-settings .bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.builder-component .bs-popover-auto[x-placement^=bottom],.builder-component .bs-popover-bottom,.DCFormBuilder .bs-popover-auto[x-placement^=bottom],.DCFormBuilder .bs-popover-bottom,.formio-dialog-component-settings .bs-popover-auto[x-placement^=bottom],.formio-dialog-component-settings .bs-popover-bottom{margin-top:.5rem}.builder-component .bs-popover-auto[x-placement^=bottom]>.arrow,.builder-component .bs-popover-bottom>.arrow,.DCFormBuilder .bs-popover-auto[x-placement^=bottom]>.arrow,.DCFormBuilder .bs-popover-bottom>.arrow,.formio-dialog-component-settings .bs-popover-auto[x-placement^=bottom]>.arrow,.formio-dialog-component-settings .bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.builder-component .bs-popover-auto[x-placement^=bottom]>.arrow:before,.builder-component .bs-popover-bottom>.arrow:before,.DCFormBuilder .bs-popover-auto[x-placement^=bottom]>.arrow:before,.DCFormBuilder .bs-popover-bottom>.arrow:before,.formio-dialog-component-settings .bs-popover-auto[x-placement^=bottom]>.arrow:before,.formio-dialog-component-settings .bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.builder-component .bs-popover-auto[x-placement^=bottom]>.arrow:after,.builder-component .bs-popover-bottom>.arrow:after,.DCFormBuilder .bs-popover-auto[x-placement^=bottom]>.arrow:after,.DCFormBuilder .bs-popover-bottom>.arrow:after,.formio-dialog-component-settings .bs-popover-auto[x-placement^=bottom]>.arrow:after,.formio-dialog-component-settings .bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.builder-component .bs-popover-auto[x-placement^=bottom] .popover-header:before,.builder-component .bs-popover-bottom .popover-header:before,.DCFormBuilder .bs-popover-auto[x-placement^=bottom] .popover-header:before,.DCFormBuilder .bs-popover-bottom .popover-header:before,.formio-dialog-component-settings .bs-popover-auto[x-placement^=bottom] .popover-header:before,.formio-dialog-component-settings .bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.builder-component .bs-popover-auto[x-placement^=left],.builder-component .bs-popover-left,.DCFormBuilder .bs-popover-auto[x-placement^=left],.DCFormBuilder .bs-popover-left,.formio-dialog-component-settings .bs-popover-auto[x-placement^=left],.formio-dialog-component-settings .bs-popover-left{margin-right:.5rem}.builder-component .bs-popover-auto[x-placement^=left]>.arrow,.builder-component .bs-popover-left>.arrow,.DCFormBuilder .bs-popover-auto[x-placement^=left]>.arrow,.DCFormBuilder .bs-popover-left>.arrow,.formio-dialog-component-settings .bs-popover-auto[x-placement^=left]>.arrow,.formio-dialog-component-settings .bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.builder-component .bs-popover-auto[x-placement^=left]>.arrow:before,.builder-component .bs-popover-left>.arrow:before,.DCFormBuilder .bs-popover-auto[x-placement^=left]>.arrow:before,.DCFormBuilder .bs-popover-left>.arrow:before,.formio-dialog-component-settings .bs-popover-auto[x-placement^=left]>.arrow:before,.formio-dialog-component-settings .bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.builder-component .bs-popover-auto[x-placement^=left]>.arrow:after,.builder-component .bs-popover-left>.arrow:after,.DCFormBuilder .bs-popover-auto[x-placement^=left]>.arrow:after,.DCFormBuilder .bs-popover-left>.arrow:after,.formio-dialog-component-settings .bs-popover-auto[x-placement^=left]>.arrow:after,.formio-dialog-component-settings .bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.builder-component .popover-header,.DCFormBuilder .popover-header,.formio-dialog-component-settings .popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:.9375rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb}.builder-component .popover-header:empty,.DCFormBuilder .popover-header:empty,.formio-dialog-component-settings .popover-header:empty{display:none}.builder-component .popover-body,.DCFormBuilder .popover-body,.formio-dialog-component-settings .popover-body{padding:.5rem .75rem;color:#373a3c}.builder-component .carousel,.DCFormBuilder .carousel,.formio-dialog-component-settings .carousel{position:relative}.builder-component .carousel.pointer-event,.DCFormBuilder .carousel.pointer-event,.formio-dialog-component-settings .carousel.pointer-event{touch-action:pan-y}.builder-component .carousel-inner,.DCFormBuilder .carousel-inner,.formio-dialog-component-settings .carousel-inner{position:relative;width:100%;overflow:hidden}.builder-component .carousel-inner:after,.DCFormBuilder .carousel-inner:after,.formio-dialog-component-settings .carousel-inner:after{display:block;clear:both;content:""}.builder-component .carousel-item,.DCFormBuilder .carousel-item,.formio-dialog-component-settings .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){.builder-component .carousel-item,.DCFormBuilder .carousel-item,.formio-dialog-component-settings .carousel-item{transition:none}}.builder-component .carousel-item-next,.builder-component .carousel-item-prev,.builder-component .carousel-item.active,.DCFormBuilder .carousel-item-next,.DCFormBuilder .carousel-item-prev,.DCFormBuilder .carousel-item.active,.formio-dialog-component-settings .carousel-item-next,.formio-dialog-component-settings .carousel-item-prev,.formio-dialog-component-settings .carousel-item.active{display:block}.builder-component .active.carousel-item-right,.builder-component .carousel-item-next:not(.carousel-item-left),.DCFormBuilder .active.carousel-item-right,.DCFormBuilder .carousel-item-next:not(.carousel-item-left),.formio-dialog-component-settings .active.carousel-item-right,.formio-dialog-component-settings .carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.builder-component .active.carousel-item-left,.builder-component .carousel-item-prev:not(.carousel-item-right),.DCFormBuilder .active.carousel-item-left,.DCFormBuilder .carousel-item-prev:not(.carousel-item-right),.formio-dialog-component-settings .active.carousel-item-left,.formio-dialog-component-settings .carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.builder-component .carousel-fade .carousel-item,.DCFormBuilder .carousel-fade .carousel-item,.formio-dialog-component-settings .carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.builder-component .carousel-fade .carousel-item-next.carousel-item-left,.builder-component .carousel-fade .carousel-item-prev.carousel-item-right,.builder-component .carousel-fade .carousel-item.active,.DCFormBuilder .carousel-fade .carousel-item-next.carousel-item-left,.DCFormBuilder .carousel-fade .carousel-item-prev.carousel-item-right,.DCFormBuilder .carousel-fade .carousel-item.active,.formio-dialog-component-settings .carousel-fade .carousel-item-next.carousel-item-left,.formio-dialog-component-settings .carousel-fade .carousel-item-prev.carousel-item-right,.formio-dialog-component-settings .carousel-fade .carousel-item.active{z-index:1;opacity:1}.builder-component .carousel-fade .active.carousel-item-left,.builder-component .carousel-fade .active.carousel-item-right,.DCFormBuilder .carousel-fade .active.carousel-item-left,.DCFormBuilder .carousel-fade .active.carousel-item-right,.formio-dialog-component-settings .carousel-fade .active.carousel-item-left,.formio-dialog-component-settings .carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){.builder-component .carousel-fade .active.carousel-item-left,.builder-component .carousel-fade .active.carousel-item-right,.DCFormBuilder .carousel-fade .active.carousel-item-left,.DCFormBuilder .carousel-fade .active.carousel-item-right,.formio-dialog-component-settings .carousel-fade .active.carousel-item-left,.formio-dialog-component-settings .carousel-fade .active.carousel-item-right{transition:none}}.builder-component .carousel-control-next,.builder-component .carousel-control-prev,.DCFormBuilder .carousel-control-next,.DCFormBuilder .carousel-control-prev,.formio-dialog-component-settings .carousel-control-next,.formio-dialog-component-settings .carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.builder-component .carousel-control-next,.builder-component .carousel-control-prev,.DCFormBuilder .carousel-control-next,.DCFormBuilder .carousel-control-prev,.formio-dialog-component-settings .carousel-control-next,.formio-dialog-component-settings .carousel-control-prev{transition:none}}.builder-component .carousel-control-next:focus,.builder-component .carousel-control-next:hover,.builder-component .carousel-control-prev:focus,.builder-component .carousel-control-prev:hover,.DCFormBuilder .carousel-control-next:focus,.DCFormBuilder .carousel-control-next:hover,.DCFormBuilder .carousel-control-prev:focus,.DCFormBuilder .carousel-control-prev:hover,.formio-dialog-component-settings .carousel-control-next:focus,.formio-dialog-component-settings .carousel-control-next:hover,.formio-dialog-component-settings .carousel-control-prev:focus,.formio-dialog-component-settings .carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.builder-component .carousel-control-prev,.DCFormBuilder .carousel-control-prev,.formio-dialog-component-settings .carousel-control-prev{left:0}.builder-component .carousel-control-next,.DCFormBuilder .carousel-control-next,.formio-dialog-component-settings .carousel-control-next{right:0}.builder-component .carousel-control-next-icon,.builder-component .carousel-control-prev-icon,.DCFormBuilder .carousel-control-next-icon,.DCFormBuilder .carousel-control-prev-icon,.formio-dialog-component-settings .carousel-control-next-icon,.formio-dialog-component-settings .carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.builder-component .carousel-control-prev-icon,.DCFormBuilder .carousel-control-prev-icon,.formio-dialog-component-settings .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.builder-component .carousel-control-next-icon,.DCFormBuilder .carousel-control-next-icon,.formio-dialog-component-settings .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.builder-component .carousel-indicators,.DCFormBuilder .carousel-indicators,.formio-dialog-component-settings .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.builder-component .carousel-indicators li,.DCFormBuilder .carousel-indicators li,.formio-dialog-component-settings .carousel-indicators li{box-sizing:initial;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.builder-component .carousel-indicators li,.DCFormBuilder .carousel-indicators li,.formio-dialog-component-settings .carousel-indicators li{transition:none}}.builder-component .carousel-indicators .active,.DCFormBuilder .carousel-indicators .active,.formio-dialog-component-settings .carousel-indicators .active{opacity:1}.builder-component .carousel-caption,.DCFormBuilder .carousel-caption,.formio-dialog-component-settings .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner-border{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.builder-component .spinner-border,.DCFormBuilder .spinner-border,.formio-dialog-component-settings .spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.builder-component .spinner-border-sm,.DCFormBuilder .spinner-border-sm,.formio-dialog-component-settings .spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.builder-component .spinner-grow,.DCFormBuilder .spinner-grow,.formio-dialog-component-settings .spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.builder-component .spinner-grow-sm,.DCFormBuilder .spinner-grow-sm,.formio-dialog-component-settings .spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){.builder-component .spinner-border,.builder-component .spinner-grow,.DCFormBuilder .spinner-border,.DCFormBuilder .spinner-grow,.formio-dialog-component-settings .spinner-border,.formio-dialog-component-settings .spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.builder-component .align-baseline,.DCFormBuilder .align-baseline,.formio-dialog-component-settings .align-baseline{vertical-align:initial!important}.builder-component .align-top,.DCFormBuilder .align-top,.formio-dialog-component-settings .align-top{vertical-align:top!important}.builder-component .align-middle,.DCFormBuilder .align-middle,.formio-dialog-component-settings .align-middle{vertical-align:middle!important}.builder-component .align-bottom,.DCFormBuilder .align-bottom,.formio-dialog-component-settings .align-bottom{vertical-align:bottom!important}.builder-component .align-text-bottom,.DCFormBuilder .align-text-bottom,.formio-dialog-component-settings .align-text-bottom{vertical-align:text-bottom!important}.builder-component .align-text-top,.DCFormBuilder .align-text-top,.formio-dialog-component-settings .align-text-top{vertical-align:text-top!important}.builder-component .bg-primary,.DCFormBuilder .bg-primary,.formio-dialog-component-settings .bg-primary{background-color:#2780e3!important}.builder-component a.bg-primary:focus,.builder-component a.bg-primary:hover,.builder-component button.bg-primary:focus,.builder-component button.bg-primary:hover,.DCFormBuilder a.bg-primary:focus,.DCFormBuilder a.bg-primary:hover,.DCFormBuilder button.bg-primary:focus,.DCFormBuilder button.bg-primary:hover,.formio-dialog-component-settings a.bg-primary:focus,.formio-dialog-component-settings a.bg-primary:hover,.formio-dialog-component-settings button.bg-primary:focus,.formio-dialog-component-settings button.bg-primary:hover{background-color:#1967be!important}.builder-component .bg-secondary,.DCFormBuilder .bg-secondary,.formio-dialog-component-settings .bg-secondary{background-color:#373a3c!important}.builder-component a.bg-secondary:focus,.builder-component a.bg-secondary:hover,.builder-component button.bg-secondary:focus,.builder-component button.bg-secondary:hover,.DCFormBuilder a.bg-secondary:focus,.DCFormBuilder a.bg-secondary:hover,.DCFormBuilder button.bg-secondary:focus,.DCFormBuilder button.bg-secondary:hover,.formio-dialog-component-settings a.bg-secondary:focus,.formio-dialog-component-settings a.bg-secondary:hover,.formio-dialog-component-settings button.bg-secondary:focus,.formio-dialog-component-settings button.bg-secondary:hover{background-color:#1f2021!important}.builder-component .bg-success,.DCFormBuilder .bg-success,.formio-dialog-component-settings .bg-success{background-color:#3fb618!important}.builder-component a.bg-success:focus,.builder-component a.bg-success:hover,.builder-component button.bg-success:focus,.builder-component button.bg-success:hover,.DCFormBuilder a.bg-success:focus,.DCFormBuilder a.bg-success:hover,.DCFormBuilder button.bg-success:focus,.DCFormBuilder button.bg-success:hover,.formio-dialog-component-settings a.bg-success:focus,.formio-dialog-component-settings a.bg-success:hover,.formio-dialog-component-settings button.bg-success:focus,.formio-dialog-component-settings button.bg-success:hover{background-color:#2f8912!important}.builder-component .bg-info,.DCFormBuilder .bg-info,.formio-dialog-component-settings .bg-info{background-color:#9954bb!important}.builder-component a.bg-info:focus,.builder-component a.bg-info:hover,.builder-component button.bg-info:focus,.builder-component button.bg-info:hover,.DCFormBuilder a.bg-info:focus,.DCFormBuilder a.bg-info:hover,.DCFormBuilder button.bg-info:focus,.DCFormBuilder button.bg-info:hover,.formio-dialog-component-settings a.bg-info:focus,.formio-dialog-component-settings a.bg-info:hover,.formio-dialog-component-settings button.bg-info:focus,.formio-dialog-component-settings button.bg-info:hover{background-color:#7e3f9d!important}.builder-component .bg-warning,.DCFormBuilder .bg-warning,.formio-dialog-component-settings .bg-warning{background-color:#ff7518!important}.builder-component a.bg-warning:focus,.builder-component a.bg-warning:hover,.builder-component button.bg-warning:focus,.builder-component button.bg-warning:hover,.DCFormBuilder a.bg-warning:focus,.DCFormBuilder a.bg-warning:hover,.DCFormBuilder button.bg-warning:focus,.DCFormBuilder button.bg-warning:hover,.formio-dialog-component-settings a.bg-warning:focus,.formio-dialog-component-settings a.bg-warning:hover,.formio-dialog-component-settings button.bg-warning:focus,.formio-dialog-component-settings button.bg-warning:hover{background-color:#e45c00!important}.builder-component .bg-danger,.DCFormBuilder .bg-danger,.formio-dialog-component-settings .bg-danger{background-color:#ff0039!important}.builder-component a.bg-danger:focus,.builder-component a.bg-danger:hover,.builder-component button.bg-danger:focus,.builder-component button.bg-danger:hover,.DCFormBuilder a.bg-danger:focus,.DCFormBuilder a.bg-danger:hover,.DCFormBuilder button.bg-danger:focus,.DCFormBuilder button.bg-danger:hover,.formio-dialog-component-settings a.bg-danger:focus,.formio-dialog-component-settings a.bg-danger:hover,.formio-dialog-component-settings button.bg-danger:focus,.formio-dialog-component-settings button.bg-danger:hover{background-color:#cc002e!important}.builder-component .bg-light,.DCFormBuilder .bg-light,.formio-dialog-component-settings .bg-light{background-color:#f8f9fa!important}.builder-component a.bg-light:focus,.builder-component a.bg-light:hover,.builder-component button.bg-light:focus,.builder-component button.bg-light:hover,.DCFormBuilder a.bg-light:focus,.DCFormBuilder a.bg-light:hover,.DCFormBuilder button.bg-light:focus,.DCFormBuilder button.bg-light:hover,.formio-dialog-component-settings a.bg-light:focus,.formio-dialog-component-settings a.bg-light:hover,.formio-dialog-component-settings button.bg-light:focus,.formio-dialog-component-settings button.bg-light:hover{background-color:#dae0e5!important}.builder-component .bg-dark,.DCFormBuilder .bg-dark,.formio-dialog-component-settings .bg-dark{background-color:#373a3c!important}.builder-component a.bg-dark:focus,.builder-component a.bg-dark:hover,.builder-component button.bg-dark:focus,.builder-component button.bg-dark:hover,.DCFormBuilder a.bg-dark:focus,.DCFormBuilder a.bg-dark:hover,.DCFormBuilder button.bg-dark:focus,.DCFormBuilder button.bg-dark:hover,.formio-dialog-component-settings a.bg-dark:focus,.formio-dialog-component-settings a.bg-dark:hover,.formio-dialog-component-settings button.bg-dark:focus,.formio-dialog-component-settings button.bg-dark:hover{background-color:#1f2021!important}.builder-component .bg-white,.DCFormBuilder .bg-white,.formio-dialog-component-settings .bg-white{background-color:#fff!important}.builder-component .bg-transparent,.DCFormBuilder .bg-transparent,.formio-dialog-component-settings .bg-transparent{background-color:transparent!important}.builder-component .border,.DCFormBuilder .border,.formio-dialog-component-settings .border{border:1px solid #dee2e6!important}.builder-component .border-top,.DCFormBuilder .border-top,.formio-dialog-component-settings .border-top{border-top:1px solid #dee2e6!important}.builder-component .border-right,.DCFormBuilder .border-right,.formio-dialog-component-settings .border-right{border-right:1px solid #dee2e6!important}.builder-component .border-bottom,.DCFormBuilder .border-bottom,.formio-dialog-component-settings .border-bottom{border-bottom:1px solid #dee2e6!important}.builder-component .border-left,.DCFormBuilder .border-left,.formio-dialog-component-settings .border-left{border-left:1px solid #dee2e6!important}.builder-component .border-0,.DCFormBuilder .border-0,.formio-dialog-component-settings .border-0{border:0!important}.builder-component .border-top-0,.DCFormBuilder .border-top-0,.formio-dialog-component-settings .border-top-0{border-top:0!important}.builder-component .border-right-0,.DCFormBuilder .border-right-0,.formio-dialog-component-settings .border-right-0{border-right:0!important}.builder-component .border-bottom-0,.DCFormBuilder .border-bottom-0,.formio-dialog-component-settings .border-bottom-0{border-bottom:0!important}.builder-component .border-left-0,.DCFormBuilder .border-left-0,.formio-dialog-component-settings .border-left-0{border-left:0!important}.builder-component .border-primary,.DCFormBuilder .border-primary,.formio-dialog-component-settings .border-primary{border-color:#2780e3!important}.builder-component .border-secondary,.DCFormBuilder .border-secondary,.formio-dialog-component-settings .border-secondary{border-color:#373a3c!important}.builder-component .border-success,.DCFormBuilder .border-success,.formio-dialog-component-settings .border-success{border-color:#3fb618!important}.builder-component .border-info,.DCFormBuilder .border-info,.formio-dialog-component-settings .border-info{border-color:#9954bb!important}.builder-component .border-warning,.DCFormBuilder .border-warning,.formio-dialog-component-settings .border-warning{border-color:#ff7518!important}.builder-component .border-danger,.DCFormBuilder .border-danger,.formio-dialog-component-settings .border-danger{border-color:#ff0039!important}.builder-component .border-light,.DCFormBuilder .border-light,.formio-dialog-component-settings .border-light{border-color:#f8f9fa!important}.builder-component .border-dark,.DCFormBuilder .border-dark,.formio-dialog-component-settings .border-dark{border-color:#373a3c!important}.builder-component .border-white,.DCFormBuilder .border-white,.formio-dialog-component-settings .border-white{border-color:#fff!important}.builder-component .rounded-sm,.DCFormBuilder .rounded-sm,.formio-dialog-component-settings .rounded-sm{border-radius:.2rem!important}.builder-component .rounded,.DCFormBuilder .rounded,.formio-dialog-component-settings .rounded{border-radius:.25rem!important}.builder-component .rounded-top,.DCFormBuilder .rounded-top,.formio-dialog-component-settings .rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.builder-component .rounded-right,.DCFormBuilder .rounded-right,.formio-dialog-component-settings .rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.builder-component .rounded-bottom,.DCFormBuilder .rounded-bottom,.formio-dialog-component-settings .rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.builder-component .rounded-left,.DCFormBuilder .rounded-left,.formio-dialog-component-settings .rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.builder-component .rounded-lg,.DCFormBuilder .rounded-lg,.formio-dialog-component-settings .rounded-lg{border-radius:.3rem!important}.builder-component .rounded-circle,.DCFormBuilder .rounded-circle,.formio-dialog-component-settings .rounded-circle{border-radius:50%!important}.builder-component .rounded-pill,.DCFormBuilder .rounded-pill,.formio-dialog-component-settings .rounded-pill{border-radius:50rem!important}.builder-component .rounded-0,.DCFormBuilder .rounded-0,.formio-dialog-component-settings .rounded-0{border-radius:0!important}.builder-component .clearfix:after,.DCFormBuilder .clearfix:after,.formio-dialog-component-settings .clearfix:after{display:block;clear:both;content:""}.builder-component .d-none,.DCFormBuilder .d-none,.formio-dialog-component-settings .d-none{display:none!important}.builder-component .d-inline,.DCFormBuilder .d-inline,.formio-dialog-component-settings .d-inline{display:inline!important}.builder-component .d-inline-block,.DCFormBuilder .d-inline-block,.formio-dialog-component-settings .d-inline-block{display:inline-block!important}.builder-component .d-block,.DCFormBuilder .d-block,.formio-dialog-component-settings .d-block{display:block!important}.builder-component .d-table,.DCFormBuilder .d-table,.formio-dialog-component-settings .d-table{display:table!important}.builder-component .d-table-row,.DCFormBuilder .d-table-row,.formio-dialog-component-settings .d-table-row{display:table-row!important}.builder-component .d-table-cell,.DCFormBuilder .d-table-cell,.formio-dialog-component-settings .d-table-cell{display:table-cell!important}.builder-component .d-flex,.DCFormBuilder .d-flex,.formio-dialog-component-settings .d-flex{display:flex!important}.builder-component .d-inline-flex,.DCFormBuilder .d-inline-flex,.formio-dialog-component-settings .d-inline-flex{display:inline-flex!important}@media(min-width:576px){.builder-component .d-sm-none,.DCFormBuilder .d-sm-none,.formio-dialog-component-settings .d-sm-none{display:none!important}.builder-component .d-sm-inline,.DCFormBuilder .d-sm-inline,.formio-dialog-component-settings .d-sm-inline{display:inline!important}.builder-component .d-sm-inline-block,.DCFormBuilder .d-sm-inline-block,.formio-dialog-component-settings .d-sm-inline-block{display:inline-block!important}.builder-component .d-sm-block,.DCFormBuilder .d-sm-block,.formio-dialog-component-settings .d-sm-block{display:block!important}.builder-component .d-sm-table,.DCFormBuilder .d-sm-table,.formio-dialog-component-settings .d-sm-table{display:table!important}.builder-component .d-sm-table-row,.DCFormBuilder .d-sm-table-row,.formio-dialog-component-settings .d-sm-table-row{display:table-row!important}.builder-component .d-sm-table-cell,.DCFormBuilder .d-sm-table-cell,.formio-dialog-component-settings .d-sm-table-cell{display:table-cell!important}.builder-component .d-sm-flex,.DCFormBuilder .d-sm-flex,.formio-dialog-component-settings .d-sm-flex{display:flex!important}.builder-component .d-sm-inline-flex,.DCFormBuilder .d-sm-inline-flex,.formio-dialog-component-settings .d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){.builder-component .d-md-none,.DCFormBuilder .d-md-none,.formio-dialog-component-settings .d-md-none{display:none!important}.builder-component .d-md-inline,.DCFormBuilder .d-md-inline,.formio-dialog-component-settings .d-md-inline{display:inline!important}.builder-component .d-md-inline-block,.DCFormBuilder .d-md-inline-block,.formio-dialog-component-settings .d-md-inline-block{display:inline-block!important}.builder-component .d-md-block,.DCFormBuilder .d-md-block,.formio-dialog-component-settings .d-md-block{display:block!important}.builder-component .d-md-table,.DCFormBuilder .d-md-table,.formio-dialog-component-settings .d-md-table{display:table!important}.builder-component .d-md-table-row,.DCFormBuilder .d-md-table-row,.formio-dialog-component-settings .d-md-table-row{display:table-row!important}.builder-component .d-md-table-cell,.DCFormBuilder .d-md-table-cell,.formio-dialog-component-settings .d-md-table-cell{display:table-cell!important}.builder-component .d-md-flex,.DCFormBuilder .d-md-flex,.formio-dialog-component-settings .d-md-flex{display:flex!important}.builder-component .d-md-inline-flex,.DCFormBuilder .d-md-inline-flex,.formio-dialog-component-settings .d-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){.builder-component .d-lg-none,.DCFormBuilder .d-lg-none,.formio-dialog-component-settings .d-lg-none{display:none!important}.builder-component .d-lg-inline,.DCFormBuilder .d-lg-inline,.formio-dialog-component-settings .d-lg-inline{display:inline!important}.builder-component .d-lg-inline-block,.DCFormBuilder .d-lg-inline-block,.formio-dialog-component-settings .d-lg-inline-block{display:inline-block!important}.builder-component .d-lg-block,.DCFormBuilder .d-lg-block,.formio-dialog-component-settings .d-lg-block{display:block!important}.builder-component .d-lg-table,.DCFormBuilder .d-lg-table,.formio-dialog-component-settings .d-lg-table{display:table!important}.builder-component .d-lg-table-row,.DCFormBuilder .d-lg-table-row,.formio-dialog-component-settings .d-lg-table-row{display:table-row!important}.builder-component .d-lg-table-cell,.DCFormBuilder .d-lg-table-cell,.formio-dialog-component-settings .d-lg-table-cell{display:table-cell!important}.builder-component .d-lg-flex,.DCFormBuilder .d-lg-flex,.formio-dialog-component-settings .d-lg-flex{display:flex!important}.builder-component .d-lg-inline-flex,.DCFormBuilder .d-lg-inline-flex,.formio-dialog-component-settings .d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1200px){.builder-component .d-xl-none,.DCFormBuilder .d-xl-none,.formio-dialog-component-settings .d-xl-none{display:none!important}.builder-component .d-xl-inline,.DCFormBuilder .d-xl-inline,.formio-dialog-component-settings .d-xl-inline{display:inline!important}.builder-component .d-xl-inline-block,.DCFormBuilder .d-xl-inline-block,.formio-dialog-component-settings .d-xl-inline-block{display:inline-block!important}.builder-component .d-xl-block,.DCFormBuilder .d-xl-block,.formio-dialog-component-settings .d-xl-block{display:block!important}.builder-component .d-xl-table,.DCFormBuilder .d-xl-table,.formio-dialog-component-settings .d-xl-table{display:table!important}.builder-component .d-xl-table-row,.DCFormBuilder .d-xl-table-row,.formio-dialog-component-settings .d-xl-table-row{display:table-row!important}.builder-component .d-xl-table-cell,.DCFormBuilder .d-xl-table-cell,.formio-dialog-component-settings .d-xl-table-cell{display:table-cell!important}.builder-component .d-xl-flex,.DCFormBuilder .d-xl-flex,.formio-dialog-component-settings .d-xl-flex{display:flex!important}.builder-component .d-xl-inline-flex,.DCFormBuilder .d-xl-inline-flex,.formio-dialog-component-settings .d-xl-inline-flex{display:inline-flex!important}}@media print{.builder-component .d-print-none,.DCFormBuilder .d-print-none,.formio-dialog-component-settings .d-print-none{display:none!important}.builder-component .d-print-inline,.DCFormBuilder .d-print-inline,.formio-dialog-component-settings .d-print-inline{display:inline!important}.builder-component .d-print-inline-block,.DCFormBuilder .d-print-inline-block,.formio-dialog-component-settings .d-print-inline-block{display:inline-block!important}.builder-component .d-print-block,.DCFormBuilder .d-print-block,.formio-dialog-component-settings .d-print-block{display:block!important}.builder-component .d-print-table,.DCFormBuilder .d-print-table,.formio-dialog-component-settings .d-print-table{display:table!important}.builder-component .d-print-table-row,.DCFormBuilder .d-print-table-row,.formio-dialog-component-settings .d-print-table-row{display:table-row!important}.builder-component .d-print-table-cell,.DCFormBuilder .d-print-table-cell,.formio-dialog-component-settings .d-print-table-cell{display:table-cell!important}.builder-component .d-print-flex,.DCFormBuilder .d-print-flex,.formio-dialog-component-settings .d-print-flex{display:flex!important}.builder-component .d-print-inline-flex,.DCFormBuilder .d-print-inline-flex,.formio-dialog-component-settings .d-print-inline-flex{display:inline-flex!important}}.builder-component .embed-responsive,.DCFormBuilder .embed-responsive,.formio-dialog-component-settings .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.builder-component .embed-responsive:before,.DCFormBuilder .embed-responsive:before,.formio-dialog-component-settings .embed-responsive:before{display:block;content:""}.builder-component .embed-responsive .embed-responsive-item,.builder-component .embed-responsive embed,.builder-component .embed-responsive iframe,.builder-component .embed-responsive object,.builder-component .embed-responsive video,.DCFormBuilder .embed-responsive .embed-responsive-item,.DCFormBuilder .embed-responsive embed,.DCFormBuilder .embed-responsive iframe,.DCFormBuilder .embed-responsive object,.DCFormBuilder .embed-responsive video,.formio-dialog-component-settings .embed-responsive .embed-responsive-item,.formio-dialog-component-settings .embed-responsive embed,.formio-dialog-component-settings .embed-responsive iframe,.formio-dialog-component-settings .embed-responsive object,.formio-dialog-component-settings .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.builder-component .embed-responsive-21by9:before,.DCFormBuilder .embed-responsive-21by9:before,.formio-dialog-component-settings .embed-responsive-21by9:before{padding-top:42.857143%}.builder-component .embed-responsive-16by9:before,.DCFormBuilder .embed-responsive-16by9:before,.formio-dialog-component-settings .embed-responsive-16by9:before{padding-top:56.25%}.builder-component .embed-responsive-4by3:before,.DCFormBuilder .embed-responsive-4by3:before,.formio-dialog-component-settings .embed-responsive-4by3:before{padding-top:75%}.builder-component .embed-responsive-1by1:before,.DCFormBuilder .embed-responsive-1by1:before,.formio-dialog-component-settings .embed-responsive-1by1:before{padding-top:100%}.builder-component .flex-row,.DCFormBuilder .flex-row,.formio-dialog-component-settings .flex-row{flex-direction:row!important}.builder-component .flex-column,.DCFormBuilder .flex-column,.formio-dialog-component-settings .flex-column{flex-direction:column!important}.builder-component .flex-row-reverse,.DCFormBuilder .flex-row-reverse,.formio-dialog-component-settings .flex-row-reverse{flex-direction:row-reverse!important}.builder-component .flex-column-reverse,.DCFormBuilder .flex-column-reverse,.formio-dialog-component-settings .flex-column-reverse{flex-direction:column-reverse!important}.builder-component .flex-wrap,.DCFormBuilder .flex-wrap,.formio-dialog-component-settings .flex-wrap{flex-wrap:wrap!important}.builder-component .flex-nowrap,.DCFormBuilder .flex-nowrap,.formio-dialog-component-settings .flex-nowrap{flex-wrap:nowrap!important}.builder-component .flex-wrap-reverse,.DCFormBuilder .flex-wrap-reverse,.formio-dialog-component-settings .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.builder-component .flex-fill,.DCFormBuilder .flex-fill,.formio-dialog-component-settings .flex-fill{flex:1 1 auto!important}.builder-component .flex-grow-0,.DCFormBuilder .flex-grow-0,.formio-dialog-component-settings .flex-grow-0{flex-grow:0!important}.builder-component .flex-grow-1,.DCFormBuilder .flex-grow-1,.formio-dialog-component-settings .flex-grow-1{flex-grow:1!important}.builder-component .flex-shrink-0,.DCFormBuilder .flex-shrink-0,.formio-dialog-component-settings .flex-shrink-0{flex-shrink:0!important}.builder-component .flex-shrink-1,.DCFormBuilder .flex-shrink-1,.formio-dialog-component-settings .flex-shrink-1{flex-shrink:1!important}.builder-component .justify-content-start,.DCFormBuilder .justify-content-start,.formio-dialog-component-settings .justify-content-start{justify-content:flex-start!important}.builder-component .justify-content-end,.DCFormBuilder .justify-content-end,.formio-dialog-component-settings .justify-content-end{justify-content:flex-end!important}.builder-component .justify-content-center,.DCFormBuilder .justify-content-center,.formio-dialog-component-settings .justify-content-center{justify-content:center!important}.builder-component .justify-content-between,.DCFormBuilder .justify-content-between,.formio-dialog-component-settings .justify-content-between{justify-content:space-between!important}.builder-component .justify-content-around,.DCFormBuilder .justify-content-around,.formio-dialog-component-settings .justify-content-around{justify-content:space-around!important}.builder-component .align-items-start,.DCFormBuilder .align-items-start,.formio-dialog-component-settings .align-items-start{align-items:flex-start!important}.builder-component .align-items-end,.DCFormBuilder .align-items-end,.formio-dialog-component-settings .align-items-end{align-items:flex-end!important}.builder-component .align-items-center,.DCFormBuilder .align-items-center,.formio-dialog-component-settings .align-items-center{align-items:center!important}.builder-component .align-items-baseline,.DCFormBuilder .align-items-baseline,.formio-dialog-component-settings .align-items-baseline{align-items:baseline!important}.builder-component .align-items-stretch,.DCFormBuilder .align-items-stretch,.formio-dialog-component-settings .align-items-stretch{align-items:stretch!important}.builder-component .align-content-start,.DCFormBuilder .align-content-start,.formio-dialog-component-settings .align-content-start{align-content:flex-start!important}.builder-component .align-content-end,.DCFormBuilder .align-content-end,.formio-dialog-component-settings .align-content-end{align-content:flex-end!important}.builder-component .align-content-center,.DCFormBuilder .align-content-center,.formio-dialog-component-settings .align-content-center{align-content:center!important}.builder-component .align-content-between,.DCFormBuilder .align-content-between,.formio-dialog-component-settings .align-content-between{align-content:space-between!important}.builder-component .align-content-around,.DCFormBuilder .align-content-around,.formio-dialog-component-settings .align-content-around{align-content:space-around!important}.builder-component .align-content-stretch,.DCFormBuilder .align-content-stretch,.formio-dialog-component-settings .align-content-stretch{align-content:stretch!important}.builder-component .align-self-auto,.DCFormBuilder .align-self-auto,.formio-dialog-component-settings .align-self-auto{align-self:auto!important}.builder-component .align-self-start,.DCFormBuilder .align-self-start,.formio-dialog-component-settings .align-self-start{align-self:flex-start!important}.builder-component .align-self-end,.DCFormBuilder .align-self-end,.formio-dialog-component-settings .align-self-end{align-self:flex-end!important}.builder-component .align-self-center,.DCFormBuilder .align-self-center,.formio-dialog-component-settings .align-self-center{align-self:center!important}.builder-component .align-self-baseline,.DCFormBuilder .align-self-baseline,.formio-dialog-component-settings .align-self-baseline{align-self:baseline!important}.builder-component .align-self-stretch,.DCFormBuilder .align-self-stretch,.formio-dialog-component-settings .align-self-stretch{align-self:stretch!important}@media(min-width:576px){.builder-component .flex-sm-row,.DCFormBuilder .flex-sm-row,.formio-dialog-component-settings .flex-sm-row{flex-direction:row!important}.builder-component .flex-sm-column,.DCFormBuilder .flex-sm-column,.formio-dialog-component-settings .flex-sm-column{flex-direction:column!important}.builder-component .flex-sm-row-reverse,.DCFormBuilder .flex-sm-row-reverse,.formio-dialog-component-settings .flex-sm-row-reverse{flex-direction:row-reverse!important}.builder-component .flex-sm-column-reverse,.DCFormBuilder .flex-sm-column-reverse,.formio-dialog-component-settings .flex-sm-column-reverse{flex-direction:column-reverse!important}.builder-component .flex-sm-wrap,.DCFormBuilder .flex-sm-wrap,.formio-dialog-component-settings .flex-sm-wrap{flex-wrap:wrap!important}.builder-component .flex-sm-nowrap,.DCFormBuilder .flex-sm-nowrap,.formio-dialog-component-settings .flex-sm-nowrap{flex-wrap:nowrap!important}.builder-component .flex-sm-wrap-reverse,.DCFormBuilder .flex-sm-wrap-reverse,.formio-dialog-component-settings .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.builder-component .flex-sm-fill,.DCFormBuilder .flex-sm-fill,.formio-dialog-component-settings .flex-sm-fill{flex:1 1 auto!important}.builder-component .flex-sm-grow-0,.DCFormBuilder .flex-sm-grow-0,.formio-dialog-component-settings .flex-sm-grow-0{flex-grow:0!important}.builder-component .flex-sm-grow-1,.DCFormBuilder .flex-sm-grow-1,.formio-dialog-component-settings .flex-sm-grow-1{flex-grow:1!important}.builder-component .flex-sm-shrink-0,.DCFormBuilder .flex-sm-shrink-0,.formio-dialog-component-settings .flex-sm-shrink-0{flex-shrink:0!important}.builder-component .flex-sm-shrink-1,.DCFormBuilder .flex-sm-shrink-1,.formio-dialog-component-settings .flex-sm-shrink-1{flex-shrink:1!important}.builder-component .justify-content-sm-start,.DCFormBuilder .justify-content-sm-start,.formio-dialog-component-settings .justify-content-sm-start{justify-content:flex-start!important}.builder-component .justify-content-sm-end,.DCFormBuilder .justify-content-sm-end,.formio-dialog-component-settings .justify-content-sm-end{justify-content:flex-end!important}.builder-component .justify-content-sm-center,.DCFormBuilder .justify-content-sm-center,.formio-dialog-component-settings .justify-content-sm-center{justify-content:center!important}.builder-component .justify-content-sm-between,.DCFormBuilder .justify-content-sm-between,.formio-dialog-component-settings .justify-content-sm-between{justify-content:space-between!important}.builder-component .justify-content-sm-around,.DCFormBuilder .justify-content-sm-around,.formio-dialog-component-settings .justify-content-sm-around{justify-content:space-around!important}.builder-component .align-items-sm-start,.DCFormBuilder .align-items-sm-start,.formio-dialog-component-settings .align-items-sm-start{align-items:flex-start!important}.builder-component .align-items-sm-end,.DCFormBuilder .align-items-sm-end,.formio-dialog-component-settings .align-items-sm-end{align-items:flex-end!important}.builder-component .align-items-sm-center,.DCFormBuilder .align-items-sm-center,.formio-dialog-component-settings .align-items-sm-center{align-items:center!important}.builder-component .align-items-sm-baseline,.DCFormBuilder .align-items-sm-baseline,.formio-dialog-component-settings .align-items-sm-baseline{align-items:baseline!important}.builder-component .align-items-sm-stretch,.DCFormBuilder .align-items-sm-stretch,.formio-dialog-component-settings .align-items-sm-stretch{align-items:stretch!important}.builder-component .align-content-sm-start,.DCFormBuilder .align-content-sm-start,.formio-dialog-component-settings .align-content-sm-start{align-content:flex-start!important}.builder-component .align-content-sm-end,.DCFormBuilder .align-content-sm-end,.formio-dialog-component-settings .align-content-sm-end{align-content:flex-end!important}.builder-component .align-content-sm-center,.DCFormBuilder .align-content-sm-center,.formio-dialog-component-settings .align-content-sm-center{align-content:center!important}.builder-component .align-content-sm-between,.DCFormBuilder .align-content-sm-between,.formio-dialog-component-settings .align-content-sm-between{align-content:space-between!important}.builder-component .align-content-sm-around,.DCFormBuilder .align-content-sm-around,.formio-dialog-component-settings .align-content-sm-around{align-content:space-around!important}.builder-component .align-content-sm-stretch,.DCFormBuilder .align-content-sm-stretch,.formio-dialog-component-settings .align-content-sm-stretch{align-content:stretch!important}.builder-component .align-self-sm-auto,.DCFormBuilder .align-self-sm-auto,.formio-dialog-component-settings .align-self-sm-auto{align-self:auto!important}.builder-component .align-self-sm-start,.DCFormBuilder .align-self-sm-start,.formio-dialog-component-settings .align-self-sm-start{align-self:flex-start!important}.builder-component .align-self-sm-end,.DCFormBuilder .align-self-sm-end,.formio-dialog-component-settings .align-self-sm-end{align-self:flex-end!important}.builder-component .align-self-sm-center,.DCFormBuilder .align-self-sm-center,.formio-dialog-component-settings .align-self-sm-center{align-self:center!important}.builder-component .align-self-sm-baseline,.DCFormBuilder .align-self-sm-baseline,.formio-dialog-component-settings .align-self-sm-baseline{align-self:baseline!important}.builder-component .align-self-sm-stretch,.DCFormBuilder .align-self-sm-stretch,.formio-dialog-component-settings .align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){.builder-component .flex-md-row,.DCFormBuilder .flex-md-row,.formio-dialog-component-settings .flex-md-row{flex-direction:row!important}.builder-component .flex-md-column,.DCFormBuilder .flex-md-column,.formio-dialog-component-settings .flex-md-column{flex-direction:column!important}.builder-component .flex-md-row-reverse,.DCFormBuilder .flex-md-row-reverse,.formio-dialog-component-settings .flex-md-row-reverse{flex-direction:row-reverse!important}.builder-component .flex-md-column-reverse,.DCFormBuilder .flex-md-column-reverse,.formio-dialog-component-settings .flex-md-column-reverse{flex-direction:column-reverse!important}.builder-component .flex-md-wrap,.DCFormBuilder .flex-md-wrap,.formio-dialog-component-settings .flex-md-wrap{flex-wrap:wrap!important}.builder-component .flex-md-nowrap,.DCFormBuilder .flex-md-nowrap,.formio-dialog-component-settings .flex-md-nowrap{flex-wrap:nowrap!important}.builder-component .flex-md-wrap-reverse,.DCFormBuilder .flex-md-wrap-reverse,.formio-dialog-component-settings .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.builder-component .flex-md-fill,.DCFormBuilder .flex-md-fill,.formio-dialog-component-settings .flex-md-fill{flex:1 1 auto!important}.builder-component .flex-md-grow-0,.DCFormBuilder .flex-md-grow-0,.formio-dialog-component-settings .flex-md-grow-0{flex-grow:0!important}.builder-component .flex-md-grow-1,.DCFormBuilder .flex-md-grow-1,.formio-dialog-component-settings .flex-md-grow-1{flex-grow:1!important}.builder-component .flex-md-shrink-0,.DCFormBuilder .flex-md-shrink-0,.formio-dialog-component-settings .flex-md-shrink-0{flex-shrink:0!important}.builder-component .flex-md-shrink-1,.DCFormBuilder .flex-md-shrink-1,.formio-dialog-component-settings .flex-md-shrink-1{flex-shrink:1!important}.builder-component .justify-content-md-start,.DCFormBuilder .justify-content-md-start,.formio-dialog-component-settings .justify-content-md-start{justify-content:flex-start!important}.builder-component .justify-content-md-end,.DCFormBuilder .justify-content-md-end,.formio-dialog-component-settings .justify-content-md-end{justify-content:flex-end!important}.builder-component .justify-content-md-center,.DCFormBuilder .justify-content-md-center,.formio-dialog-component-settings .justify-content-md-center{justify-content:center!important}.builder-component .justify-content-md-between,.DCFormBuilder .justify-content-md-between,.formio-dialog-component-settings .justify-content-md-between{justify-content:space-between!important}.builder-component .justify-content-md-around,.DCFormBuilder .justify-content-md-around,.formio-dialog-component-settings .justify-content-md-around{justify-content:space-around!important}.builder-component .align-items-md-start,.DCFormBuilder .align-items-md-start,.formio-dialog-component-settings .align-items-md-start{align-items:flex-start!important}.builder-component .align-items-md-end,.DCFormBuilder .align-items-md-end,.formio-dialog-component-settings .align-items-md-end{align-items:flex-end!important}.builder-component .align-items-md-center,.DCFormBuilder .align-items-md-center,.formio-dialog-component-settings .align-items-md-center{align-items:center!important}.builder-component .align-items-md-baseline,.DCFormBuilder .align-items-md-baseline,.formio-dialog-component-settings .align-items-md-baseline{align-items:baseline!important}.builder-component .align-items-md-stretch,.DCFormBuilder .align-items-md-stretch,.formio-dialog-component-settings .align-items-md-stretch{align-items:stretch!important}.builder-component .align-content-md-start,.DCFormBuilder .align-content-md-start,.formio-dialog-component-settings .align-content-md-start{align-content:flex-start!important}.builder-component .align-content-md-end,.DCFormBuilder .align-content-md-end,.formio-dialog-component-settings .align-content-md-end{align-content:flex-end!important}.builder-component .align-content-md-center,.DCFormBuilder .align-content-md-center,.formio-dialog-component-settings .align-content-md-center{align-content:center!important}.builder-component .align-content-md-between,.DCFormBuilder .align-content-md-between,.formio-dialog-component-settings .align-content-md-between{align-content:space-between!important}.builder-component .align-content-md-around,.DCFormBuilder .align-content-md-around,.formio-dialog-component-settings .align-content-md-around{align-content:space-around!important}.builder-component .align-content-md-stretch,.DCFormBuilder .align-content-md-stretch,.formio-dialog-component-settings .align-content-md-stretch{align-content:stretch!important}.builder-component .align-self-md-auto,.DCFormBuilder .align-self-md-auto,.formio-dialog-component-settings .align-self-md-auto{align-self:auto!important}.builder-component .align-self-md-start,.DCFormBuilder .align-self-md-start,.formio-dialog-component-settings .align-self-md-start{align-self:flex-start!important}.builder-component .align-self-md-end,.DCFormBuilder .align-self-md-end,.formio-dialog-component-settings .align-self-md-end{align-self:flex-end!important}.builder-component .align-self-md-center,.DCFormBuilder .align-self-md-center,.formio-dialog-component-settings .align-self-md-center{align-self:center!important}.builder-component .align-self-md-baseline,.DCFormBuilder .align-self-md-baseline,.formio-dialog-component-settings .align-self-md-baseline{align-self:baseline!important}.builder-component .align-self-md-stretch,.DCFormBuilder .align-self-md-stretch,.formio-dialog-component-settings .align-self-md-stretch{align-self:stretch!important}}@media(min-width:992px){.builder-component .flex-lg-row,.DCFormBuilder .flex-lg-row,.formio-dialog-component-settings .flex-lg-row{flex-direction:row!important}.builder-component .flex-lg-column,.DCFormBuilder .flex-lg-column,.formio-dialog-component-settings .flex-lg-column{flex-direction:column!important}.builder-component .flex-lg-row-reverse,.DCFormBuilder .flex-lg-row-reverse,.formio-dialog-component-settings .flex-lg-row-reverse{flex-direction:row-reverse!important}.builder-component .flex-lg-column-reverse,.DCFormBuilder .flex-lg-column-reverse,.formio-dialog-component-settings .flex-lg-column-reverse{flex-direction:column-reverse!important}.builder-component .flex-lg-wrap,.DCFormBuilder .flex-lg-wrap,.formio-dialog-component-settings .flex-lg-wrap{flex-wrap:wrap!important}.builder-component .flex-lg-nowrap,.DCFormBuilder .flex-lg-nowrap,.formio-dialog-component-settings .flex-lg-nowrap{flex-wrap:nowrap!important}.builder-component .flex-lg-wrap-reverse,.DCFormBuilder .flex-lg-wrap-reverse,.formio-dialog-component-settings .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.builder-component .flex-lg-fill,.DCFormBuilder .flex-lg-fill,.formio-dialog-component-settings .flex-lg-fill{flex:1 1 auto!important}.builder-component .flex-lg-grow-0,.DCFormBuilder .flex-lg-grow-0,.formio-dialog-component-settings .flex-lg-grow-0{flex-grow:0!important}.builder-component .flex-lg-grow-1,.DCFormBuilder .flex-lg-grow-1,.formio-dialog-component-settings .flex-lg-grow-1{flex-grow:1!important}.builder-component .flex-lg-shrink-0,.DCFormBuilder .flex-lg-shrink-0,.formio-dialog-component-settings .flex-lg-shrink-0{flex-shrink:0!important}.builder-component .flex-lg-shrink-1,.DCFormBuilder .flex-lg-shrink-1,.formio-dialog-component-settings .flex-lg-shrink-1{flex-shrink:1!important}.builder-component .justify-content-lg-start,.DCFormBuilder .justify-content-lg-start,.formio-dialog-component-settings .justify-content-lg-start{justify-content:flex-start!important}.builder-component .justify-content-lg-end,.DCFormBuilder .justify-content-lg-end,.formio-dialog-component-settings .justify-content-lg-end{justify-content:flex-end!important}.builder-component .justify-content-lg-center,.DCFormBuilder .justify-content-lg-center,.formio-dialog-component-settings .justify-content-lg-center{justify-content:center!important}.builder-component .justify-content-lg-between,.DCFormBuilder .justify-content-lg-between,.formio-dialog-component-settings .justify-content-lg-between{justify-content:space-between!important}.builder-component .justify-content-lg-around,.DCFormBuilder .justify-content-lg-around,.formio-dialog-component-settings .justify-content-lg-around{justify-content:space-around!important}.builder-component .align-items-lg-start,.DCFormBuilder .align-items-lg-start,.formio-dialog-component-settings .align-items-lg-start{align-items:flex-start!important}.builder-component .align-items-lg-end,.DCFormBuilder .align-items-lg-end,.formio-dialog-component-settings .align-items-lg-end{align-items:flex-end!important}.builder-component .align-items-lg-center,.DCFormBuilder .align-items-lg-center,.formio-dialog-component-settings .align-items-lg-center{align-items:center!important}.builder-component .align-items-lg-baseline,.DCFormBuilder .align-items-lg-baseline,.formio-dialog-component-settings .align-items-lg-baseline{align-items:baseline!important}.builder-component .align-items-lg-stretch,.DCFormBuilder .align-items-lg-stretch,.formio-dialog-component-settings .align-items-lg-stretch{align-items:stretch!important}.builder-component .align-content-lg-start,.DCFormBuilder .align-content-lg-start,.formio-dialog-component-settings .align-content-lg-start{align-content:flex-start!important}.builder-component .align-content-lg-end,.DCFormBuilder .align-content-lg-end,.formio-dialog-component-settings .align-content-lg-end{align-content:flex-end!important}.builder-component .align-content-lg-center,.DCFormBuilder .align-content-lg-center,.formio-dialog-component-settings .align-content-lg-center{align-content:center!important}.builder-component .align-content-lg-between,.DCFormBuilder .align-content-lg-between,.formio-dialog-component-settings .align-content-lg-between{align-content:space-between!important}.builder-component .align-content-lg-around,.DCFormBuilder .align-content-lg-around,.formio-dialog-component-settings .align-content-lg-around{align-content:space-around!important}.builder-component .align-content-lg-stretch,.DCFormBuilder .align-content-lg-stretch,.formio-dialog-component-settings .align-content-lg-stretch{align-content:stretch!important}.builder-component .align-self-lg-auto,.DCFormBuilder .align-self-lg-auto,.formio-dialog-component-settings .align-self-lg-auto{align-self:auto!important}.builder-component .align-self-lg-start,.DCFormBuilder .align-self-lg-start,.formio-dialog-component-settings .align-self-lg-start{align-self:flex-start!important}.builder-component .align-self-lg-end,.DCFormBuilder .align-self-lg-end,.formio-dialog-component-settings .align-self-lg-end{align-self:flex-end!important}.builder-component .align-self-lg-center,.DCFormBuilder .align-self-lg-center,.formio-dialog-component-settings .align-self-lg-center{align-self:center!important}.builder-component .align-self-lg-baseline,.DCFormBuilder .align-self-lg-baseline,.formio-dialog-component-settings .align-self-lg-baseline{align-self:baseline!important}.builder-component .align-self-lg-stretch,.DCFormBuilder .align-self-lg-stretch,.formio-dialog-component-settings .align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1200px){.builder-component .flex-xl-row,.DCFormBuilder .flex-xl-row,.formio-dialog-component-settings .flex-xl-row{flex-direction:row!important}.builder-component .flex-xl-column,.DCFormBuilder .flex-xl-column,.formio-dialog-component-settings .flex-xl-column{flex-direction:column!important}.builder-component .flex-xl-row-reverse,.DCFormBuilder .flex-xl-row-reverse,.formio-dialog-component-settings .flex-xl-row-reverse{flex-direction:row-reverse!important}.builder-component .flex-xl-column-reverse,.DCFormBuilder .flex-xl-column-reverse,.formio-dialog-component-settings .flex-xl-column-reverse{flex-direction:column-reverse!important}.builder-component .flex-xl-wrap,.DCFormBuilder .flex-xl-wrap,.formio-dialog-component-settings .flex-xl-wrap{flex-wrap:wrap!important}.builder-component .flex-xl-nowrap,.DCFormBuilder .flex-xl-nowrap,.formio-dialog-component-settings .flex-xl-nowrap{flex-wrap:nowrap!important}.builder-component .flex-xl-wrap-reverse,.DCFormBuilder .flex-xl-wrap-reverse,.formio-dialog-component-settings .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.builder-component .flex-xl-fill,.DCFormBuilder .flex-xl-fill,.formio-dialog-component-settings .flex-xl-fill{flex:1 1 auto!important}.builder-component .flex-xl-grow-0,.DCFormBuilder .flex-xl-grow-0,.formio-dialog-component-settings .flex-xl-grow-0{flex-grow:0!important}.builder-component .flex-xl-grow-1,.DCFormBuilder .flex-xl-grow-1,.formio-dialog-component-settings .flex-xl-grow-1{flex-grow:1!important}.builder-component .flex-xl-shrink-0,.DCFormBuilder .flex-xl-shrink-0,.formio-dialog-component-settings .flex-xl-shrink-0{flex-shrink:0!important}.builder-component .flex-xl-shrink-1,.DCFormBuilder .flex-xl-shrink-1,.formio-dialog-component-settings .flex-xl-shrink-1{flex-shrink:1!important}.builder-component .justify-content-xl-start,.DCFormBuilder .justify-content-xl-start,.formio-dialog-component-settings .justify-content-xl-start{justify-content:flex-start!important}.builder-component .justify-content-xl-end,.DCFormBuilder .justify-content-xl-end,.formio-dialog-component-settings .justify-content-xl-end{justify-content:flex-end!important}.builder-component .justify-content-xl-center,.DCFormBuilder .justify-content-xl-center,.formio-dialog-component-settings .justify-content-xl-center{justify-content:center!important}.builder-component .justify-content-xl-between,.DCFormBuilder .justify-content-xl-between,.formio-dialog-component-settings .justify-content-xl-between{justify-content:space-between!important}.builder-component .justify-content-xl-around,.DCFormBuilder .justify-content-xl-around,.formio-dialog-component-settings .justify-content-xl-around{justify-content:space-around!important}.builder-component .align-items-xl-start,.DCFormBuilder .align-items-xl-start,.formio-dialog-component-settings .align-items-xl-start{align-items:flex-start!important}.builder-component .align-items-xl-end,.DCFormBuilder .align-items-xl-end,.formio-dialog-component-settings .align-items-xl-end{align-items:flex-end!important}.builder-component .align-items-xl-center,.DCFormBuilder .align-items-xl-center,.formio-dialog-component-settings .align-items-xl-center{align-items:center!important}.builder-component .align-items-xl-baseline,.DCFormBuilder .align-items-xl-baseline,.formio-dialog-component-settings .align-items-xl-baseline{align-items:baseline!important}.builder-component .align-items-xl-stretch,.DCFormBuilder .align-items-xl-stretch,.formio-dialog-component-settings .align-items-xl-stretch{align-items:stretch!important}.builder-component .align-content-xl-start,.DCFormBuilder .align-content-xl-start,.formio-dialog-component-settings .align-content-xl-start{align-content:flex-start!important}.builder-component .align-content-xl-end,.DCFormBuilder .align-content-xl-end,.formio-dialog-component-settings .align-content-xl-end{align-content:flex-end!important}.builder-component .align-content-xl-center,.DCFormBuilder .align-content-xl-center,.formio-dialog-component-settings .align-content-xl-center{align-content:center!important}.builder-component .align-content-xl-between,.DCFormBuilder .align-content-xl-between,.formio-dialog-component-settings .align-content-xl-between{align-content:space-between!important}.builder-component .align-content-xl-around,.DCFormBuilder .align-content-xl-around,.formio-dialog-component-settings .align-content-xl-around{align-content:space-around!important}.builder-component .align-content-xl-stretch,.DCFormBuilder .align-content-xl-stretch,.formio-dialog-component-settings .align-content-xl-stretch{align-content:stretch!important}.builder-component .align-self-xl-auto,.DCFormBuilder .align-self-xl-auto,.formio-dialog-component-settings .align-self-xl-auto{align-self:auto!important}.builder-component .align-self-xl-start,.DCFormBuilder .align-self-xl-start,.formio-dialog-component-settings .align-self-xl-start{align-self:flex-start!important}.builder-component .align-self-xl-end,.DCFormBuilder .align-self-xl-end,.formio-dialog-component-settings .align-self-xl-end{align-self:flex-end!important}.builder-component .align-self-xl-center,.DCFormBuilder .align-self-xl-center,.formio-dialog-component-settings .align-self-xl-center{align-self:center!important}.builder-component .align-self-xl-baseline,.DCFormBuilder .align-self-xl-baseline,.formio-dialog-component-settings .align-self-xl-baseline{align-self:baseline!important}.builder-component .align-self-xl-stretch,.DCFormBuilder .align-self-xl-stretch,.formio-dialog-component-settings .align-self-xl-stretch{align-self:stretch!important}}.builder-component .float-left,.DCFormBuilder .float-left,.formio-dialog-component-settings .float-left{float:left!important}.builder-component .float-right,.DCFormBuilder .float-right,.formio-dialog-component-settings .float-right{float:right!important}.builder-component .float-none,.DCFormBuilder .float-none,.formio-dialog-component-settings .float-none{float:none!important}@media(min-width:576px){.builder-component .float-sm-left,.DCFormBuilder .float-sm-left,.formio-dialog-component-settings .float-sm-left{float:left!important}.builder-component .float-sm-right,.DCFormBuilder .float-sm-right,.formio-dialog-component-settings .float-sm-right{float:right!important}.builder-component .float-sm-none,.DCFormBuilder .float-sm-none,.formio-dialog-component-settings .float-sm-none{float:none!important}}@media(min-width:768px){.builder-component .float-md-left,.DCFormBuilder .float-md-left,.formio-dialog-component-settings .float-md-left{float:left!important}.builder-component .float-md-right,.DCFormBuilder .float-md-right,.formio-dialog-component-settings .float-md-right{float:right!important}.builder-component .float-md-none,.DCFormBuilder .float-md-none,.formio-dialog-component-settings .float-md-none{float:none!important}}@media(min-width:992px){.builder-component .float-lg-left,.DCFormBuilder .float-lg-left,.formio-dialog-component-settings .float-lg-left{float:left!important}.builder-component .float-lg-right,.DCFormBuilder .float-lg-right,.formio-dialog-component-settings .float-lg-right{float:right!important}.builder-component .float-lg-none,.DCFormBuilder .float-lg-none,.formio-dialog-component-settings .float-lg-none{float:none!important}}@media(min-width:1200px){.builder-component .float-xl-left,.DCFormBuilder .float-xl-left,.formio-dialog-component-settings .float-xl-left{float:left!important}.builder-component .float-xl-right,.DCFormBuilder .float-xl-right,.formio-dialog-component-settings .float-xl-right{float:right!important}.builder-component .float-xl-none,.DCFormBuilder .float-xl-none,.formio-dialog-component-settings .float-xl-none{float:none!important}}.builder-component .user-select-all,.DCFormBuilder .user-select-all,.formio-dialog-component-settings .user-select-all{-webkit-user-select:all!important;user-select:all!important}.builder-component .user-select-auto,.DCFormBuilder .user-select-auto,.formio-dialog-component-settings .user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.builder-component .user-select-none,.DCFormBuilder .user-select-none,.formio-dialog-component-settings .user-select-none{-webkit-user-select:none!important;user-select:none!important}.builder-component .overflow-auto,.DCFormBuilder .overflow-auto,.formio-dialog-component-settings .overflow-auto{overflow:auto!important}.builder-component .overflow-hidden,.DCFormBuilder .overflow-hidden,.formio-dialog-component-settings .overflow-hidden{overflow:hidden!important}.builder-component .position-static,.DCFormBuilder .position-static,.formio-dialog-component-settings .position-static{position:static!important}.builder-component .position-relative,.DCFormBuilder .position-relative,.formio-dialog-component-settings .position-relative{position:relative!important}.builder-component .position-absolute,.DCFormBuilder .position-absolute,.formio-dialog-component-settings .position-absolute{position:absolute!important}.builder-component .position-fixed,.DCFormBuilder .position-fixed,.formio-dialog-component-settings .position-fixed{position:fixed!important}.builder-component .position-sticky,.DCFormBuilder .position-sticky,.formio-dialog-component-settings .position-sticky{position:-webkit-sticky!important;position:sticky!important}.builder-component .fixed-top,.DCFormBuilder .fixed-top,.formio-dialog-component-settings .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.builder-component .fixed-bottom,.DCFormBuilder .fixed-bottom,.formio-dialog-component-settings .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports((position:-webkit-sticky) or (position:sticky)){.builder-component .sticky-top,.DCFormBuilder .sticky-top,.formio-dialog-component-settings .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.builder-component .sr-only,.DCFormBuilder .sr-only,.formio-dialog-component-settings .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.builder-component .sr-only-focusable:active,.builder-component .sr-only-focusable:focus,.DCFormBuilder .sr-only-focusable:active,.DCFormBuilder .sr-only-focusable:focus,.formio-dialog-component-settings .sr-only-focusable:active,.formio-dialog-component-settings .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.builder-component .shadow-sm,.DCFormBuilder .shadow-sm,.formio-dialog-component-settings .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.builder-component .shadow,.DCFormBuilder .shadow,.formio-dialog-component-settings .shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.builder-component .shadow-lg,.DCFormBuilder .shadow-lg,.formio-dialog-component-settings .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.builder-component .shadow-none,.DCFormBuilder .shadow-none,.formio-dialog-component-settings .shadow-none{box-shadow:none!important}.builder-component .w-25,.DCFormBuilder .w-25,.formio-dialog-component-settings .w-25{width:25%!important}.builder-component .w-50,.DCFormBuilder .w-50,.formio-dialog-component-settings .w-50{width:50%!important}.builder-component .w-75,.DCFormBuilder .w-75,.formio-dialog-component-settings .w-75{width:75%!important}.builder-component .w-100,.DCFormBuilder .w-100,.formio-dialog-component-settings .w-100{width:100%!important}.builder-component .w-auto,.DCFormBuilder .w-auto,.formio-dialog-component-settings .w-auto{width:auto!important}.builder-component .h-25,.DCFormBuilder .h-25,.formio-dialog-component-settings .h-25{height:25%!important}.builder-component .h-50,.DCFormBuilder .h-50,.formio-dialog-component-settings .h-50{height:50%!important}.builder-component .h-75,.DCFormBuilder .h-75,.formio-dialog-component-settings .h-75{height:75%!important}.builder-component .h-100,.DCFormBuilder .h-100,.formio-dialog-component-settings .h-100{height:100%!important}.builder-component .h-auto,.DCFormBuilder .h-auto,.formio-dialog-component-settings .h-auto{height:auto!important}.builder-component .mw-100,.DCFormBuilder .mw-100,.formio-dialog-component-settings .mw-100{max-width:100%!important}.builder-component .mh-100,.DCFormBuilder .mh-100,.formio-dialog-component-settings .mh-100{max-height:100%!important}.builder-component .min-vw-100,.DCFormBuilder .min-vw-100,.formio-dialog-component-settings .min-vw-100{min-width:100vw!important}.builder-component .min-vh-100,.DCFormBuilder .min-vh-100,.formio-dialog-component-settings .min-vh-100{min-height:100vh!important}.builder-component .vw-100,.DCFormBuilder .vw-100,.formio-dialog-component-settings .vw-100{width:100vw!important}.builder-component .vh-100,.DCFormBuilder .vh-100,.formio-dialog-component-settings .vh-100{height:100vh!important}.builder-component .m-0,.DCFormBuilder .m-0,.formio-dialog-component-settings .m-0{margin:0!important}.builder-component .mt-0,.builder-component .my-0,.DCFormBuilder .mt-0,.DCFormBuilder .my-0,.formio-dialog-component-settings .mt-0,.formio-dialog-component-settings .my-0{margin-top:0!important}.builder-component .mr-0,.builder-component .mx-0,.DCFormBuilder .mr-0,.DCFormBuilder .mx-0,.formio-dialog-component-settings .mr-0,.formio-dialog-component-settings .mx-0{margin-right:0!important}.builder-component .mb-0,.builder-component .my-0,.DCFormBuilder .mb-0,.DCFormBuilder .my-0,.formio-dialog-component-settings .mb-0,.formio-dialog-component-settings .my-0{margin-bottom:0!important}.builder-component .ml-0,.builder-component .mx-0,.DCFormBuilder .ml-0,.DCFormBuilder .mx-0,.formio-dialog-component-settings .ml-0,.formio-dialog-component-settings .mx-0{margin-left:0!important}.builder-component .m-1,.DCFormBuilder .m-1,.formio-dialog-component-settings .m-1{margin:.25rem!important}.builder-component .mt-1,.builder-component .my-1,.DCFormBuilder .mt-1,.DCFormBuilder .my-1,.formio-dialog-component-settings .mt-1,.formio-dialog-component-settings .my-1{margin-top:.25rem!important}.builder-component .mr-1,.builder-component .mx-1,.DCFormBuilder .mr-1,.DCFormBuilder .mx-1,.formio-dialog-component-settings .mr-1,.formio-dialog-component-settings .mx-1{margin-right:.25rem!important}.builder-component .mb-1,.builder-component .my-1,.DCFormBuilder .mb-1,.DCFormBuilder .my-1,.formio-dialog-component-settings .mb-1,.formio-dialog-component-settings .my-1{margin-bottom:.25rem!important}.builder-component .ml-1,.builder-component .mx-1,.DCFormBuilder .ml-1,.DCFormBuilder .mx-1,.formio-dialog-component-settings .ml-1,.formio-dialog-component-settings .mx-1{margin-left:.25rem!important}.builder-component .m-2,.DCFormBuilder .m-2,.formio-dialog-component-settings .m-2{margin:.5rem!important}.builder-component .mt-2,.builder-component .my-2,.DCFormBuilder .mt-2,.DCFormBuilder .my-2,.formio-dialog-component-settings .mt-2,.formio-dialog-component-settings .my-2{margin-top:.5rem!important}.builder-component .mr-2,.builder-component .mx-2,.DCFormBuilder .mr-2,.DCFormBuilder .mx-2,.formio-dialog-component-settings .mr-2,.formio-dialog-component-settings .mx-2{margin-right:.5rem!important}.builder-component .mb-2,.builder-component .my-2,.DCFormBuilder .mb-2,.DCFormBuilder .my-2,.formio-dialog-component-settings .mb-2,.formio-dialog-component-settings .my-2{margin-bottom:.5rem!important}.builder-component .ml-2,.builder-component .mx-2,.DCFormBuilder .ml-2,.DCFormBuilder .mx-2,.formio-dialog-component-settings .ml-2,.formio-dialog-component-settings .mx-2{margin-left:.5rem!important}.builder-component .m-3,.DCFormBuilder .m-3,.formio-dialog-component-settings .m-3{margin:1rem!important}.builder-component .mt-3,.builder-component .my-3,.DCFormBuilder .mt-3,.DCFormBuilder .my-3,.formio-dialog-component-settings .mt-3,.formio-dialog-component-settings .my-3{margin-top:1rem!important}.builder-component .mr-3,.builder-component .mx-3,.DCFormBuilder .mr-3,.DCFormBuilder .mx-3,.formio-dialog-component-settings .mr-3,.formio-dialog-component-settings .mx-3{margin-right:1rem!important}.builder-component .mb-3,.builder-component .my-3,.DCFormBuilder .mb-3,.DCFormBuilder .my-3,.formio-dialog-component-settings .mb-3,.formio-dialog-component-settings .my-3{margin-bottom:1rem!important}.builder-component .ml-3,.builder-component .mx-3,.DCFormBuilder .ml-3,.DCFormBuilder .mx-3,.formio-dialog-component-settings .ml-3,.formio-dialog-component-settings .mx-3{margin-left:1rem!important}.builder-component .m-4,.DCFormBuilder .m-4,.formio-dialog-component-settings .m-4{margin:1.5rem!important}.builder-component .mt-4,.builder-component .my-4,.DCFormBuilder .mt-4,.DCFormBuilder .my-4,.formio-dialog-component-settings .mt-4,.formio-dialog-component-settings .my-4{margin-top:1.5rem!important}.builder-component .mr-4,.builder-component .mx-4,.DCFormBuilder .mr-4,.DCFormBuilder .mx-4,.formio-dialog-component-settings .mr-4,.formio-dialog-component-settings .mx-4{margin-right:1.5rem!important}.builder-component .mb-4,.builder-component .my-4,.DCFormBuilder .mb-4,.DCFormBuilder .my-4,.formio-dialog-component-settings .mb-4,.formio-dialog-component-settings .my-4{margin-bottom:1.5rem!important}.builder-component .ml-4,.builder-component .mx-4,.DCFormBuilder .ml-4,.DCFormBuilder .mx-4,.formio-dialog-component-settings .ml-4,.formio-dialog-component-settings .mx-4{margin-left:1.5rem!important}.builder-component .m-5,.DCFormBuilder .m-5,.formio-dialog-component-settings .m-5{margin:3rem!important}.builder-component .mt-5,.builder-component .my-5,.DCFormBuilder .mt-5,.DCFormBuilder .my-5,.formio-dialog-component-settings .mt-5,.formio-dialog-component-settings .my-5{margin-top:3rem!important}.builder-component .mr-5,.builder-component .mx-5,.DCFormBuilder .mr-5,.DCFormBuilder .mx-5,.formio-dialog-component-settings .mr-5,.formio-dialog-component-settings .mx-5{margin-right:3rem!important}.builder-component .mb-5,.builder-component .my-5,.DCFormBuilder .mb-5,.DCFormBuilder .my-5,.formio-dialog-component-settings .mb-5,.formio-dialog-component-settings .my-5{margin-bottom:3rem!important}.builder-component .ml-5,.builder-component .mx-5,.DCFormBuilder .ml-5,.DCFormBuilder .mx-5,.formio-dialog-component-settings .ml-5,.formio-dialog-component-settings .mx-5{margin-left:3rem!important}.builder-component .p-0,.DCFormBuilder .p-0,.formio-dialog-component-settings .p-0{padding:0!important}.builder-component .pt-0,.builder-component .py-0,.DCFormBuilder .pt-0,.DCFormBuilder .py-0,.formio-dialog-component-settings .pt-0,.formio-dialog-component-settings .py-0{padding-top:0!important}.builder-component .pr-0,.builder-component .px-0,.DCFormBuilder .pr-0,.DCFormBuilder .px-0,.formio-dialog-component-settings .pr-0,.formio-dialog-component-settings .px-0{padding-right:0!important}.builder-component .pb-0,.builder-component .py-0,.DCFormBuilder .pb-0,.DCFormBuilder .py-0,.formio-dialog-component-settings .pb-0,.formio-dialog-component-settings .py-0{padding-bottom:0!important}.builder-component .pl-0,.builder-component .px-0,.DCFormBuilder .pl-0,.DCFormBuilder .px-0,.formio-dialog-component-settings .pl-0,.formio-dialog-component-settings .px-0{padding-left:0!important}.builder-component .p-1,.DCFormBuilder .p-1,.formio-dialog-component-settings .p-1{padding:.25rem!important}.builder-component .pt-1,.builder-component .py-1,.DCFormBuilder .pt-1,.DCFormBuilder .py-1,.formio-dialog-component-settings .pt-1,.formio-dialog-component-settings .py-1{padding-top:.25rem!important}.builder-component .pr-1,.builder-component .px-1,.DCFormBuilder .pr-1,.DCFormBuilder .px-1,.formio-dialog-component-settings .pr-1,.formio-dialog-component-settings .px-1{padding-right:.25rem!important}.builder-component .pb-1,.builder-component .py-1,.DCFormBuilder .pb-1,.DCFormBuilder .py-1,.formio-dialog-component-settings .pb-1,.formio-dialog-component-settings .py-1{padding-bottom:.25rem!important}.builder-component .pl-1,.builder-component .px-1,.DCFormBuilder .pl-1,.DCFormBuilder .px-1,.formio-dialog-component-settings .pl-1,.formio-dialog-component-settings .px-1{padding-left:.25rem!important}.builder-component .p-2,.DCFormBuilder .p-2,.formio-dialog-component-settings .p-2{padding:.5rem!important}.builder-component .pt-2,.builder-component .py-2,.DCFormBuilder .pt-2,.DCFormBuilder .py-2,.formio-dialog-component-settings .pt-2,.formio-dialog-component-settings .py-2{padding-top:.5rem!important}.builder-component .pr-2,.builder-component .px-2,.DCFormBuilder .pr-2,.DCFormBuilder .px-2,.formio-dialog-component-settings .pr-2,.formio-dialog-component-settings .px-2{padding-right:.5rem!important}.builder-component .pb-2,.builder-component .py-2,.DCFormBuilder .pb-2,.DCFormBuilder .py-2,.formio-dialog-component-settings .pb-2,.formio-dialog-component-settings .py-2{padding-bottom:.5rem!important}.builder-component .pl-2,.builder-component .px-2,.DCFormBuilder .pl-2,.DCFormBuilder .px-2,.formio-dialog-component-settings .pl-2,.formio-dialog-component-settings .px-2{padding-left:.5rem!important}.builder-component .p-3,.DCFormBuilder .p-3,.formio-dialog-component-settings .p-3{padding:1rem!important}.builder-component .pt-3,.builder-component .py-3,.DCFormBuilder .pt-3,.DCFormBuilder .py-3,.formio-dialog-component-settings .pt-3,.formio-dialog-component-settings .py-3{padding-top:1rem!important}.builder-component .pr-3,.builder-component .px-3,.DCFormBuilder .pr-3,.DCFormBuilder .px-3,.formio-dialog-component-settings .pr-3,.formio-dialog-component-settings .px-3{padding-right:1rem!important}.builder-component .pb-3,.builder-component .py-3,.DCFormBuilder .pb-3,.DCFormBuilder .py-3,.formio-dialog-component-settings .pb-3,.formio-dialog-component-settings .py-3{padding-bottom:1rem!important}.builder-component .pl-3,.builder-component .px-3,.DCFormBuilder .pl-3,.DCFormBuilder .px-3,.formio-dialog-component-settings .pl-3,.formio-dialog-component-settings .px-3{padding-left:1rem!important}.builder-component .p-4,.DCFormBuilder .p-4,.formio-dialog-component-settings .p-4{padding:1.5rem!important}.builder-component .pt-4,.builder-component .py-4,.DCFormBuilder .pt-4,.DCFormBuilder .py-4,.formio-dialog-component-settings .pt-4,.formio-dialog-component-settings .py-4{padding-top:1.5rem!important}.builder-component .pr-4,.builder-component .px-4,.DCFormBuilder .pr-4,.DCFormBuilder .px-4,.formio-dialog-component-settings .pr-4,.formio-dialog-component-settings .px-4{padding-right:1.5rem!important}.builder-component .pb-4,.builder-component .py-4,.DCFormBuilder .pb-4,.DCFormBuilder .py-4,.formio-dialog-component-settings .pb-4,.formio-dialog-component-settings .py-4{padding-bottom:1.5rem!important}.builder-component .pl-4,.builder-component .px-4,.DCFormBuilder .pl-4,.DCFormBuilder .px-4,.formio-dialog-component-settings .pl-4,.formio-dialog-component-settings .px-4{padding-left:1.5rem!important}.builder-component .p-5,.DCFormBuilder .p-5,.formio-dialog-component-settings .p-5{padding:3rem!important}.builder-component .pt-5,.builder-component .py-5,.DCFormBuilder .pt-5,.DCFormBuilder .py-5,.formio-dialog-component-settings .pt-5,.formio-dialog-component-settings .py-5{padding-top:3rem!important}.builder-component .pr-5,.builder-component .px-5,.DCFormBuilder .pr-5,.DCFormBuilder .px-5,.formio-dialog-component-settings .pr-5,.formio-dialog-component-settings .px-5{padding-right:3rem!important}.builder-component .pb-5,.builder-component .py-5,.DCFormBuilder .pb-5,.DCFormBuilder .py-5,.formio-dialog-component-settings .pb-5,.formio-dialog-component-settings .py-5{padding-bottom:3rem!important}.builder-component .pl-5,.builder-component .px-5,.DCFormBuilder .pl-5,.DCFormBuilder .px-5,.formio-dialog-component-settings .pl-5,.formio-dialog-component-settings .px-5{padding-left:3rem!important}.builder-component .m-n1,.DCFormBuilder .m-n1,.formio-dialog-component-settings .m-n1{margin:-.25rem!important}.builder-component .mt-n1,.builder-component .my-n1,.DCFormBuilder .mt-n1,.DCFormBuilder .my-n1,.formio-dialog-component-settings .mt-n1,.formio-dialog-component-settings .my-n1{margin-top:-.25rem!important}.builder-component .mr-n1,.builder-component .mx-n1,.DCFormBuilder .mr-n1,.DCFormBuilder .mx-n1,.formio-dialog-component-settings .mr-n1,.formio-dialog-component-settings .mx-n1{margin-right:-.25rem!important}.builder-component .mb-n1,.builder-component .my-n1,.DCFormBuilder .mb-n1,.DCFormBuilder .my-n1,.formio-dialog-component-settings .mb-n1,.formio-dialog-component-settings .my-n1{margin-bottom:-.25rem!important}.builder-component .ml-n1,.builder-component .mx-n1,.DCFormBuilder .ml-n1,.DCFormBuilder .mx-n1,.formio-dialog-component-settings .ml-n1,.formio-dialog-component-settings .mx-n1{margin-left:-.25rem!important}.builder-component .m-n2,.DCFormBuilder .m-n2,.formio-dialog-component-settings .m-n2{margin:-.5rem!important}.builder-component .mt-n2,.builder-component .my-n2,.DCFormBuilder .mt-n2,.DCFormBuilder .my-n2,.formio-dialog-component-settings .mt-n2,.formio-dialog-component-settings .my-n2{margin-top:-.5rem!important}.builder-component .mr-n2,.builder-component .mx-n2,.DCFormBuilder .mr-n2,.DCFormBuilder .mx-n2,.formio-dialog-component-settings .mr-n2,.formio-dialog-component-settings .mx-n2{margin-right:-.5rem!important}.builder-component .mb-n2,.builder-component .my-n2,.DCFormBuilder .mb-n2,.DCFormBuilder .my-n2,.formio-dialog-component-settings .mb-n2,.formio-dialog-component-settings .my-n2{margin-bottom:-.5rem!important}.builder-component .ml-n2,.builder-component .mx-n2,.DCFormBuilder .ml-n2,.DCFormBuilder .mx-n2,.formio-dialog-component-settings .ml-n2,.formio-dialog-component-settings .mx-n2{margin-left:-.5rem!important}.builder-component .m-n3,.DCFormBuilder .m-n3,.formio-dialog-component-settings .m-n3{margin:-1rem!important}.builder-component .mt-n3,.builder-component .my-n3,.DCFormBuilder .mt-n3,.DCFormBuilder .my-n3,.formio-dialog-component-settings .mt-n3,.formio-dialog-component-settings .my-n3{margin-top:-1rem!important}.builder-component .mr-n3,.builder-component .mx-n3,.DCFormBuilder .mr-n3,.DCFormBuilder .mx-n3,.formio-dialog-component-settings .mr-n3,.formio-dialog-component-settings .mx-n3{margin-right:-1rem!important}.builder-component .mb-n3,.builder-component .my-n3,.DCFormBuilder .mb-n3,.DCFormBuilder .my-n3,.formio-dialog-component-settings .mb-n3,.formio-dialog-component-settings .my-n3{margin-bottom:-1rem!important}.builder-component .ml-n3,.builder-component .mx-n3,.DCFormBuilder .ml-n3,.DCFormBuilder .mx-n3,.formio-dialog-component-settings .ml-n3,.formio-dialog-component-settings .mx-n3{margin-left:-1rem!important}.builder-component .m-n4,.DCFormBuilder .m-n4,.formio-dialog-component-settings .m-n4{margin:-1.5rem!important}.builder-component .mt-n4,.builder-component .my-n4,.DCFormBuilder .mt-n4,.DCFormBuilder .my-n4,.formio-dialog-component-settings .mt-n4,.formio-dialog-component-settings .my-n4{margin-top:-1.5rem!important}.builder-component .mr-n4,.builder-component .mx-n4,.DCFormBuilder .mr-n4,.DCFormBuilder .mx-n4,.formio-dialog-component-settings .mr-n4,.formio-dialog-component-settings .mx-n4{margin-right:-1.5rem!important}.builder-component .mb-n4,.builder-component .my-n4,.DCFormBuilder .mb-n4,.DCFormBuilder .my-n4,.formio-dialog-component-settings .mb-n4,.formio-dialog-component-settings .my-n4{margin-bottom:-1.5rem!important}.builder-component .ml-n4,.builder-component .mx-n4,.DCFormBuilder .ml-n4,.DCFormBuilder .mx-n4,.formio-dialog-component-settings .ml-n4,.formio-dialog-component-settings .mx-n4{margin-left:-1.5rem!important}.builder-component .m-n5,.DCFormBuilder .m-n5,.formio-dialog-component-settings .m-n5{margin:-3rem!important}.builder-component .mt-n5,.builder-component .my-n5,.DCFormBuilder .mt-n5,.DCFormBuilder .my-n5,.formio-dialog-component-settings .mt-n5,.formio-dialog-component-settings .my-n5{margin-top:-3rem!important}.builder-component .mr-n5,.builder-component .mx-n5,.DCFormBuilder .mr-n5,.DCFormBuilder .mx-n5,.formio-dialog-component-settings .mr-n5,.formio-dialog-component-settings .mx-n5{margin-right:-3rem!important}.builder-component .mb-n5,.builder-component .my-n5,.DCFormBuilder .mb-n5,.DCFormBuilder .my-n5,.formio-dialog-component-settings .mb-n5,.formio-dialog-component-settings .my-n5{margin-bottom:-3rem!important}.builder-component .ml-n5,.builder-component .mx-n5,.DCFormBuilder .ml-n5,.DCFormBuilder .mx-n5,.formio-dialog-component-settings .ml-n5,.formio-dialog-component-settings .mx-n5{margin-left:-3rem!important}.builder-component .m-auto,.DCFormBuilder .m-auto,.formio-dialog-component-settings .m-auto{margin:auto!important}.builder-component .mt-auto,.builder-component .my-auto,.DCFormBuilder .mt-auto,.DCFormBuilder .my-auto,.formio-dialog-component-settings .mt-auto,.formio-dialog-component-settings .my-auto{margin-top:auto!important}.builder-component .mr-auto,.builder-component .mx-auto,.DCFormBuilder .mr-auto,.DCFormBuilder .mx-auto,.formio-dialog-component-settings .mr-auto,.formio-dialog-component-settings .mx-auto{margin-right:auto!important}.builder-component .mb-auto,.builder-component .my-auto,.DCFormBuilder .mb-auto,.DCFormBuilder .my-auto,.formio-dialog-component-settings .mb-auto,.formio-dialog-component-settings .my-auto{margin-bottom:auto!important}.builder-component .ml-auto,.builder-component .mx-auto,.DCFormBuilder .ml-auto,.DCFormBuilder .mx-auto,.formio-dialog-component-settings .ml-auto,.formio-dialog-component-settings .mx-auto{margin-left:auto!important}@media(min-width:576px){.builder-component .m-sm-0,.DCFormBuilder .m-sm-0,.formio-dialog-component-settings .m-sm-0{margin:0!important}.builder-component .mt-sm-0,.builder-component .my-sm-0,.DCFormBuilder .mt-sm-0,.DCFormBuilder .my-sm-0,.formio-dialog-component-settings .mt-sm-0,.formio-dialog-component-settings .my-sm-0{margin-top:0!important}.builder-component .mr-sm-0,.builder-component .mx-sm-0,.DCFormBuilder .mr-sm-0,.DCFormBuilder .mx-sm-0,.formio-dialog-component-settings .mr-sm-0,.formio-dialog-component-settings .mx-sm-0{margin-right:0!important}.builder-component .mb-sm-0,.builder-component .my-sm-0,.DCFormBuilder .mb-sm-0,.DCFormBuilder .my-sm-0,.formio-dialog-component-settings .mb-sm-0,.formio-dialog-component-settings .my-sm-0{margin-bottom:0!important}.builder-component .ml-sm-0,.builder-component .mx-sm-0,.DCFormBuilder .ml-sm-0,.DCFormBuilder .mx-sm-0,.formio-dialog-component-settings .ml-sm-0,.formio-dialog-component-settings .mx-sm-0{margin-left:0!important}.builder-component .m-sm-1,.DCFormBuilder .m-sm-1,.formio-dialog-component-settings .m-sm-1{margin:.25rem!important}.builder-component .mt-sm-1,.builder-component .my-sm-1,.DCFormBuilder .mt-sm-1,.DCFormBuilder .my-sm-1,.formio-dialog-component-settings .mt-sm-1,.formio-dialog-component-settings .my-sm-1{margin-top:.25rem!important}.builder-component .mr-sm-1,.builder-component .mx-sm-1,.DCFormBuilder .mr-sm-1,.DCFormBuilder .mx-sm-1,.formio-dialog-component-settings .mr-sm-1,.formio-dialog-component-settings .mx-sm-1{margin-right:.25rem!important}.builder-component .mb-sm-1,.builder-component .my-sm-1,.DCFormBuilder .mb-sm-1,.DCFormBuilder .my-sm-1,.formio-dialog-component-settings .mb-sm-1,.formio-dialog-component-settings .my-sm-1{margin-bottom:.25rem!important}.builder-component .ml-sm-1,.builder-component .mx-sm-1,.DCFormBuilder .ml-sm-1,.DCFormBuilder .mx-sm-1,.formio-dialog-component-settings .ml-sm-1,.formio-dialog-component-settings .mx-sm-1{margin-left:.25rem!important}.builder-component .m-sm-2,.DCFormBuilder .m-sm-2,.formio-dialog-component-settings .m-sm-2{margin:.5rem!important}.builder-component .mt-sm-2,.builder-component .my-sm-2,.DCFormBuilder .mt-sm-2,.DCFormBuilder .my-sm-2,.formio-dialog-component-settings .mt-sm-2,.formio-dialog-component-settings .my-sm-2{margin-top:.5rem!important}.builder-component .mr-sm-2,.builder-component .mx-sm-2,.DCFormBuilder .mr-sm-2,.DCFormBuilder .mx-sm-2,.formio-dialog-component-settings .mr-sm-2,.formio-dialog-component-settings .mx-sm-2{margin-right:.5rem!important}.builder-component .mb-sm-2,.builder-component .my-sm-2,.DCFormBuilder .mb-sm-2,.DCFormBuilder .my-sm-2,.formio-dialog-component-settings .mb-sm-2,.formio-dialog-component-settings .my-sm-2{margin-bottom:.5rem!important}.builder-component .ml-sm-2,.builder-component .mx-sm-2,.DCFormBuilder .ml-sm-2,.DCFormBuilder .mx-sm-2,.formio-dialog-component-settings .ml-sm-2,.formio-dialog-component-settings .mx-sm-2{margin-left:.5rem!important}.builder-component .m-sm-3,.DCFormBuilder .m-sm-3,.formio-dialog-component-settings .m-sm-3{margin:1rem!important}.builder-component .mt-sm-3,.builder-component .my-sm-3,.DCFormBuilder .mt-sm-3,.DCFormBuilder .my-sm-3,.formio-dialog-component-settings .mt-sm-3,.formio-dialog-component-settings .my-sm-3{margin-top:1rem!important}.builder-component .mr-sm-3,.builder-component .mx-sm-3,.DCFormBuilder .mr-sm-3,.DCFormBuilder .mx-sm-3,.formio-dialog-component-settings .mr-sm-3,.formio-dialog-component-settings .mx-sm-3{margin-right:1rem!important}.builder-component .mb-sm-3,.builder-component .my-sm-3,.DCFormBuilder .mb-sm-3,.DCFormBuilder .my-sm-3,.formio-dialog-component-settings .mb-sm-3,.formio-dialog-component-settings .my-sm-3{margin-bottom:1rem!important}.builder-component .ml-sm-3,.builder-component .mx-sm-3,.DCFormBuilder .ml-sm-3,.DCFormBuilder .mx-sm-3,.formio-dialog-component-settings .ml-sm-3,.formio-dialog-component-settings .mx-sm-3{margin-left:1rem!important}.builder-component .m-sm-4,.DCFormBuilder .m-sm-4,.formio-dialog-component-settings .m-sm-4{margin:1.5rem!important}.builder-component .mt-sm-4,.builder-component .my-sm-4,.DCFormBuilder .mt-sm-4,.DCFormBuilder .my-sm-4,.formio-dialog-component-settings .mt-sm-4,.formio-dialog-component-settings .my-sm-4{margin-top:1.5rem!important}.builder-component .mr-sm-4,.builder-component .mx-sm-4,.DCFormBuilder .mr-sm-4,.DCFormBuilder .mx-sm-4,.formio-dialog-component-settings .mr-sm-4,.formio-dialog-component-settings .mx-sm-4{margin-right:1.5rem!important}.builder-component .mb-sm-4,.builder-component .my-sm-4,.DCFormBuilder .mb-sm-4,.DCFormBuilder .my-sm-4,.formio-dialog-component-settings .mb-sm-4,.formio-dialog-component-settings .my-sm-4{margin-bottom:1.5rem!important}.builder-component .ml-sm-4,.builder-component .mx-sm-4,.DCFormBuilder .ml-sm-4,.DCFormBuilder .mx-sm-4,.formio-dialog-component-settings .ml-sm-4,.formio-dialog-component-settings .mx-sm-4{margin-left:1.5rem!important}.builder-component .m-sm-5,.DCFormBuilder .m-sm-5,.formio-dialog-component-settings .m-sm-5{margin:3rem!important}.builder-component .mt-sm-5,.builder-component .my-sm-5,.DCFormBuilder .mt-sm-5,.DCFormBuilder .my-sm-5,.formio-dialog-component-settings .mt-sm-5,.formio-dialog-component-settings .my-sm-5{margin-top:3rem!important}.builder-component .mr-sm-5,.builder-component .mx-sm-5,.DCFormBuilder .mr-sm-5,.DCFormBuilder .mx-sm-5,.formio-dialog-component-settings .mr-sm-5,.formio-dialog-component-settings .mx-sm-5{margin-right:3rem!important}.builder-component .mb-sm-5,.builder-component .my-sm-5,.DCFormBuilder .mb-sm-5,.DCFormBuilder .my-sm-5,.formio-dialog-component-settings .mb-sm-5,.formio-dialog-component-settings .my-sm-5{margin-bottom:3rem!important}.builder-component .ml-sm-5,.builder-component .mx-sm-5,.DCFormBuilder .ml-sm-5,.DCFormBuilder .mx-sm-5,.formio-dialog-component-settings .ml-sm-5,.formio-dialog-component-settings .mx-sm-5{margin-left:3rem!important}.builder-component .p-sm-0,.DCFormBuilder .p-sm-0,.formio-dialog-component-settings .p-sm-0{padding:0!important}.builder-component .pt-sm-0,.builder-component .py-sm-0,.DCFormBuilder .pt-sm-0,.DCFormBuilder .py-sm-0,.formio-dialog-component-settings .pt-sm-0,.formio-dialog-component-settings .py-sm-0{padding-top:0!important}.builder-component .pr-sm-0,.builder-component .px-sm-0,.DCFormBuilder .pr-sm-0,.DCFormBuilder .px-sm-0,.formio-dialog-component-settings .pr-sm-0,.formio-dialog-component-settings .px-sm-0{padding-right:0!important}.builder-component .pb-sm-0,.builder-component .py-sm-0,.DCFormBuilder .pb-sm-0,.DCFormBuilder .py-sm-0,.formio-dialog-component-settings .pb-sm-0,.formio-dialog-component-settings .py-sm-0{padding-bottom:0!important}.builder-component .pl-sm-0,.builder-component .px-sm-0,.DCFormBuilder .pl-sm-0,.DCFormBuilder .px-sm-0,.formio-dialog-component-settings .pl-sm-0,.formio-dialog-component-settings .px-sm-0{padding-left:0!important}.builder-component .p-sm-1,.DCFormBuilder .p-sm-1,.formio-dialog-component-settings .p-sm-1{padding:.25rem!important}.builder-component .pt-sm-1,.builder-component .py-sm-1,.DCFormBuilder .pt-sm-1,.DCFormBuilder .py-sm-1,.formio-dialog-component-settings .pt-sm-1,.formio-dialog-component-settings .py-sm-1{padding-top:.25rem!important}.builder-component .pr-sm-1,.builder-component .px-sm-1,.DCFormBuilder .pr-sm-1,.DCFormBuilder .px-sm-1,.formio-dialog-component-settings .pr-sm-1,.formio-dialog-component-settings .px-sm-1{padding-right:.25rem!important}.builder-component .pb-sm-1,.builder-component .py-sm-1,.DCFormBuilder .pb-sm-1,.DCFormBuilder .py-sm-1,.formio-dialog-component-settings .pb-sm-1,.formio-dialog-component-settings .py-sm-1{padding-bottom:.25rem!important}.builder-component .pl-sm-1,.builder-component .px-sm-1,.DCFormBuilder .pl-sm-1,.DCFormBuilder .px-sm-1,.formio-dialog-component-settings .pl-sm-1,.formio-dialog-component-settings .px-sm-1{padding-left:.25rem!important}.builder-component .p-sm-2,.DCFormBuilder .p-sm-2,.formio-dialog-component-settings .p-sm-2{padding:.5rem!important}.builder-component .pt-sm-2,.builder-component .py-sm-2,.DCFormBuilder .pt-sm-2,.DCFormBuilder .py-sm-2,.formio-dialog-component-settings .pt-sm-2,.formio-dialog-component-settings .py-sm-2{padding-top:.5rem!important}.builder-component .pr-sm-2,.builder-component .px-sm-2,.DCFormBuilder .pr-sm-2,.DCFormBuilder .px-sm-2,.formio-dialog-component-settings .pr-sm-2,.formio-dialog-component-settings .px-sm-2{padding-right:.5rem!important}.builder-component .pb-sm-2,.builder-component .py-sm-2,.DCFormBuilder .pb-sm-2,.DCFormBuilder .py-sm-2,.formio-dialog-component-settings .pb-sm-2,.formio-dialog-component-settings .py-sm-2{padding-bottom:.5rem!important}.builder-component .pl-sm-2,.builder-component .px-sm-2,.DCFormBuilder .pl-sm-2,.DCFormBuilder .px-sm-2,.formio-dialog-component-settings .pl-sm-2,.formio-dialog-component-settings .px-sm-2{padding-left:.5rem!important}.builder-component .p-sm-3,.DCFormBuilder .p-sm-3,.formio-dialog-component-settings .p-sm-3{padding:1rem!important}.builder-component .pt-sm-3,.builder-component .py-sm-3,.DCFormBuilder .pt-sm-3,.DCFormBuilder .py-sm-3,.formio-dialog-component-settings .pt-sm-3,.formio-dialog-component-settings .py-sm-3{padding-top:1rem!important}.builder-component .pr-sm-3,.builder-component .px-sm-3,.DCFormBuilder .pr-sm-3,.DCFormBuilder .px-sm-3,.formio-dialog-component-settings .pr-sm-3,.formio-dialog-component-settings .px-sm-3{padding-right:1rem!important}.builder-component .pb-sm-3,.builder-component .py-sm-3,.DCFormBuilder .pb-sm-3,.DCFormBuilder .py-sm-3,.formio-dialog-component-settings .pb-sm-3,.formio-dialog-component-settings .py-sm-3{padding-bottom:1rem!important}.builder-component .pl-sm-3,.builder-component .px-sm-3,.DCFormBuilder .pl-sm-3,.DCFormBuilder .px-sm-3,.formio-dialog-component-settings .pl-sm-3,.formio-dialog-component-settings .px-sm-3{padding-left:1rem!important}.builder-component .p-sm-4,.DCFormBuilder .p-sm-4,.formio-dialog-component-settings .p-sm-4{padding:1.5rem!important}.builder-component .pt-sm-4,.builder-component .py-sm-4,.DCFormBuilder .pt-sm-4,.DCFormBuilder .py-sm-4,.formio-dialog-component-settings .pt-sm-4,.formio-dialog-component-settings .py-sm-4{padding-top:1.5rem!important}.builder-component .pr-sm-4,.builder-component .px-sm-4,.DCFormBuilder .pr-sm-4,.DCFormBuilder .px-sm-4,.formio-dialog-component-settings .pr-sm-4,.formio-dialog-component-settings .px-sm-4{padding-right:1.5rem!important}.builder-component .pb-sm-4,.builder-component .py-sm-4,.DCFormBuilder .pb-sm-4,.DCFormBuilder .py-sm-4,.formio-dialog-component-settings .pb-sm-4,.formio-dialog-component-settings .py-sm-4{padding-bottom:1.5rem!important}.builder-component .pl-sm-4,.builder-component .px-sm-4,.DCFormBuilder .pl-sm-4,.DCFormBuilder .px-sm-4,.formio-dialog-component-settings .pl-sm-4,.formio-dialog-component-settings .px-sm-4{padding-left:1.5rem!important}.builder-component .p-sm-5,.DCFormBuilder .p-sm-5,.formio-dialog-component-settings .p-sm-5{padding:3rem!important}.builder-component .pt-sm-5,.builder-component .py-sm-5,.DCFormBuilder .pt-sm-5,.DCFormBuilder .py-sm-5,.formio-dialog-component-settings .pt-sm-5,.formio-dialog-component-settings .py-sm-5{padding-top:3rem!important}.builder-component .pr-sm-5,.builder-component .px-sm-5,.DCFormBuilder .pr-sm-5,.DCFormBuilder .px-sm-5,.formio-dialog-component-settings .pr-sm-5,.formio-dialog-component-settings .px-sm-5{padding-right:3rem!important}.builder-component .pb-sm-5,.builder-component .py-sm-5,.DCFormBuilder .pb-sm-5,.DCFormBuilder .py-sm-5,.formio-dialog-component-settings .pb-sm-5,.formio-dialog-component-settings .py-sm-5{padding-bottom:3rem!important}.builder-component .pl-sm-5,.builder-component .px-sm-5,.DCFormBuilder .pl-sm-5,.DCFormBuilder .px-sm-5,.formio-dialog-component-settings .pl-sm-5,.formio-dialog-component-settings .px-sm-5{padding-left:3rem!important}.builder-component .m-sm-n1,.DCFormBuilder .m-sm-n1,.formio-dialog-component-settings .m-sm-n1{margin:-.25rem!important}.builder-component .mt-sm-n1,.builder-component .my-sm-n1,.DCFormBuilder .mt-sm-n1,.DCFormBuilder .my-sm-n1,.formio-dialog-component-settings .mt-sm-n1,.formio-dialog-component-settings .my-sm-n1{margin-top:-.25rem!important}.builder-component .mr-sm-n1,.builder-component .mx-sm-n1,.DCFormBuilder .mr-sm-n1,.DCFormBuilder .mx-sm-n1,.formio-dialog-component-settings .mr-sm-n1,.formio-dialog-component-settings .mx-sm-n1{margin-right:-.25rem!important}.builder-component .mb-sm-n1,.builder-component .my-sm-n1,.DCFormBuilder .mb-sm-n1,.DCFormBuilder .my-sm-n1,.formio-dialog-component-settings .mb-sm-n1,.formio-dialog-component-settings .my-sm-n1{margin-bottom:-.25rem!important}.builder-component .ml-sm-n1,.builder-component .mx-sm-n1,.DCFormBuilder .ml-sm-n1,.DCFormBuilder .mx-sm-n1,.formio-dialog-component-settings .ml-sm-n1,.formio-dialog-component-settings .mx-sm-n1{margin-left:-.25rem!important}.builder-component .m-sm-n2,.DCFormBuilder .m-sm-n2,.formio-dialog-component-settings .m-sm-n2{margin:-.5rem!important}.builder-component .mt-sm-n2,.builder-component .my-sm-n2,.DCFormBuilder .mt-sm-n2,.DCFormBuilder .my-sm-n2,.formio-dialog-component-settings .mt-sm-n2,.formio-dialog-component-settings .my-sm-n2{margin-top:-.5rem!important}.builder-component .mr-sm-n2,.builder-component .mx-sm-n2,.DCFormBuilder .mr-sm-n2,.DCFormBuilder .mx-sm-n2,.formio-dialog-component-settings .mr-sm-n2,.formio-dialog-component-settings .mx-sm-n2{margin-right:-.5rem!important}.builder-component .mb-sm-n2,.builder-component .my-sm-n2,.DCFormBuilder .mb-sm-n2,.DCFormBuilder .my-sm-n2,.formio-dialog-component-settings .mb-sm-n2,.formio-dialog-component-settings .my-sm-n2{margin-bottom:-.5rem!important}.builder-component .ml-sm-n2,.builder-component .mx-sm-n2,.DCFormBuilder .ml-sm-n2,.DCFormBuilder .mx-sm-n2,.formio-dialog-component-settings .ml-sm-n2,.formio-dialog-component-settings .mx-sm-n2{margin-left:-.5rem!important}.builder-component .m-sm-n3,.DCFormBuilder .m-sm-n3,.formio-dialog-component-settings .m-sm-n3{margin:-1rem!important}.builder-component .mt-sm-n3,.builder-component .my-sm-n3,.DCFormBuilder .mt-sm-n3,.DCFormBuilder .my-sm-n3,.formio-dialog-component-settings .mt-sm-n3,.formio-dialog-component-settings .my-sm-n3{margin-top:-1rem!important}.builder-component .mr-sm-n3,.builder-component .mx-sm-n3,.DCFormBuilder .mr-sm-n3,.DCFormBuilder .mx-sm-n3,.formio-dialog-component-settings .mr-sm-n3,.formio-dialog-component-settings .mx-sm-n3{margin-right:-1rem!important}.builder-component .mb-sm-n3,.builder-component .my-sm-n3,.DCFormBuilder .mb-sm-n3,.DCFormBuilder .my-sm-n3,.formio-dialog-component-settings .mb-sm-n3,.formio-dialog-component-settings .my-sm-n3{margin-bottom:-1rem!important}.builder-component .ml-sm-n3,.builder-component .mx-sm-n3,.DCFormBuilder .ml-sm-n3,.DCFormBuilder .mx-sm-n3,.formio-dialog-component-settings .ml-sm-n3,.formio-dialog-component-settings .mx-sm-n3{margin-left:-1rem!important}.builder-component .m-sm-n4,.DCFormBuilder .m-sm-n4,.formio-dialog-component-settings .m-sm-n4{margin:-1.5rem!important}.builder-component .mt-sm-n4,.builder-component .my-sm-n4,.DCFormBuilder .mt-sm-n4,.DCFormBuilder .my-sm-n4,.formio-dialog-component-settings .mt-sm-n4,.formio-dialog-component-settings .my-sm-n4{margin-top:-1.5rem!important}.builder-component .mr-sm-n4,.builder-component .mx-sm-n4,.DCFormBuilder .mr-sm-n4,.DCFormBuilder .mx-sm-n4,.formio-dialog-component-settings .mr-sm-n4,.formio-dialog-component-settings .mx-sm-n4{margin-right:-1.5rem!important}.builder-component .mb-sm-n4,.builder-component .my-sm-n4,.DCFormBuilder .mb-sm-n4,.DCFormBuilder .my-sm-n4,.formio-dialog-component-settings .mb-sm-n4,.formio-dialog-component-settings .my-sm-n4{margin-bottom:-1.5rem!important}.builder-component .ml-sm-n4,.builder-component .mx-sm-n4,.DCFormBuilder .ml-sm-n4,.DCFormBuilder .mx-sm-n4,.formio-dialog-component-settings .ml-sm-n4,.formio-dialog-component-settings .mx-sm-n4{margin-left:-1.5rem!important}.builder-component .m-sm-n5,.DCFormBuilder .m-sm-n5,.formio-dialog-component-settings .m-sm-n5{margin:-3rem!important}.builder-component .mt-sm-n5,.builder-component .my-sm-n5,.DCFormBuilder .mt-sm-n5,.DCFormBuilder .my-sm-n5,.formio-dialog-component-settings .mt-sm-n5,.formio-dialog-component-settings .my-sm-n5{margin-top:-3rem!important}.builder-component .mr-sm-n5,.builder-component .mx-sm-n5,.DCFormBuilder .mr-sm-n5,.DCFormBuilder .mx-sm-n5,.formio-dialog-component-settings .mr-sm-n5,.formio-dialog-component-settings .mx-sm-n5{margin-right:-3rem!important}.builder-component .mb-sm-n5,.builder-component .my-sm-n5,.DCFormBuilder .mb-sm-n5,.DCFormBuilder .my-sm-n5,.formio-dialog-component-settings .mb-sm-n5,.formio-dialog-component-settings .my-sm-n5{margin-bottom:-3rem!important}.builder-component .ml-sm-n5,.builder-component .mx-sm-n5,.DCFormBuilder .ml-sm-n5,.DCFormBuilder .mx-sm-n5,.formio-dialog-component-settings .ml-sm-n5,.formio-dialog-component-settings .mx-sm-n5{margin-left:-3rem!important}.builder-component .m-sm-auto,.DCFormBuilder .m-sm-auto,.formio-dialog-component-settings .m-sm-auto{margin:auto!important}.builder-component .mt-sm-auto,.builder-component .my-sm-auto,.DCFormBuilder .mt-sm-auto,.DCFormBuilder .my-sm-auto,.formio-dialog-component-settings .mt-sm-auto,.formio-dialog-component-settings .my-sm-auto{margin-top:auto!important}.builder-component .mr-sm-auto,.builder-component .mx-sm-auto,.DCFormBuilder .mr-sm-auto,.DCFormBuilder .mx-sm-auto,.formio-dialog-component-settings .mr-sm-auto,.formio-dialog-component-settings .mx-sm-auto{margin-right:auto!important}.builder-component .mb-sm-auto,.builder-component .my-sm-auto,.DCFormBuilder .mb-sm-auto,.DCFormBuilder .my-sm-auto,.formio-dialog-component-settings .mb-sm-auto,.formio-dialog-component-settings .my-sm-auto{margin-bottom:auto!important}.builder-component .ml-sm-auto,.builder-component .mx-sm-auto,.DCFormBuilder .ml-sm-auto,.DCFormBuilder .mx-sm-auto,.formio-dialog-component-settings .ml-sm-auto,.formio-dialog-component-settings .mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.builder-component .m-md-0,.DCFormBuilder .m-md-0,.formio-dialog-component-settings .m-md-0{margin:0!important}.builder-component .mt-md-0,.builder-component .my-md-0,.DCFormBuilder .mt-md-0,.DCFormBuilder .my-md-0,.formio-dialog-component-settings .mt-md-0,.formio-dialog-component-settings .my-md-0{margin-top:0!important}.builder-component .mr-md-0,.builder-component .mx-md-0,.DCFormBuilder .mr-md-0,.DCFormBuilder .mx-md-0,.formio-dialog-component-settings .mr-md-0,.formio-dialog-component-settings .mx-md-0{margin-right:0!important}.builder-component .mb-md-0,.builder-component .my-md-0,.DCFormBuilder .mb-md-0,.DCFormBuilder .my-md-0,.formio-dialog-component-settings .mb-md-0,.formio-dialog-component-settings .my-md-0{margin-bottom:0!important}.builder-component .ml-md-0,.builder-component .mx-md-0,.DCFormBuilder .ml-md-0,.DCFormBuilder .mx-md-0,.formio-dialog-component-settings .ml-md-0,.formio-dialog-component-settings .mx-md-0{margin-left:0!important}.builder-component .m-md-1,.DCFormBuilder .m-md-1,.formio-dialog-component-settings .m-md-1{margin:.25rem!important}.builder-component .mt-md-1,.builder-component .my-md-1,.DCFormBuilder .mt-md-1,.DCFormBuilder .my-md-1,.formio-dialog-component-settings .mt-md-1,.formio-dialog-component-settings .my-md-1{margin-top:.25rem!important}.builder-component .mr-md-1,.builder-component .mx-md-1,.DCFormBuilder .mr-md-1,.DCFormBuilder .mx-md-1,.formio-dialog-component-settings .mr-md-1,.formio-dialog-component-settings .mx-md-1{margin-right:.25rem!important}.builder-component .mb-md-1,.builder-component .my-md-1,.DCFormBuilder .mb-md-1,.DCFormBuilder .my-md-1,.formio-dialog-component-settings .mb-md-1,.formio-dialog-component-settings .my-md-1{margin-bottom:.25rem!important}.builder-component .ml-md-1,.builder-component .mx-md-1,.DCFormBuilder .ml-md-1,.DCFormBuilder .mx-md-1,.formio-dialog-component-settings .ml-md-1,.formio-dialog-component-settings .mx-md-1{margin-left:.25rem!important}.builder-component .m-md-2,.DCFormBuilder .m-md-2,.formio-dialog-component-settings .m-md-2{margin:.5rem!important}.builder-component .mt-md-2,.builder-component .my-md-2,.DCFormBuilder .mt-md-2,.DCFormBuilder .my-md-2,.formio-dialog-component-settings .mt-md-2,.formio-dialog-component-settings .my-md-2{margin-top:.5rem!important}.builder-component .mr-md-2,.builder-component .mx-md-2,.DCFormBuilder .mr-md-2,.DCFormBuilder .mx-md-2,.formio-dialog-component-settings .mr-md-2,.formio-dialog-component-settings .mx-md-2{margin-right:.5rem!important}.builder-component .mb-md-2,.builder-component .my-md-2,.DCFormBuilder .mb-md-2,.DCFormBuilder .my-md-2,.formio-dialog-component-settings .mb-md-2,.formio-dialog-component-settings .my-md-2{margin-bottom:.5rem!important}.builder-component .ml-md-2,.builder-component .mx-md-2,.DCFormBuilder .ml-md-2,.DCFormBuilder .mx-md-2,.formio-dialog-component-settings .ml-md-2,.formio-dialog-component-settings .mx-md-2{margin-left:.5rem!important}.builder-component .m-md-3,.DCFormBuilder .m-md-3,.formio-dialog-component-settings .m-md-3{margin:1rem!important}.builder-component .mt-md-3,.builder-component .my-md-3,.DCFormBuilder .mt-md-3,.DCFormBuilder .my-md-3,.formio-dialog-component-settings .mt-md-3,.formio-dialog-component-settings .my-md-3{margin-top:1rem!important}.builder-component .mr-md-3,.builder-component .mx-md-3,.DCFormBuilder .mr-md-3,.DCFormBuilder .mx-md-3,.formio-dialog-component-settings .mr-md-3,.formio-dialog-component-settings .mx-md-3{margin-right:1rem!important}.builder-component .mb-md-3,.builder-component .my-md-3,.DCFormBuilder .mb-md-3,.DCFormBuilder .my-md-3,.formio-dialog-component-settings .mb-md-3,.formio-dialog-component-settings .my-md-3{margin-bottom:1rem!important}.builder-component .ml-md-3,.builder-component .mx-md-3,.DCFormBuilder .ml-md-3,.DCFormBuilder .mx-md-3,.formio-dialog-component-settings .ml-md-3,.formio-dialog-component-settings .mx-md-3{margin-left:1rem!important}.builder-component .m-md-4,.DCFormBuilder .m-md-4,.formio-dialog-component-settings .m-md-4{margin:1.5rem!important}.builder-component .mt-md-4,.builder-component .my-md-4,.DCFormBuilder .mt-md-4,.DCFormBuilder .my-md-4,.formio-dialog-component-settings .mt-md-4,.formio-dialog-component-settings .my-md-4{margin-top:1.5rem!important}.builder-component .mr-md-4,.builder-component .mx-md-4,.DCFormBuilder .mr-md-4,.DCFormBuilder .mx-md-4,.formio-dialog-component-settings .mr-md-4,.formio-dialog-component-settings .mx-md-4{margin-right:1.5rem!important}.builder-component .mb-md-4,.builder-component .my-md-4,.DCFormBuilder .mb-md-4,.DCFormBuilder .my-md-4,.formio-dialog-component-settings .mb-md-4,.formio-dialog-component-settings .my-md-4{margin-bottom:1.5rem!important}.builder-component .ml-md-4,.builder-component .mx-md-4,.DCFormBuilder .ml-md-4,.DCFormBuilder .mx-md-4,.formio-dialog-component-settings .ml-md-4,.formio-dialog-component-settings .mx-md-4{margin-left:1.5rem!important}.builder-component .m-md-5,.DCFormBuilder .m-md-5,.formio-dialog-component-settings .m-md-5{margin:3rem!important}.builder-component .mt-md-5,.builder-component .my-md-5,.DCFormBuilder .mt-md-5,.DCFormBuilder .my-md-5,.formio-dialog-component-settings .mt-md-5,.formio-dialog-component-settings .my-md-5{margin-top:3rem!important}.builder-component .mr-md-5,.builder-component .mx-md-5,.DCFormBuilder .mr-md-5,.DCFormBuilder .mx-md-5,.formio-dialog-component-settings .mr-md-5,.formio-dialog-component-settings .mx-md-5{margin-right:3rem!important}.builder-component .mb-md-5,.builder-component .my-md-5,.DCFormBuilder .mb-md-5,.DCFormBuilder .my-md-5,.formio-dialog-component-settings .mb-md-5,.formio-dialog-component-settings .my-md-5{margin-bottom:3rem!important}.builder-component .ml-md-5,.builder-component .mx-md-5,.DCFormBuilder .ml-md-5,.DCFormBuilder .mx-md-5,.formio-dialog-component-settings .ml-md-5,.formio-dialog-component-settings .mx-md-5{margin-left:3rem!important}.builder-component .p-md-0,.DCFormBuilder .p-md-0,.formio-dialog-component-settings .p-md-0{padding:0!important}.builder-component .pt-md-0,.builder-component .py-md-0,.DCFormBuilder .pt-md-0,.DCFormBuilder .py-md-0,.formio-dialog-component-settings .pt-md-0,.formio-dialog-component-settings .py-md-0{padding-top:0!important}.builder-component .pr-md-0,.builder-component .px-md-0,.DCFormBuilder .pr-md-0,.DCFormBuilder .px-md-0,.formio-dialog-component-settings .pr-md-0,.formio-dialog-component-settings .px-md-0{padding-right:0!important}.builder-component .pb-md-0,.builder-component .py-md-0,.DCFormBuilder .pb-md-0,.DCFormBuilder .py-md-0,.formio-dialog-component-settings .pb-md-0,.formio-dialog-component-settings .py-md-0{padding-bottom:0!important}.builder-component .pl-md-0,.builder-component .px-md-0,.DCFormBuilder .pl-md-0,.DCFormBuilder .px-md-0,.formio-dialog-component-settings .pl-md-0,.formio-dialog-component-settings .px-md-0{padding-left:0!important}.builder-component .p-md-1,.DCFormBuilder .p-md-1,.formio-dialog-component-settings .p-md-1{padding:.25rem!important}.builder-component .pt-md-1,.builder-component .py-md-1,.DCFormBuilder .pt-md-1,.DCFormBuilder .py-md-1,.formio-dialog-component-settings .pt-md-1,.formio-dialog-component-settings .py-md-1{padding-top:.25rem!important}.builder-component .pr-md-1,.builder-component .px-md-1,.DCFormBuilder .pr-md-1,.DCFormBuilder .px-md-1,.formio-dialog-component-settings .pr-md-1,.formio-dialog-component-settings .px-md-1{padding-right:.25rem!important}.builder-component .pb-md-1,.builder-component .py-md-1,.DCFormBuilder .pb-md-1,.DCFormBuilder .py-md-1,.formio-dialog-component-settings .pb-md-1,.formio-dialog-component-settings .py-md-1{padding-bottom:.25rem!important}.builder-component .pl-md-1,.builder-component .px-md-1,.DCFormBuilder .pl-md-1,.DCFormBuilder .px-md-1,.formio-dialog-component-settings .pl-md-1,.formio-dialog-component-settings .px-md-1{padding-left:.25rem!important}.builder-component .p-md-2,.DCFormBuilder .p-md-2,.formio-dialog-component-settings .p-md-2{padding:.5rem!important}.builder-component .pt-md-2,.builder-component .py-md-2,.DCFormBuilder .pt-md-2,.DCFormBuilder .py-md-2,.formio-dialog-component-settings .pt-md-2,.formio-dialog-component-settings .py-md-2{padding-top:.5rem!important}.builder-component .pr-md-2,.builder-component .px-md-2,.DCFormBuilder .pr-md-2,.DCFormBuilder .px-md-2,.formio-dialog-component-settings .pr-md-2,.formio-dialog-component-settings .px-md-2{padding-right:.5rem!important}.builder-component .pb-md-2,.builder-component .py-md-2,.DCFormBuilder .pb-md-2,.DCFormBuilder .py-md-2,.formio-dialog-component-settings .pb-md-2,.formio-dialog-component-settings .py-md-2{padding-bottom:.5rem!important}.builder-component .pl-md-2,.builder-component .px-md-2,.DCFormBuilder .pl-md-2,.DCFormBuilder .px-md-2,.formio-dialog-component-settings .pl-md-2,.formio-dialog-component-settings .px-md-2{padding-left:.5rem!important}.builder-component .p-md-3,.DCFormBuilder .p-md-3,.formio-dialog-component-settings .p-md-3{padding:1rem!important}.builder-component .pt-md-3,.builder-component .py-md-3,.DCFormBuilder .pt-md-3,.DCFormBuilder .py-md-3,.formio-dialog-component-settings .pt-md-3,.formio-dialog-component-settings .py-md-3{padding-top:1rem!important}.builder-component .pr-md-3,.builder-component .px-md-3,.DCFormBuilder .pr-md-3,.DCFormBuilder .px-md-3,.formio-dialog-component-settings .pr-md-3,.formio-dialog-component-settings .px-md-3{padding-right:1rem!important}.builder-component .pb-md-3,.builder-component .py-md-3,.DCFormBuilder .pb-md-3,.DCFormBuilder .py-md-3,.formio-dialog-component-settings .pb-md-3,.formio-dialog-component-settings .py-md-3{padding-bottom:1rem!important}.builder-component .pl-md-3,.builder-component .px-md-3,.DCFormBuilder .pl-md-3,.DCFormBuilder .px-md-3,.formio-dialog-component-settings .pl-md-3,.formio-dialog-component-settings .px-md-3{padding-left:1rem!important}.builder-component .p-md-4,.DCFormBuilder .p-md-4,.formio-dialog-component-settings .p-md-4{padding:1.5rem!important}.builder-component .pt-md-4,.builder-component .py-md-4,.DCFormBuilder .pt-md-4,.DCFormBuilder .py-md-4,.formio-dialog-component-settings .pt-md-4,.formio-dialog-component-settings .py-md-4{padding-top:1.5rem!important}.builder-component .pr-md-4,.builder-component .px-md-4,.DCFormBuilder .pr-md-4,.DCFormBuilder .px-md-4,.formio-dialog-component-settings .pr-md-4,.formio-dialog-component-settings .px-md-4{padding-right:1.5rem!important}.builder-component .pb-md-4,.builder-component .py-md-4,.DCFormBuilder .pb-md-4,.DCFormBuilder .py-md-4,.formio-dialog-component-settings .pb-md-4,.formio-dialog-component-settings .py-md-4{padding-bottom:1.5rem!important}.builder-component .pl-md-4,.builder-component .px-md-4,.DCFormBuilder .pl-md-4,.DCFormBuilder .px-md-4,.formio-dialog-component-settings .pl-md-4,.formio-dialog-component-settings .px-md-4{padding-left:1.5rem!important}.builder-component .p-md-5,.DCFormBuilder .p-md-5,.formio-dialog-component-settings .p-md-5{padding:3rem!important}.builder-component .pt-md-5,.builder-component .py-md-5,.DCFormBuilder .pt-md-5,.DCFormBuilder .py-md-5,.formio-dialog-component-settings .pt-md-5,.formio-dialog-component-settings .py-md-5{padding-top:3rem!important}.builder-component .pr-md-5,.builder-component .px-md-5,.DCFormBuilder .pr-md-5,.DCFormBuilder .px-md-5,.formio-dialog-component-settings .pr-md-5,.formio-dialog-component-settings .px-md-5{padding-right:3rem!important}.builder-component .pb-md-5,.builder-component .py-md-5,.DCFormBuilder .pb-md-5,.DCFormBuilder .py-md-5,.formio-dialog-component-settings .pb-md-5,.formio-dialog-component-settings .py-md-5{padding-bottom:3rem!important}.builder-component .pl-md-5,.builder-component .px-md-5,.DCFormBuilder .pl-md-5,.DCFormBuilder .px-md-5,.formio-dialog-component-settings .pl-md-5,.formio-dialog-component-settings .px-md-5{padding-left:3rem!important}.builder-component .m-md-n1,.DCFormBuilder .m-md-n1,.formio-dialog-component-settings .m-md-n1{margin:-.25rem!important}.builder-component .mt-md-n1,.builder-component .my-md-n1,.DCFormBuilder .mt-md-n1,.DCFormBuilder .my-md-n1,.formio-dialog-component-settings .mt-md-n1,.formio-dialog-component-settings .my-md-n1{margin-top:-.25rem!important}.builder-component .mr-md-n1,.builder-component .mx-md-n1,.DCFormBuilder .mr-md-n1,.DCFormBuilder .mx-md-n1,.formio-dialog-component-settings .mr-md-n1,.formio-dialog-component-settings .mx-md-n1{margin-right:-.25rem!important}.builder-component .mb-md-n1,.builder-component .my-md-n1,.DCFormBuilder .mb-md-n1,.DCFormBuilder .my-md-n1,.formio-dialog-component-settings .mb-md-n1,.formio-dialog-component-settings .my-md-n1{margin-bottom:-.25rem!important}.builder-component .ml-md-n1,.builder-component .mx-md-n1,.DCFormBuilder .ml-md-n1,.DCFormBuilder .mx-md-n1,.formio-dialog-component-settings .ml-md-n1,.formio-dialog-component-settings .mx-md-n1{margin-left:-.25rem!important}.builder-component .m-md-n2,.DCFormBuilder .m-md-n2,.formio-dialog-component-settings .m-md-n2{margin:-.5rem!important}.builder-component .mt-md-n2,.builder-component .my-md-n2,.DCFormBuilder .mt-md-n2,.DCFormBuilder .my-md-n2,.formio-dialog-component-settings .mt-md-n2,.formio-dialog-component-settings .my-md-n2{margin-top:-.5rem!important}.builder-component .mr-md-n2,.builder-component .mx-md-n2,.DCFormBuilder .mr-md-n2,.DCFormBuilder .mx-md-n2,.formio-dialog-component-settings .mr-md-n2,.formio-dialog-component-settings .mx-md-n2{margin-right:-.5rem!important}.builder-component .mb-md-n2,.builder-component .my-md-n2,.DCFormBuilder .mb-md-n2,.DCFormBuilder .my-md-n2,.formio-dialog-component-settings .mb-md-n2,.formio-dialog-component-settings .my-md-n2{margin-bottom:-.5rem!important}.builder-component .ml-md-n2,.builder-component .mx-md-n2,.DCFormBuilder .ml-md-n2,.DCFormBuilder .mx-md-n2,.formio-dialog-component-settings .ml-md-n2,.formio-dialog-component-settings .mx-md-n2{margin-left:-.5rem!important}.builder-component .m-md-n3,.DCFormBuilder .m-md-n3,.formio-dialog-component-settings .m-md-n3{margin:-1rem!important}.builder-component .mt-md-n3,.builder-component .my-md-n3,.DCFormBuilder .mt-md-n3,.DCFormBuilder .my-md-n3,.formio-dialog-component-settings .mt-md-n3,.formio-dialog-component-settings .my-md-n3{margin-top:-1rem!important}.builder-component .mr-md-n3,.builder-component .mx-md-n3,.DCFormBuilder .mr-md-n3,.DCFormBuilder .mx-md-n3,.formio-dialog-component-settings .mr-md-n3,.formio-dialog-component-settings .mx-md-n3{margin-right:-1rem!important}.builder-component .mb-md-n3,.builder-component .my-md-n3,.DCFormBuilder .mb-md-n3,.DCFormBuilder .my-md-n3,.formio-dialog-component-settings .mb-md-n3,.formio-dialog-component-settings .my-md-n3{margin-bottom:-1rem!important}.builder-component .ml-md-n3,.builder-component .mx-md-n3,.DCFormBuilder .ml-md-n3,.DCFormBuilder .mx-md-n3,.formio-dialog-component-settings .ml-md-n3,.formio-dialog-component-settings .mx-md-n3{margin-left:-1rem!important}.builder-component .m-md-n4,.DCFormBuilder .m-md-n4,.formio-dialog-component-settings .m-md-n4{margin:-1.5rem!important}.builder-component .mt-md-n4,.builder-component .my-md-n4,.DCFormBuilder .mt-md-n4,.DCFormBuilder .my-md-n4,.formio-dialog-component-settings .mt-md-n4,.formio-dialog-component-settings .my-md-n4{margin-top:-1.5rem!important}.builder-component .mr-md-n4,.builder-component .mx-md-n4,.DCFormBuilder .mr-md-n4,.DCFormBuilder .mx-md-n4,.formio-dialog-component-settings .mr-md-n4,.formio-dialog-component-settings .mx-md-n4{margin-right:-1.5rem!important}.builder-component .mb-md-n4,.builder-component .my-md-n4,.DCFormBuilder .mb-md-n4,.DCFormBuilder .my-md-n4,.formio-dialog-component-settings .mb-md-n4,.formio-dialog-component-settings .my-md-n4{margin-bottom:-1.5rem!important}.builder-component .ml-md-n4,.builder-component .mx-md-n4,.DCFormBuilder .ml-md-n4,.DCFormBuilder .mx-md-n4,.formio-dialog-component-settings .ml-md-n4,.formio-dialog-component-settings .mx-md-n4{margin-left:-1.5rem!important}.builder-component .m-md-n5,.DCFormBuilder .m-md-n5,.formio-dialog-component-settings .m-md-n5{margin:-3rem!important}.builder-component .mt-md-n5,.builder-component .my-md-n5,.DCFormBuilder .mt-md-n5,.DCFormBuilder .my-md-n5,.formio-dialog-component-settings .mt-md-n5,.formio-dialog-component-settings .my-md-n5{margin-top:-3rem!important}.builder-component .mr-md-n5,.builder-component .mx-md-n5,.DCFormBuilder .mr-md-n5,.DCFormBuilder .mx-md-n5,.formio-dialog-component-settings .mr-md-n5,.formio-dialog-component-settings .mx-md-n5{margin-right:-3rem!important}.builder-component .mb-md-n5,.builder-component .my-md-n5,.DCFormBuilder .mb-md-n5,.DCFormBuilder .my-md-n5,.formio-dialog-component-settings .mb-md-n5,.formio-dialog-component-settings .my-md-n5{margin-bottom:-3rem!important}.builder-component .ml-md-n5,.builder-component .mx-md-n5,.DCFormBuilder .ml-md-n5,.DCFormBuilder .mx-md-n5,.formio-dialog-component-settings .ml-md-n5,.formio-dialog-component-settings .mx-md-n5{margin-left:-3rem!important}.builder-component .m-md-auto,.DCFormBuilder .m-md-auto,.formio-dialog-component-settings .m-md-auto{margin:auto!important}.builder-component .mt-md-auto,.builder-component .my-md-auto,.DCFormBuilder .mt-md-auto,.DCFormBuilder .my-md-auto,.formio-dialog-component-settings .mt-md-auto,.formio-dialog-component-settings .my-md-auto{margin-top:auto!important}.builder-component .mr-md-auto,.builder-component .mx-md-auto,.DCFormBuilder .mr-md-auto,.DCFormBuilder .mx-md-auto,.formio-dialog-component-settings .mr-md-auto,.formio-dialog-component-settings .mx-md-auto{margin-right:auto!important}.builder-component .mb-md-auto,.builder-component .my-md-auto,.DCFormBuilder .mb-md-auto,.DCFormBuilder .my-md-auto,.formio-dialog-component-settings .mb-md-auto,.formio-dialog-component-settings .my-md-auto{margin-bottom:auto!important}.builder-component .ml-md-auto,.builder-component .mx-md-auto,.DCFormBuilder .ml-md-auto,.DCFormBuilder .mx-md-auto,.formio-dialog-component-settings .ml-md-auto,.formio-dialog-component-settings .mx-md-auto{margin-left:auto!important}}@media(min-width:992px){.builder-component .m-lg-0,.DCFormBuilder .m-lg-0,.formio-dialog-component-settings .m-lg-0{margin:0!important}.builder-component .mt-lg-0,.builder-component .my-lg-0,.DCFormBuilder .mt-lg-0,.DCFormBuilder .my-lg-0,.formio-dialog-component-settings .mt-lg-0,.formio-dialog-component-settings .my-lg-0{margin-top:0!important}.builder-component .mr-lg-0,.builder-component .mx-lg-0,.DCFormBuilder .mr-lg-0,.DCFormBuilder .mx-lg-0,.formio-dialog-component-settings .mr-lg-0,.formio-dialog-component-settings .mx-lg-0{margin-right:0!important}.builder-component .mb-lg-0,.builder-component .my-lg-0,.DCFormBuilder .mb-lg-0,.DCFormBuilder .my-lg-0,.formio-dialog-component-settings .mb-lg-0,.formio-dialog-component-settings .my-lg-0{margin-bottom:0!important}.builder-component .ml-lg-0,.builder-component .mx-lg-0,.DCFormBuilder .ml-lg-0,.DCFormBuilder .mx-lg-0,.formio-dialog-component-settings .ml-lg-0,.formio-dialog-component-settings .mx-lg-0{margin-left:0!important}.builder-component .m-lg-1,.DCFormBuilder .m-lg-1,.formio-dialog-component-settings .m-lg-1{margin:.25rem!important}.builder-component .mt-lg-1,.builder-component .my-lg-1,.DCFormBuilder .mt-lg-1,.DCFormBuilder .my-lg-1,.formio-dialog-component-settings .mt-lg-1,.formio-dialog-component-settings .my-lg-1{margin-top:.25rem!important}.builder-component .mr-lg-1,.builder-component .mx-lg-1,.DCFormBuilder .mr-lg-1,.DCFormBuilder .mx-lg-1,.formio-dialog-component-settings .mr-lg-1,.formio-dialog-component-settings .mx-lg-1{margin-right:.25rem!important}.builder-component .mb-lg-1,.builder-component .my-lg-1,.DCFormBuilder .mb-lg-1,.DCFormBuilder .my-lg-1,.formio-dialog-component-settings .mb-lg-1,.formio-dialog-component-settings .my-lg-1{margin-bottom:.25rem!important}.builder-component .ml-lg-1,.builder-component .mx-lg-1,.DCFormBuilder .ml-lg-1,.DCFormBuilder .mx-lg-1,.formio-dialog-component-settings .ml-lg-1,.formio-dialog-component-settings .mx-lg-1{margin-left:.25rem!important}.builder-component .m-lg-2,.DCFormBuilder .m-lg-2,.formio-dialog-component-settings .m-lg-2{margin:.5rem!important}.builder-component .mt-lg-2,.builder-component .my-lg-2,.DCFormBuilder .mt-lg-2,.DCFormBuilder .my-lg-2,.formio-dialog-component-settings .mt-lg-2,.formio-dialog-component-settings .my-lg-2{margin-top:.5rem!important}.builder-component .mr-lg-2,.builder-component .mx-lg-2,.DCFormBuilder .mr-lg-2,.DCFormBuilder .mx-lg-2,.formio-dialog-component-settings .mr-lg-2,.formio-dialog-component-settings .mx-lg-2{margin-right:.5rem!important}.builder-component .mb-lg-2,.builder-component .my-lg-2,.DCFormBuilder .mb-lg-2,.DCFormBuilder .my-lg-2,.formio-dialog-component-settings .mb-lg-2,.formio-dialog-component-settings .my-lg-2{margin-bottom:.5rem!important}.builder-component .ml-lg-2,.builder-component .mx-lg-2,.DCFormBuilder .ml-lg-2,.DCFormBuilder .mx-lg-2,.formio-dialog-component-settings .ml-lg-2,.formio-dialog-component-settings .mx-lg-2{margin-left:.5rem!important}.builder-component .m-lg-3,.DCFormBuilder .m-lg-3,.formio-dialog-component-settings .m-lg-3{margin:1rem!important}.builder-component .mt-lg-3,.builder-component .my-lg-3,.DCFormBuilder .mt-lg-3,.DCFormBuilder .my-lg-3,.formio-dialog-component-settings .mt-lg-3,.formio-dialog-component-settings .my-lg-3{margin-top:1rem!important}.builder-component .mr-lg-3,.builder-component .mx-lg-3,.DCFormBuilder .mr-lg-3,.DCFormBuilder .mx-lg-3,.formio-dialog-component-settings .mr-lg-3,.formio-dialog-component-settings .mx-lg-3{margin-right:1rem!important}.builder-component .mb-lg-3,.builder-component .my-lg-3,.DCFormBuilder .mb-lg-3,.DCFormBuilder .my-lg-3,.formio-dialog-component-settings .mb-lg-3,.formio-dialog-component-settings .my-lg-3{margin-bottom:1rem!important}.builder-component .ml-lg-3,.builder-component .mx-lg-3,.DCFormBuilder .ml-lg-3,.DCFormBuilder .mx-lg-3,.formio-dialog-component-settings .ml-lg-3,.formio-dialog-component-settings .mx-lg-3{margin-left:1rem!important}.builder-component .m-lg-4,.DCFormBuilder .m-lg-4,.formio-dialog-component-settings .m-lg-4{margin:1.5rem!important}.builder-component .mt-lg-4,.builder-component .my-lg-4,.DCFormBuilder .mt-lg-4,.DCFormBuilder .my-lg-4,.formio-dialog-component-settings .mt-lg-4,.formio-dialog-component-settings .my-lg-4{margin-top:1.5rem!important}.builder-component .mr-lg-4,.builder-component .mx-lg-4,.DCFormBuilder .mr-lg-4,.DCFormBuilder .mx-lg-4,.formio-dialog-component-settings .mr-lg-4,.formio-dialog-component-settings .mx-lg-4{margin-right:1.5rem!important}.builder-component .mb-lg-4,.builder-component .my-lg-4,.DCFormBuilder .mb-lg-4,.DCFormBuilder .my-lg-4,.formio-dialog-component-settings .mb-lg-4,.formio-dialog-component-settings .my-lg-4{margin-bottom:1.5rem!important}.builder-component .ml-lg-4,.builder-component .mx-lg-4,.DCFormBuilder .ml-lg-4,.DCFormBuilder .mx-lg-4,.formio-dialog-component-settings .ml-lg-4,.formio-dialog-component-settings .mx-lg-4{margin-left:1.5rem!important}.builder-component .m-lg-5,.DCFormBuilder .m-lg-5,.formio-dialog-component-settings .m-lg-5{margin:3rem!important}.builder-component .mt-lg-5,.builder-component .my-lg-5,.DCFormBuilder .mt-lg-5,.DCFormBuilder .my-lg-5,.formio-dialog-component-settings .mt-lg-5,.formio-dialog-component-settings .my-lg-5{margin-top:3rem!important}.builder-component .mr-lg-5,.builder-component .mx-lg-5,.DCFormBuilder .mr-lg-5,.DCFormBuilder .mx-lg-5,.formio-dialog-component-settings .mr-lg-5,.formio-dialog-component-settings .mx-lg-5{margin-right:3rem!important}.builder-component .mb-lg-5,.builder-component .my-lg-5,.DCFormBuilder .mb-lg-5,.DCFormBuilder .my-lg-5,.formio-dialog-component-settings .mb-lg-5,.formio-dialog-component-settings .my-lg-5{margin-bottom:3rem!important}.builder-component .ml-lg-5,.builder-component .mx-lg-5,.DCFormBuilder .ml-lg-5,.DCFormBuilder .mx-lg-5,.formio-dialog-component-settings .ml-lg-5,.formio-dialog-component-settings .mx-lg-5{margin-left:3rem!important}.builder-component .p-lg-0,.DCFormBuilder .p-lg-0,.formio-dialog-component-settings .p-lg-0{padding:0!important}.builder-component .pt-lg-0,.builder-component .py-lg-0,.DCFormBuilder .pt-lg-0,.DCFormBuilder .py-lg-0,.formio-dialog-component-settings .pt-lg-0,.formio-dialog-component-settings .py-lg-0{padding-top:0!important}.builder-component .pr-lg-0,.builder-component .px-lg-0,.DCFormBuilder .pr-lg-0,.DCFormBuilder .px-lg-0,.formio-dialog-component-settings .pr-lg-0,.formio-dialog-component-settings .px-lg-0{padding-right:0!important}.builder-component .pb-lg-0,.builder-component .py-lg-0,.DCFormBuilder .pb-lg-0,.DCFormBuilder .py-lg-0,.formio-dialog-component-settings .pb-lg-0,.formio-dialog-component-settings .py-lg-0{padding-bottom:0!important}.builder-component .pl-lg-0,.builder-component .px-lg-0,.DCFormBuilder .pl-lg-0,.DCFormBuilder .px-lg-0,.formio-dialog-component-settings .pl-lg-0,.formio-dialog-component-settings .px-lg-0{padding-left:0!important}.builder-component .p-lg-1,.DCFormBuilder .p-lg-1,.formio-dialog-component-settings .p-lg-1{padding:.25rem!important}.builder-component .pt-lg-1,.builder-component .py-lg-1,.DCFormBuilder .pt-lg-1,.DCFormBuilder .py-lg-1,.formio-dialog-component-settings .pt-lg-1,.formio-dialog-component-settings .py-lg-1{padding-top:.25rem!important}.builder-component .pr-lg-1,.builder-component .px-lg-1,.DCFormBuilder .pr-lg-1,.DCFormBuilder .px-lg-1,.formio-dialog-component-settings .pr-lg-1,.formio-dialog-component-settings .px-lg-1{padding-right:.25rem!important}.builder-component .pb-lg-1,.builder-component .py-lg-1,.DCFormBuilder .pb-lg-1,.DCFormBuilder .py-lg-1,.formio-dialog-component-settings .pb-lg-1,.formio-dialog-component-settings .py-lg-1{padding-bottom:.25rem!important}.builder-component .pl-lg-1,.builder-component .px-lg-1,.DCFormBuilder .pl-lg-1,.DCFormBuilder .px-lg-1,.formio-dialog-component-settings .pl-lg-1,.formio-dialog-component-settings .px-lg-1{padding-left:.25rem!important}.builder-component .p-lg-2,.DCFormBuilder .p-lg-2,.formio-dialog-component-settings .p-lg-2{padding:.5rem!important}.builder-component .pt-lg-2,.builder-component .py-lg-2,.DCFormBuilder .pt-lg-2,.DCFormBuilder .py-lg-2,.formio-dialog-component-settings .pt-lg-2,.formio-dialog-component-settings .py-lg-2{padding-top:.5rem!important}.builder-component .pr-lg-2,.builder-component .px-lg-2,.DCFormBuilder .pr-lg-2,.DCFormBuilder .px-lg-2,.formio-dialog-component-settings .pr-lg-2,.formio-dialog-component-settings .px-lg-2{padding-right:.5rem!important}.builder-component .pb-lg-2,.builder-component .py-lg-2,.DCFormBuilder .pb-lg-2,.DCFormBuilder .py-lg-2,.formio-dialog-component-settings .pb-lg-2,.formio-dialog-component-settings .py-lg-2{padding-bottom:.5rem!important}.builder-component .pl-lg-2,.builder-component .px-lg-2,.DCFormBuilder .pl-lg-2,.DCFormBuilder .px-lg-2,.formio-dialog-component-settings .pl-lg-2,.formio-dialog-component-settings .px-lg-2{padding-left:.5rem!important}.builder-component .p-lg-3,.DCFormBuilder .p-lg-3,.formio-dialog-component-settings .p-lg-3{padding:1rem!important}.builder-component .pt-lg-3,.builder-component .py-lg-3,.DCFormBuilder .pt-lg-3,.DCFormBuilder .py-lg-3,.formio-dialog-component-settings .pt-lg-3,.formio-dialog-component-settings .py-lg-3{padding-top:1rem!important}.builder-component .pr-lg-3,.builder-component .px-lg-3,.DCFormBuilder .pr-lg-3,.DCFormBuilder .px-lg-3,.formio-dialog-component-settings .pr-lg-3,.formio-dialog-component-settings .px-lg-3{padding-right:1rem!important}.builder-component .pb-lg-3,.builder-component .py-lg-3,.DCFormBuilder .pb-lg-3,.DCFormBuilder .py-lg-3,.formio-dialog-component-settings .pb-lg-3,.formio-dialog-component-settings .py-lg-3{padding-bottom:1rem!important}.builder-component .pl-lg-3,.builder-component .px-lg-3,.DCFormBuilder .pl-lg-3,.DCFormBuilder .px-lg-3,.formio-dialog-component-settings .pl-lg-3,.formio-dialog-component-settings .px-lg-3{padding-left:1rem!important}.builder-component .p-lg-4,.DCFormBuilder .p-lg-4,.formio-dialog-component-settings .p-lg-4{padding:1.5rem!important}.builder-component .pt-lg-4,.builder-component .py-lg-4,.DCFormBuilder .pt-lg-4,.DCFormBuilder .py-lg-4,.formio-dialog-component-settings .pt-lg-4,.formio-dialog-component-settings .py-lg-4{padding-top:1.5rem!important}.builder-component .pr-lg-4,.builder-component .px-lg-4,.DCFormBuilder .pr-lg-4,.DCFormBuilder .px-lg-4,.formio-dialog-component-settings .pr-lg-4,.formio-dialog-component-settings .px-lg-4{padding-right:1.5rem!important}.builder-component .pb-lg-4,.builder-component .py-lg-4,.DCFormBuilder .pb-lg-4,.DCFormBuilder .py-lg-4,.formio-dialog-component-settings .pb-lg-4,.formio-dialog-component-settings .py-lg-4{padding-bottom:1.5rem!important}.builder-component .pl-lg-4,.builder-component .px-lg-4,.DCFormBuilder .pl-lg-4,.DCFormBuilder .px-lg-4,.formio-dialog-component-settings .pl-lg-4,.formio-dialog-component-settings .px-lg-4{padding-left:1.5rem!important}.builder-component .p-lg-5,.DCFormBuilder .p-lg-5,.formio-dialog-component-settings .p-lg-5{padding:3rem!important}.builder-component .pt-lg-5,.builder-component .py-lg-5,.DCFormBuilder .pt-lg-5,.DCFormBuilder .py-lg-5,.formio-dialog-component-settings .pt-lg-5,.formio-dialog-component-settings .py-lg-5{padding-top:3rem!important}.builder-component .pr-lg-5,.builder-component .px-lg-5,.DCFormBuilder .pr-lg-5,.DCFormBuilder .px-lg-5,.formio-dialog-component-settings .pr-lg-5,.formio-dialog-component-settings .px-lg-5{padding-right:3rem!important}.builder-component .pb-lg-5,.builder-component .py-lg-5,.DCFormBuilder .pb-lg-5,.DCFormBuilder .py-lg-5,.formio-dialog-component-settings .pb-lg-5,.formio-dialog-component-settings .py-lg-5{padding-bottom:3rem!important}.builder-component .pl-lg-5,.builder-component .px-lg-5,.DCFormBuilder .pl-lg-5,.DCFormBuilder .px-lg-5,.formio-dialog-component-settings .pl-lg-5,.formio-dialog-component-settings .px-lg-5{padding-left:3rem!important}.builder-component .m-lg-n1,.DCFormBuilder .m-lg-n1,.formio-dialog-component-settings .m-lg-n1{margin:-.25rem!important}.builder-component .mt-lg-n1,.builder-component .my-lg-n1,.DCFormBuilder .mt-lg-n1,.DCFormBuilder .my-lg-n1,.formio-dialog-component-settings .mt-lg-n1,.formio-dialog-component-settings .my-lg-n1{margin-top:-.25rem!important}.builder-component .mr-lg-n1,.builder-component .mx-lg-n1,.DCFormBuilder .mr-lg-n1,.DCFormBuilder .mx-lg-n1,.formio-dialog-component-settings .mr-lg-n1,.formio-dialog-component-settings .mx-lg-n1{margin-right:-.25rem!important}.builder-component .mb-lg-n1,.builder-component .my-lg-n1,.DCFormBuilder .mb-lg-n1,.DCFormBuilder .my-lg-n1,.formio-dialog-component-settings .mb-lg-n1,.formio-dialog-component-settings .my-lg-n1{margin-bottom:-.25rem!important}.builder-component .ml-lg-n1,.builder-component .mx-lg-n1,.DCFormBuilder .ml-lg-n1,.DCFormBuilder .mx-lg-n1,.formio-dialog-component-settings .ml-lg-n1,.formio-dialog-component-settings .mx-lg-n1{margin-left:-.25rem!important}.builder-component .m-lg-n2,.DCFormBuilder .m-lg-n2,.formio-dialog-component-settings .m-lg-n2{margin:-.5rem!important}.builder-component .mt-lg-n2,.builder-component .my-lg-n2,.DCFormBuilder .mt-lg-n2,.DCFormBuilder .my-lg-n2,.formio-dialog-component-settings .mt-lg-n2,.formio-dialog-component-settings .my-lg-n2{margin-top:-.5rem!important}.builder-component .mr-lg-n2,.builder-component .mx-lg-n2,.DCFormBuilder .mr-lg-n2,.DCFormBuilder .mx-lg-n2,.formio-dialog-component-settings .mr-lg-n2,.formio-dialog-component-settings .mx-lg-n2{margin-right:-.5rem!important}.builder-component .mb-lg-n2,.builder-component .my-lg-n2,.DCFormBuilder .mb-lg-n2,.DCFormBuilder .my-lg-n2,.formio-dialog-component-settings .mb-lg-n2,.formio-dialog-component-settings .my-lg-n2{margin-bottom:-.5rem!important}.builder-component .ml-lg-n2,.builder-component .mx-lg-n2,.DCFormBuilder .ml-lg-n2,.DCFormBuilder .mx-lg-n2,.formio-dialog-component-settings .ml-lg-n2,.formio-dialog-component-settings .mx-lg-n2{margin-left:-.5rem!important}.builder-component .m-lg-n3,.DCFormBuilder .m-lg-n3,.formio-dialog-component-settings .m-lg-n3{margin:-1rem!important}.builder-component .mt-lg-n3,.builder-component .my-lg-n3,.DCFormBuilder .mt-lg-n3,.DCFormBuilder .my-lg-n3,.formio-dialog-component-settings .mt-lg-n3,.formio-dialog-component-settings .my-lg-n3{margin-top:-1rem!important}.builder-component .mr-lg-n3,.builder-component .mx-lg-n3,.DCFormBuilder .mr-lg-n3,.DCFormBuilder .mx-lg-n3,.formio-dialog-component-settings .mr-lg-n3,.formio-dialog-component-settings .mx-lg-n3{margin-right:-1rem!important}.builder-component .mb-lg-n3,.builder-component .my-lg-n3,.DCFormBuilder .mb-lg-n3,.DCFormBuilder .my-lg-n3,.formio-dialog-component-settings .mb-lg-n3,.formio-dialog-component-settings .my-lg-n3{margin-bottom:-1rem!important}.builder-component .ml-lg-n3,.builder-component .mx-lg-n3,.DCFormBuilder .ml-lg-n3,.DCFormBuilder .mx-lg-n3,.formio-dialog-component-settings .ml-lg-n3,.formio-dialog-component-settings .mx-lg-n3{margin-left:-1rem!important}.builder-component .m-lg-n4,.DCFormBuilder .m-lg-n4,.formio-dialog-component-settings .m-lg-n4{margin:-1.5rem!important}.builder-component .mt-lg-n4,.builder-component .my-lg-n4,.DCFormBuilder .mt-lg-n4,.DCFormBuilder .my-lg-n4,.formio-dialog-component-settings .mt-lg-n4,.formio-dialog-component-settings .my-lg-n4{margin-top:-1.5rem!important}.builder-component .mr-lg-n4,.builder-component .mx-lg-n4,.DCFormBuilder .mr-lg-n4,.DCFormBuilder .mx-lg-n4,.formio-dialog-component-settings .mr-lg-n4,.formio-dialog-component-settings .mx-lg-n4{margin-right:-1.5rem!important}.builder-component .mb-lg-n4,.builder-component .my-lg-n4,.DCFormBuilder .mb-lg-n4,.DCFormBuilder .my-lg-n4,.formio-dialog-component-settings .mb-lg-n4,.formio-dialog-component-settings .my-lg-n4{margin-bottom:-1.5rem!important}.builder-component .ml-lg-n4,.builder-component .mx-lg-n4,.DCFormBuilder .ml-lg-n4,.DCFormBuilder .mx-lg-n4,.formio-dialog-component-settings .ml-lg-n4,.formio-dialog-component-settings .mx-lg-n4{margin-left:-1.5rem!important}.builder-component .m-lg-n5,.DCFormBuilder .m-lg-n5,.formio-dialog-component-settings .m-lg-n5{margin:-3rem!important}.builder-component .mt-lg-n5,.builder-component .my-lg-n5,.DCFormBuilder .mt-lg-n5,.DCFormBuilder .my-lg-n5,.formio-dialog-component-settings .mt-lg-n5,.formio-dialog-component-settings .my-lg-n5{margin-top:-3rem!important}.builder-component .mr-lg-n5,.builder-component .mx-lg-n5,.DCFormBuilder .mr-lg-n5,.DCFormBuilder .mx-lg-n5,.formio-dialog-component-settings .mr-lg-n5,.formio-dialog-component-settings .mx-lg-n5{margin-right:-3rem!important}.builder-component .mb-lg-n5,.builder-component .my-lg-n5,.DCFormBuilder .mb-lg-n5,.DCFormBuilder .my-lg-n5,.formio-dialog-component-settings .mb-lg-n5,.formio-dialog-component-settings .my-lg-n5{margin-bottom:-3rem!important}.builder-component .ml-lg-n5,.builder-component .mx-lg-n5,.DCFormBuilder .ml-lg-n5,.DCFormBuilder .mx-lg-n5,.formio-dialog-component-settings .ml-lg-n5,.formio-dialog-component-settings .mx-lg-n5{margin-left:-3rem!important}.builder-component .m-lg-auto,.DCFormBuilder .m-lg-auto,.formio-dialog-component-settings .m-lg-auto{margin:auto!important}.builder-component .mt-lg-auto,.builder-component .my-lg-auto,.DCFormBuilder .mt-lg-auto,.DCFormBuilder .my-lg-auto,.formio-dialog-component-settings .mt-lg-auto,.formio-dialog-component-settings .my-lg-auto{margin-top:auto!important}.builder-component .mr-lg-auto,.builder-component .mx-lg-auto,.DCFormBuilder .mr-lg-auto,.DCFormBuilder .mx-lg-auto,.formio-dialog-component-settings .mr-lg-auto,.formio-dialog-component-settings .mx-lg-auto{margin-right:auto!important}.builder-component .mb-lg-auto,.builder-component .my-lg-auto,.DCFormBuilder .mb-lg-auto,.DCFormBuilder .my-lg-auto,.formio-dialog-component-settings .mb-lg-auto,.formio-dialog-component-settings .my-lg-auto{margin-bottom:auto!important}.builder-component .ml-lg-auto,.builder-component .mx-lg-auto,.DCFormBuilder .ml-lg-auto,.DCFormBuilder .mx-lg-auto,.formio-dialog-component-settings .ml-lg-auto,.formio-dialog-component-settings .mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){.builder-component .m-xl-0,.DCFormBuilder .m-xl-0,.formio-dialog-component-settings .m-xl-0{margin:0!important}.builder-component .mt-xl-0,.builder-component .my-xl-0,.DCFormBuilder .mt-xl-0,.DCFormBuilder .my-xl-0,.formio-dialog-component-settings .mt-xl-0,.formio-dialog-component-settings .my-xl-0{margin-top:0!important}.builder-component .mr-xl-0,.builder-component .mx-xl-0,.DCFormBuilder .mr-xl-0,.DCFormBuilder .mx-xl-0,.formio-dialog-component-settings .mr-xl-0,.formio-dialog-component-settings .mx-xl-0{margin-right:0!important}.builder-component .mb-xl-0,.builder-component .my-xl-0,.DCFormBuilder .mb-xl-0,.DCFormBuilder .my-xl-0,.formio-dialog-component-settings .mb-xl-0,.formio-dialog-component-settings .my-xl-0{margin-bottom:0!important}.builder-component .ml-xl-0,.builder-component .mx-xl-0,.DCFormBuilder .ml-xl-0,.DCFormBuilder .mx-xl-0,.formio-dialog-component-settings .ml-xl-0,.formio-dialog-component-settings .mx-xl-0{margin-left:0!important}.builder-component .m-xl-1,.DCFormBuilder .m-xl-1,.formio-dialog-component-settings .m-xl-1{margin:.25rem!important}.builder-component .mt-xl-1,.builder-component .my-xl-1,.DCFormBuilder .mt-xl-1,.DCFormBuilder .my-xl-1,.formio-dialog-component-settings .mt-xl-1,.formio-dialog-component-settings .my-xl-1{margin-top:.25rem!important}.builder-component .mr-xl-1,.builder-component .mx-xl-1,.DCFormBuilder .mr-xl-1,.DCFormBuilder .mx-xl-1,.formio-dialog-component-settings .mr-xl-1,.formio-dialog-component-settings .mx-xl-1{margin-right:.25rem!important}.builder-component .mb-xl-1,.builder-component .my-xl-1,.DCFormBuilder .mb-xl-1,.DCFormBuilder .my-xl-1,.formio-dialog-component-settings .mb-xl-1,.formio-dialog-component-settings .my-xl-1{margin-bottom:.25rem!important}.builder-component .ml-xl-1,.builder-component .mx-xl-1,.DCFormBuilder .ml-xl-1,.DCFormBuilder .mx-xl-1,.formio-dialog-component-settings .ml-xl-1,.formio-dialog-component-settings .mx-xl-1{margin-left:.25rem!important}.builder-component .m-xl-2,.DCFormBuilder .m-xl-2,.formio-dialog-component-settings .m-xl-2{margin:.5rem!important}.builder-component .mt-xl-2,.builder-component .my-xl-2,.DCFormBuilder .mt-xl-2,.DCFormBuilder .my-xl-2,.formio-dialog-component-settings .mt-xl-2,.formio-dialog-component-settings .my-xl-2{margin-top:.5rem!important}.builder-component .mr-xl-2,.builder-component .mx-xl-2,.DCFormBuilder .mr-xl-2,.DCFormBuilder .mx-xl-2,.formio-dialog-component-settings .mr-xl-2,.formio-dialog-component-settings .mx-xl-2{margin-right:.5rem!important}.builder-component .mb-xl-2,.builder-component .my-xl-2,.DCFormBuilder .mb-xl-2,.DCFormBuilder .my-xl-2,.formio-dialog-component-settings .mb-xl-2,.formio-dialog-component-settings .my-xl-2{margin-bottom:.5rem!important}.builder-component .ml-xl-2,.builder-component .mx-xl-2,.DCFormBuilder .ml-xl-2,.DCFormBuilder .mx-xl-2,.formio-dialog-component-settings .ml-xl-2,.formio-dialog-component-settings .mx-xl-2{margin-left:.5rem!important}.builder-component .m-xl-3,.DCFormBuilder .m-xl-3,.formio-dialog-component-settings .m-xl-3{margin:1rem!important}.builder-component .mt-xl-3,.builder-component .my-xl-3,.DCFormBuilder .mt-xl-3,.DCFormBuilder .my-xl-3,.formio-dialog-component-settings .mt-xl-3,.formio-dialog-component-settings .my-xl-3{margin-top:1rem!important}.builder-component .mr-xl-3,.builder-component .mx-xl-3,.DCFormBuilder .mr-xl-3,.DCFormBuilder .mx-xl-3,.formio-dialog-component-settings .mr-xl-3,.formio-dialog-component-settings .mx-xl-3{margin-right:1rem!important}.builder-component .mb-xl-3,.builder-component .my-xl-3,.DCFormBuilder .mb-xl-3,.DCFormBuilder .my-xl-3,.formio-dialog-component-settings .mb-xl-3,.formio-dialog-component-settings .my-xl-3{margin-bottom:1rem!important}.builder-component .ml-xl-3,.builder-component .mx-xl-3,.DCFormBuilder .ml-xl-3,.DCFormBuilder .mx-xl-3,.formio-dialog-component-settings .ml-xl-3,.formio-dialog-component-settings .mx-xl-3{margin-left:1rem!important}.builder-component .m-xl-4,.DCFormBuilder .m-xl-4,.formio-dialog-component-settings .m-xl-4{margin:1.5rem!important}.builder-component .mt-xl-4,.builder-component .my-xl-4,.DCFormBuilder .mt-xl-4,.DCFormBuilder .my-xl-4,.formio-dialog-component-settings .mt-xl-4,.formio-dialog-component-settings .my-xl-4{margin-top:1.5rem!important}.builder-component .mr-xl-4,.builder-component .mx-xl-4,.DCFormBuilder .mr-xl-4,.DCFormBuilder .mx-xl-4,.formio-dialog-component-settings .mr-xl-4,.formio-dialog-component-settings .mx-xl-4{margin-right:1.5rem!important}.builder-component .mb-xl-4,.builder-component .my-xl-4,.DCFormBuilder .mb-xl-4,.DCFormBuilder .my-xl-4,.formio-dialog-component-settings .mb-xl-4,.formio-dialog-component-settings .my-xl-4{margin-bottom:1.5rem!important}.builder-component .ml-xl-4,.builder-component .mx-xl-4,.DCFormBuilder .ml-xl-4,.DCFormBuilder .mx-xl-4,.formio-dialog-component-settings .ml-xl-4,.formio-dialog-component-settings .mx-xl-4{margin-left:1.5rem!important}.builder-component .m-xl-5,.DCFormBuilder .m-xl-5,.formio-dialog-component-settings .m-xl-5{margin:3rem!important}.builder-component .mt-xl-5,.builder-component .my-xl-5,.DCFormBuilder .mt-xl-5,.DCFormBuilder .my-xl-5,.formio-dialog-component-settings .mt-xl-5,.formio-dialog-component-settings .my-xl-5{margin-top:3rem!important}.builder-component .mr-xl-5,.builder-component .mx-xl-5,.DCFormBuilder .mr-xl-5,.DCFormBuilder .mx-xl-5,.formio-dialog-component-settings .mr-xl-5,.formio-dialog-component-settings .mx-xl-5{margin-right:3rem!important}.builder-component .mb-xl-5,.builder-component .my-xl-5,.DCFormBuilder .mb-xl-5,.DCFormBuilder .my-xl-5,.formio-dialog-component-settings .mb-xl-5,.formio-dialog-component-settings .my-xl-5{margin-bottom:3rem!important}.builder-component .ml-xl-5,.builder-component .mx-xl-5,.DCFormBuilder .ml-xl-5,.DCFormBuilder .mx-xl-5,.formio-dialog-component-settings .ml-xl-5,.formio-dialog-component-settings .mx-xl-5{margin-left:3rem!important}.builder-component .p-xl-0,.DCFormBuilder .p-xl-0,.formio-dialog-component-settings .p-xl-0{padding:0!important}.builder-component .pt-xl-0,.builder-component .py-xl-0,.DCFormBuilder .pt-xl-0,.DCFormBuilder .py-xl-0,.formio-dialog-component-settings .pt-xl-0,.formio-dialog-component-settings .py-xl-0{padding-top:0!important}.builder-component .pr-xl-0,.builder-component .px-xl-0,.DCFormBuilder .pr-xl-0,.DCFormBuilder .px-xl-0,.formio-dialog-component-settings .pr-xl-0,.formio-dialog-component-settings .px-xl-0{padding-right:0!important}.builder-component .pb-xl-0,.builder-component .py-xl-0,.DCFormBuilder .pb-xl-0,.DCFormBuilder .py-xl-0,.formio-dialog-component-settings .pb-xl-0,.formio-dialog-component-settings .py-xl-0{padding-bottom:0!important}.builder-component .pl-xl-0,.builder-component .px-xl-0,.DCFormBuilder .pl-xl-0,.DCFormBuilder .px-xl-0,.formio-dialog-component-settings .pl-xl-0,.formio-dialog-component-settings .px-xl-0{padding-left:0!important}.builder-component .p-xl-1,.DCFormBuilder .p-xl-1,.formio-dialog-component-settings .p-xl-1{padding:.25rem!important}.builder-component .pt-xl-1,.builder-component .py-xl-1,.DCFormBuilder .pt-xl-1,.DCFormBuilder .py-xl-1,.formio-dialog-component-settings .pt-xl-1,.formio-dialog-component-settings .py-xl-1{padding-top:.25rem!important}.builder-component .pr-xl-1,.builder-component .px-xl-1,.DCFormBuilder .pr-xl-1,.DCFormBuilder .px-xl-1,.formio-dialog-component-settings .pr-xl-1,.formio-dialog-component-settings .px-xl-1{padding-right:.25rem!important}.builder-component .pb-xl-1,.builder-component .py-xl-1,.DCFormBuilder .pb-xl-1,.DCFormBuilder .py-xl-1,.formio-dialog-component-settings .pb-xl-1,.formio-dialog-component-settings .py-xl-1{padding-bottom:.25rem!important}.builder-component .pl-xl-1,.builder-component .px-xl-1,.DCFormBuilder .pl-xl-1,.DCFormBuilder .px-xl-1,.formio-dialog-component-settings .pl-xl-1,.formio-dialog-component-settings .px-xl-1{padding-left:.25rem!important}.builder-component .p-xl-2,.DCFormBuilder .p-xl-2,.formio-dialog-component-settings .p-xl-2{padding:.5rem!important}.builder-component .pt-xl-2,.builder-component .py-xl-2,.DCFormBuilder .pt-xl-2,.DCFormBuilder .py-xl-2,.formio-dialog-component-settings .pt-xl-2,.formio-dialog-component-settings .py-xl-2{padding-top:.5rem!important}.builder-component .pr-xl-2,.builder-component .px-xl-2,.DCFormBuilder .pr-xl-2,.DCFormBuilder .px-xl-2,.formio-dialog-component-settings .pr-xl-2,.formio-dialog-component-settings .px-xl-2{padding-right:.5rem!important}.builder-component .pb-xl-2,.builder-component .py-xl-2,.DCFormBuilder .pb-xl-2,.DCFormBuilder .py-xl-2,.formio-dialog-component-settings .pb-xl-2,.formio-dialog-component-settings .py-xl-2{padding-bottom:.5rem!important}.builder-component .pl-xl-2,.builder-component .px-xl-2,.DCFormBuilder .pl-xl-2,.DCFormBuilder .px-xl-2,.formio-dialog-component-settings .pl-xl-2,.formio-dialog-component-settings .px-xl-2{padding-left:.5rem!important}.builder-component .p-xl-3,.DCFormBuilder .p-xl-3,.formio-dialog-component-settings .p-xl-3{padding:1rem!important}.builder-component .pt-xl-3,.builder-component .py-xl-3,.DCFormBuilder .pt-xl-3,.DCFormBuilder .py-xl-3,.formio-dialog-component-settings .pt-xl-3,.formio-dialog-component-settings .py-xl-3{padding-top:1rem!important}.builder-component .pr-xl-3,.builder-component .px-xl-3,.DCFormBuilder .pr-xl-3,.DCFormBuilder .px-xl-3,.formio-dialog-component-settings .pr-xl-3,.formio-dialog-component-settings .px-xl-3{padding-right:1rem!important}.builder-component .pb-xl-3,.builder-component .py-xl-3,.DCFormBuilder .pb-xl-3,.DCFormBuilder .py-xl-3,.formio-dialog-component-settings .pb-xl-3,.formio-dialog-component-settings .py-xl-3{padding-bottom:1rem!important}.builder-component .pl-xl-3,.builder-component .px-xl-3,.DCFormBuilder .pl-xl-3,.DCFormBuilder .px-xl-3,.formio-dialog-component-settings .pl-xl-3,.formio-dialog-component-settings .px-xl-3{padding-left:1rem!important}.builder-component .p-xl-4,.DCFormBuilder .p-xl-4,.formio-dialog-component-settings .p-xl-4{padding:1.5rem!important}.builder-component .pt-xl-4,.builder-component .py-xl-4,.DCFormBuilder .pt-xl-4,.DCFormBuilder .py-xl-4,.formio-dialog-component-settings .pt-xl-4,.formio-dialog-component-settings .py-xl-4{padding-top:1.5rem!important}.builder-component .pr-xl-4,.builder-component .px-xl-4,.DCFormBuilder .pr-xl-4,.DCFormBuilder .px-xl-4,.formio-dialog-component-settings .pr-xl-4,.formio-dialog-component-settings .px-xl-4{padding-right:1.5rem!important}.builder-component .pb-xl-4,.builder-component .py-xl-4,.DCFormBuilder .pb-xl-4,.DCFormBuilder .py-xl-4,.formio-dialog-component-settings .pb-xl-4,.formio-dialog-component-settings .py-xl-4{padding-bottom:1.5rem!important}.builder-component .pl-xl-4,.builder-component .px-xl-4,.DCFormBuilder .pl-xl-4,.DCFormBuilder .px-xl-4,.formio-dialog-component-settings .pl-xl-4,.formio-dialog-component-settings .px-xl-4{padding-left:1.5rem!important}.builder-component .p-xl-5,.DCFormBuilder .p-xl-5,.formio-dialog-component-settings .p-xl-5{padding:3rem!important}.builder-component .pt-xl-5,.builder-component .py-xl-5,.DCFormBuilder .pt-xl-5,.DCFormBuilder .py-xl-5,.formio-dialog-component-settings .pt-xl-5,.formio-dialog-component-settings .py-xl-5{padding-top:3rem!important}.builder-component .pr-xl-5,.builder-component .px-xl-5,.DCFormBuilder .pr-xl-5,.DCFormBuilder .px-xl-5,.formio-dialog-component-settings .pr-xl-5,.formio-dialog-component-settings .px-xl-5{padding-right:3rem!important}.builder-component .pb-xl-5,.builder-component .py-xl-5,.DCFormBuilder .pb-xl-5,.DCFormBuilder .py-xl-5,.formio-dialog-component-settings .pb-xl-5,.formio-dialog-component-settings .py-xl-5{padding-bottom:3rem!important}.builder-component .pl-xl-5,.builder-component .px-xl-5,.DCFormBuilder .pl-xl-5,.DCFormBuilder .px-xl-5,.formio-dialog-component-settings .pl-xl-5,.formio-dialog-component-settings .px-xl-5{padding-left:3rem!important}.builder-component .m-xl-n1,.DCFormBuilder .m-xl-n1,.formio-dialog-component-settings .m-xl-n1{margin:-.25rem!important}.builder-component .mt-xl-n1,.builder-component .my-xl-n1,.DCFormBuilder .mt-xl-n1,.DCFormBuilder .my-xl-n1,.formio-dialog-component-settings .mt-xl-n1,.formio-dialog-component-settings .my-xl-n1{margin-top:-.25rem!important}.builder-component .mr-xl-n1,.builder-component .mx-xl-n1,.DCFormBuilder .mr-xl-n1,.DCFormBuilder .mx-xl-n1,.formio-dialog-component-settings .mr-xl-n1,.formio-dialog-component-settings .mx-xl-n1{margin-right:-.25rem!important}.builder-component .mb-xl-n1,.builder-component .my-xl-n1,.DCFormBuilder .mb-xl-n1,.DCFormBuilder .my-xl-n1,.formio-dialog-component-settings .mb-xl-n1,.formio-dialog-component-settings .my-xl-n1{margin-bottom:-.25rem!important}.builder-component .ml-xl-n1,.builder-component .mx-xl-n1,.DCFormBuilder .ml-xl-n1,.DCFormBuilder .mx-xl-n1,.formio-dialog-component-settings .ml-xl-n1,.formio-dialog-component-settings .mx-xl-n1{margin-left:-.25rem!important}.builder-component .m-xl-n2,.DCFormBuilder .m-xl-n2,.formio-dialog-component-settings .m-xl-n2{margin:-.5rem!important}.builder-component .mt-xl-n2,.builder-component .my-xl-n2,.DCFormBuilder .mt-xl-n2,.DCFormBuilder .my-xl-n2,.formio-dialog-component-settings .mt-xl-n2,.formio-dialog-component-settings .my-xl-n2{margin-top:-.5rem!important}.builder-component .mr-xl-n2,.builder-component .mx-xl-n2,.DCFormBuilder .mr-xl-n2,.DCFormBuilder .mx-xl-n2,.formio-dialog-component-settings .mr-xl-n2,.formio-dialog-component-settings .mx-xl-n2{margin-right:-.5rem!important}.builder-component .mb-xl-n2,.builder-component .my-xl-n2,.DCFormBuilder .mb-xl-n2,.DCFormBuilder .my-xl-n2,.formio-dialog-component-settings .mb-xl-n2,.formio-dialog-component-settings .my-xl-n2{margin-bottom:-.5rem!important}.builder-component .ml-xl-n2,.builder-component .mx-xl-n2,.DCFormBuilder .ml-xl-n2,.DCFormBuilder .mx-xl-n2,.formio-dialog-component-settings .ml-xl-n2,.formio-dialog-component-settings .mx-xl-n2{margin-left:-.5rem!important}.builder-component .m-xl-n3,.DCFormBuilder .m-xl-n3,.formio-dialog-component-settings .m-xl-n3{margin:-1rem!important}.builder-component .mt-xl-n3,.builder-component .my-xl-n3,.DCFormBuilder .mt-xl-n3,.DCFormBuilder .my-xl-n3,.formio-dialog-component-settings .mt-xl-n3,.formio-dialog-component-settings .my-xl-n3{margin-top:-1rem!important}.builder-component .mr-xl-n3,.builder-component .mx-xl-n3,.DCFormBuilder .mr-xl-n3,.DCFormBuilder .mx-xl-n3,.formio-dialog-component-settings .mr-xl-n3,.formio-dialog-component-settings .mx-xl-n3{margin-right:-1rem!important}.builder-component .mb-xl-n3,.builder-component .my-xl-n3,.DCFormBuilder .mb-xl-n3,.DCFormBuilder .my-xl-n3,.formio-dialog-component-settings .mb-xl-n3,.formio-dialog-component-settings .my-xl-n3{margin-bottom:-1rem!important}.builder-component .ml-xl-n3,.builder-component .mx-xl-n3,.DCFormBuilder .ml-xl-n3,.DCFormBuilder .mx-xl-n3,.formio-dialog-component-settings .ml-xl-n3,.formio-dialog-component-settings .mx-xl-n3{margin-left:-1rem!important}.builder-component .m-xl-n4,.DCFormBuilder .m-xl-n4,.formio-dialog-component-settings .m-xl-n4{margin:-1.5rem!important}.builder-component .mt-xl-n4,.builder-component .my-xl-n4,.DCFormBuilder .mt-xl-n4,.DCFormBuilder .my-xl-n4,.formio-dialog-component-settings .mt-xl-n4,.formio-dialog-component-settings .my-xl-n4{margin-top:-1.5rem!important}.builder-component .mr-xl-n4,.builder-component .mx-xl-n4,.DCFormBuilder .mr-xl-n4,.DCFormBuilder .mx-xl-n4,.formio-dialog-component-settings .mr-xl-n4,.formio-dialog-component-settings .mx-xl-n4{margin-right:-1.5rem!important}.builder-component .mb-xl-n4,.builder-component .my-xl-n4,.DCFormBuilder .mb-xl-n4,.DCFormBuilder .my-xl-n4,.formio-dialog-component-settings .mb-xl-n4,.formio-dialog-component-settings .my-xl-n4{margin-bottom:-1.5rem!important}.builder-component .ml-xl-n4,.builder-component .mx-xl-n4,.DCFormBuilder .ml-xl-n4,.DCFormBuilder .mx-xl-n4,.formio-dialog-component-settings .ml-xl-n4,.formio-dialog-component-settings .mx-xl-n4{margin-left:-1.5rem!important}.builder-component .m-xl-n5,.DCFormBuilder .m-xl-n5,.formio-dialog-component-settings .m-xl-n5{margin:-3rem!important}.builder-component .mt-xl-n5,.builder-component .my-xl-n5,.DCFormBuilder .mt-xl-n5,.DCFormBuilder .my-xl-n5,.formio-dialog-component-settings .mt-xl-n5,.formio-dialog-component-settings .my-xl-n5{margin-top:-3rem!important}.builder-component .mr-xl-n5,.builder-component .mx-xl-n5,.DCFormBuilder .mr-xl-n5,.DCFormBuilder .mx-xl-n5,.formio-dialog-component-settings .mr-xl-n5,.formio-dialog-component-settings .mx-xl-n5{margin-right:-3rem!important}.builder-component .mb-xl-n5,.builder-component .my-xl-n5,.DCFormBuilder .mb-xl-n5,.DCFormBuilder .my-xl-n5,.formio-dialog-component-settings .mb-xl-n5,.formio-dialog-component-settings .my-xl-n5{margin-bottom:-3rem!important}.builder-component .ml-xl-n5,.builder-component .mx-xl-n5,.DCFormBuilder .ml-xl-n5,.DCFormBuilder .mx-xl-n5,.formio-dialog-component-settings .ml-xl-n5,.formio-dialog-component-settings .mx-xl-n5{margin-left:-3rem!important}.builder-component .m-xl-auto,.DCFormBuilder .m-xl-auto,.formio-dialog-component-settings .m-xl-auto{margin:auto!important}.builder-component .mt-xl-auto,.builder-component .my-xl-auto,.DCFormBuilder .mt-xl-auto,.DCFormBuilder .my-xl-auto,.formio-dialog-component-settings .mt-xl-auto,.formio-dialog-component-settings .my-xl-auto{margin-top:auto!important}.builder-component .mr-xl-auto,.builder-component .mx-xl-auto,.DCFormBuilder .mr-xl-auto,.DCFormBuilder .mx-xl-auto,.formio-dialog-component-settings .mr-xl-auto,.formio-dialog-component-settings .mx-xl-auto{margin-right:auto!important}.builder-component .mb-xl-auto,.builder-component .my-xl-auto,.DCFormBuilder .mb-xl-auto,.DCFormBuilder .my-xl-auto,.formio-dialog-component-settings .mb-xl-auto,.formio-dialog-component-settings .my-xl-auto{margin-bottom:auto!important}.builder-component .ml-xl-auto,.builder-component .mx-xl-auto,.DCFormBuilder .ml-xl-auto,.DCFormBuilder .mx-xl-auto,.formio-dialog-component-settings .ml-xl-auto,.formio-dialog-component-settings .mx-xl-auto{margin-left:auto!important}}.builder-component .stretched-link:after,.DCFormBuilder .stretched-link:after,.formio-dialog-component-settings .stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.builder-component .text-monospace,.DCFormBuilder .text-monospace,.formio-dialog-component-settings .text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.builder-component .text-justify,.DCFormBuilder .text-justify,.formio-dialog-component-settings .text-justify{text-align:justify!important}.builder-component .text-wrap,.DCFormBuilder .text-wrap,.formio-dialog-component-settings .text-wrap{white-space:normal!important}.builder-component .text-nowrap,.DCFormBuilder .text-nowrap,.formio-dialog-component-settings .text-nowrap{white-space:nowrap!important}.builder-component .text-truncate,.DCFormBuilder .text-truncate,.formio-dialog-component-settings .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.builder-component .text-left,.DCFormBuilder .text-left,.formio-dialog-component-settings .text-left{text-align:left!important}.builder-component .text-right,.DCFormBuilder .text-right,.formio-dialog-component-settings .text-right{text-align:right!important}.builder-component .text-center,.DCFormBuilder .text-center,.formio-dialog-component-settings .text-center{text-align:center!important}@media(min-width:576px){.builder-component .text-sm-left,.DCFormBuilder .text-sm-left,.formio-dialog-component-settings .text-sm-left{text-align:left!important}.builder-component .text-sm-right,.DCFormBuilder .text-sm-right,.formio-dialog-component-settings .text-sm-right{text-align:right!important}.builder-component .text-sm-center,.DCFormBuilder .text-sm-center,.formio-dialog-component-settings .text-sm-center{text-align:center!important}}@media(min-width:768px){.builder-component .text-md-left,.DCFormBuilder .text-md-left,.formio-dialog-component-settings .text-md-left{text-align:left!important}.builder-component .text-md-right,.DCFormBuilder .text-md-right,.formio-dialog-component-settings .text-md-right{text-align:right!important}.builder-component .text-md-center,.DCFormBuilder .text-md-center,.formio-dialog-component-settings .text-md-center{text-align:center!important}}@media(min-width:992px){.builder-component .text-lg-left,.DCFormBuilder .text-lg-left,.formio-dialog-component-settings .text-lg-left{text-align:left!important}.builder-component .text-lg-right,.DCFormBuilder .text-lg-right,.formio-dialog-component-settings .text-lg-right{text-align:right!important}.builder-component .text-lg-center,.DCFormBuilder .text-lg-center,.formio-dialog-component-settings .text-lg-center{text-align:center!important}}@media(min-width:1200px){.builder-component .text-xl-left,.DCFormBuilder .text-xl-left,.formio-dialog-component-settings .text-xl-left{text-align:left!important}.builder-component .text-xl-right,.DCFormBuilder .text-xl-right,.formio-dialog-component-settings .text-xl-right{text-align:right!important}.builder-component .text-xl-center,.DCFormBuilder .text-xl-center,.formio-dialog-component-settings .text-xl-center{text-align:center!important}}.builder-component .text-lowercase,.DCFormBuilder .text-lowercase,.formio-dialog-component-settings .text-lowercase{text-transform:lowercase!important}.builder-component .text-uppercase,.DCFormBuilder .text-uppercase,.formio-dialog-component-settings .text-uppercase{text-transform:uppercase!important}.builder-component .text-capitalize,.DCFormBuilder .text-capitalize,.formio-dialog-component-settings .text-capitalize{text-transform:capitalize!important}.builder-component .font-weight-light,.DCFormBuilder .font-weight-light,.formio-dialog-component-settings .font-weight-light{font-weight:300!important}.builder-component .font-weight-lighter,.DCFormBuilder .font-weight-lighter,.formio-dialog-component-settings .font-weight-lighter{font-weight:lighter!important}.builder-component .font-weight-normal,.DCFormBuilder .font-weight-normal,.formio-dialog-component-settings .font-weight-normal{font-weight:400!important}.builder-component .font-weight-bold,.DCFormBuilder .font-weight-bold,.formio-dialog-component-settings .font-weight-bold{font-weight:700!important}.builder-component .font-weight-bolder,.DCFormBuilder .font-weight-bolder,.formio-dialog-component-settings .font-weight-bolder{font-weight:bolder!important}.builder-component .font-italic,.DCFormBuilder .font-italic,.formio-dialog-component-settings .font-italic{font-style:italic!important}.builder-component .text-white,.DCFormBuilder .text-white,.formio-dialog-component-settings .text-white{color:#fff!important}.builder-component .text-primary,.DCFormBuilder .text-primary,.formio-dialog-component-settings .text-primary{color:#2780e3!important}.builder-component a.text-primary:focus,.builder-component a.text-primary:hover,.DCFormBuilder a.text-primary:focus,.DCFormBuilder a.text-primary:hover,.formio-dialog-component-settings a.text-primary:focus,.formio-dialog-component-settings a.text-primary:hover{color:#165ba8!important}.builder-component .text-secondary,.DCFormBuilder .text-secondary,.formio-dialog-component-settings .text-secondary{color:#373a3c!important}.builder-component a.text-secondary:focus,.builder-component a.text-secondary:hover,.DCFormBuilder a.text-secondary:focus,.DCFormBuilder a.text-secondary:hover,.formio-dialog-component-settings a.text-secondary:focus,.formio-dialog-component-settings a.text-secondary:hover{color:#121314!important}.builder-component .text-success,.DCFormBuilder .text-success,.formio-dialog-component-settings .text-success{color:#3fb618!important}.builder-component a.text-success:focus,.builder-component a.text-success:hover,.DCFormBuilder a.text-success:focus,.DCFormBuilder a.text-success:hover,.formio-dialog-component-settings a.text-success:focus,.formio-dialog-component-settings a.text-success:hover{color:#28720f!important}.builder-component .text-info,.DCFormBuilder .text-info,.formio-dialog-component-settings .text-info{color:#9954bb!important}.builder-component a.text-info:focus,.builder-component a.text-info:hover,.DCFormBuilder a.text-info:focus,.DCFormBuilder a.text-info:hover,.formio-dialog-component-settings a.text-info:focus,.formio-dialog-component-settings a.text-info:hover{color:#6f378b!important}.builder-component .text-warning,.DCFormBuilder .text-warning,.formio-dialog-component-settings .text-warning{color:#ff7518!important}.builder-component a.text-warning:focus,.builder-component a.text-warning:hover,.DCFormBuilder a.text-warning:focus,.DCFormBuilder a.text-warning:hover,.formio-dialog-component-settings a.text-warning:focus,.formio-dialog-component-settings a.text-warning:hover{color:#cb5200!important}.builder-component .text-danger,.DCFormBuilder .text-danger,.formio-dialog-component-settings .text-danger{color:#ff0039!important}.builder-component a.text-danger:focus,.builder-component a.text-danger:hover,.DCFormBuilder a.text-danger:focus,.DCFormBuilder a.text-danger:hover,.formio-dialog-component-settings a.text-danger:focus,.formio-dialog-component-settings a.text-danger:hover{color:#b30028!important}.builder-component .text-light,.DCFormBuilder .text-light,.formio-dialog-component-settings .text-light{color:#f8f9fa!important}.builder-component a.text-light:focus,.builder-component a.text-light:hover,.DCFormBuilder a.text-light:focus,.DCFormBuilder a.text-light:hover,.formio-dialog-component-settings a.text-light:focus,.formio-dialog-component-settings a.text-light:hover{color:#cbd3da!important}.builder-component .text-dark,.DCFormBuilder .text-dark,.formio-dialog-component-settings .text-dark{color:#373a3c!important}.builder-component a.text-dark:focus,.builder-component a.text-dark:hover,.DCFormBuilder a.text-dark:focus,.DCFormBuilder a.text-dark:hover,.formio-dialog-component-settings a.text-dark:focus,.formio-dialog-component-settings a.text-dark:hover{color:#121314!important}.builder-component .text-body,.DCFormBuilder .text-body,.formio-dialog-component-settings .text-body{color:#373a3c!important}.builder-component .text-muted,.DCFormBuilder .text-muted,.formio-dialog-component-settings .text-muted{color:#868e96!important}.builder-component .text-black-50,.DCFormBuilder .text-black-50,.formio-dialog-component-settings .text-black-50{color:rgba(0,0,0,.5)!important}.builder-component .text-white-50,.DCFormBuilder .text-white-50,.formio-dialog-component-settings .text-white-50{color:hsla(0,0%,100%,.5)!important}.builder-component .text-hide,.DCFormBuilder .text-hide,.formio-dialog-component-settings .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.builder-component .text-decoration-none,.DCFormBuilder .text-decoration-none,.formio-dialog-component-settings .text-decoration-none{text-decoration:none!important}.builder-component .text-break,.DCFormBuilder .text-break,.formio-dialog-component-settings .text-break{word-break:break-word!important;word-wrap:break-word!important}.builder-component .text-reset,.DCFormBuilder .text-reset,.formio-dialog-component-settings .text-reset{color:inherit!important}.builder-component .visible,.DCFormBuilder .visible,.formio-dialog-component-settings .visible{visibility:visible!important}.builder-component .invisible,.DCFormBuilder .invisible,.formio-dialog-component-settings .invisible{visibility:hidden!important}@media print{.builder-component *,.builder-component :after,.builder-component :before,.DCFormBuilder *,.DCFormBuilder :after,.DCFormBuilder :before,.formio-dialog-component-settings *,.formio-dialog-component-settings :after,.formio-dialog-component-settings :before{text-shadow:none!important;box-shadow:none!important}.builder-component a:not(.btn),.DCFormBuilder a:not(.btn),.formio-dialog-component-settings a:not(.btn){text-decoration:underline}.builder-component abbr[title]:after,.DCFormBuilder abbr[title]:after,.formio-dialog-component-settings abbr[title]:after{content:" (" attr(title) ")"}.builder-component pre,.DCFormBuilder pre,.formio-dialog-component-settings pre{white-space:pre-wrap!important}.builder-component blockquote,.builder-component pre,.DCFormBuilder blockquote,.DCFormBuilder pre,.formio-dialog-component-settings blockquote,.formio-dialog-component-settings pre{border:1px solid #adb5bd;page-break-inside:avoid}.builder-component thead,.DCFormBuilder thead,.formio-dialog-component-settings thead{display:table-header-group}.builder-component img,.builder-component tr,.DCFormBuilder img,.DCFormBuilder tr,.formio-dialog-component-settings img,.formio-dialog-component-settings tr{page-break-inside:avoid}.builder-component h2,.builder-component h3,.builder-component p,.DCFormBuilder h2,.DCFormBuilder h3,.DCFormBuilder p,.formio-dialog-component-settings h2,.formio-dialog-component-settings h3,.formio-dialog-component-settings p{orphans:3;widows:3}.builder-component h2,.builder-component h3,.DCFormBuilder h2,.DCFormBuilder h3,.formio-dialog-component-settings h2,.formio-dialog-component-settings h3{page-break-after:avoid}@page{.builder-component,.DCFormBuilder,.formio-dialog-component-settings{size:a3}}.builder-component .container,.builder-component body,.DCFormBuilder .container,.DCFormBuilder body,.formio-dialog-component-settings .container,.formio-dialog-component-settings body{min-width:992px!important}.builder-component .navbar,.DCFormBuilder .navbar,.formio-dialog-component-settings .navbar{display:none}.builder-component .badge,.DCFormBuilder .badge,.formio-dialog-component-settings .badge{border:1px solid #000}.builder-component .table,.DCFormBuilder .table,.formio-dialog-component-settings .table{border-collapse:collapse!important}.builder-component .table td,.builder-component .table th,.DCFormBuilder .table td,.DCFormBuilder .table th,.formio-dialog-component-settings .table td,.formio-dialog-component-settings .table th{background-color:#fff!important}.builder-component .table-bordered td,.builder-component .table-bordered th,.DCFormBuilder .table-bordered td,.DCFormBuilder .table-bordered th,.formio-dialog-component-settings .table-bordered td,.formio-dialog-component-settings .table-bordered th{border:1px solid #dee2e6!important}.builder-component .table-dark,.DCFormBuilder .table-dark,.formio-dialog-component-settings .table-dark{color:inherit}.builder-component .table-dark tbody+tbody,.builder-component .table-dark td,.builder-component .table-dark th,.builder-component .table-dark thead th,.DCFormBuilder .table-dark tbody+tbody,.DCFormBuilder .table-dark td,.DCFormBuilder .table-dark th,.DCFormBuilder .table-dark thead th,.formio-dialog-component-settings .table-dark tbody+tbody,.formio-dialog-component-settings .table-dark td,.formio-dialog-component-settings .table-dark th,.formio-dialog-component-settings .table-dark thead th{border-color:#dee2e6}.builder-component .table .thead-dark th,.DCFormBuilder .table .thead-dark th,.formio-dialog-component-settings .table .thead-dark th{color:inherit;border-color:#dee2e6}}.builder-component body,.DCFormBuilder body,.formio-dialog-component-settings body{-webkit-font-smoothing:antialiased}.builder-component .progress .progress-bar,.DCFormBuilder .progress .progress-bar,.formio-dialog-component-settings .progress .progress-bar{font-size:8px;line-height:8px}.choices{position:relative;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.ace_editor,.ace_editor *{font-family:monospace!important}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMi41OTIuMDQ0bDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjRMMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.5}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]:after{content:"";height:0;width:0;border:5px solid transparent;border-top-color:#333;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMi41OTIuMDQ0bDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjRMMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.choices__list--dropdown.is-active{visibility:visible}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media(min-width:640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:grey}.choices__button{text-indent:-9999px;-webkit-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:50%;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:initial;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}dialog{position:absolute;left:0;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;margin:auto;border:solid;padding:1em;background:#fff;color:#000;display:block}dialog:not([open]){display:none}dialog+.backdrop{background:rgba(0,0,0,.1)}._dialog_overlay,dialog+.backdrop{position:fixed;top:0;right:0;bottom:0;left:0}dialog.fixed{position:fixed;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80)}.gu-hide{display:none!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter:alpha(opacity=20)}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;src:url(/static/media/fontawesome-webfont.8b43027f.eot);src:url(/static/media/fontawesome-webfont.8b43027f.eot) format("embedded-opentype"),url(/static/media/fontawesome-webfont.20fd1704.woff2) format("woff2"),url(/static/media/fontawesome-webfont.f691f37e.woff) format("woff"),url(/static/media/fontawesome-webfont.1e59d233.ttf) format("truetype"),url(/static/media/fontawesome-webfont.c1e38fd9.svg) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-family:FontAwesome!important;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.formio-loader{position:relative;min-height:60px}.loader-wrapper{z-index:1000;position:absolute;top:0;left:0;bottom:0;right:0;height:120px;background-color:transparent}.loader{position:absolute;left:50%;top:50%;margin-left:-30px;margin-top:-30px;z-index:10000;display:inline-block;border:6px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:60px;height:60px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.formio-form{position:relative;min-height:80px}.formio-form .formio-component-survey,.formio-form .formio-component-table{overflow-x:overlay!important}.formio-form .formio-component-survey th{white-space:nowrap}.formio-error-wrapper,.formio-warning-wrapper{padding:1em}.formio-error-wrapper{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.formio-warning-wrapper{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.formio-disabled-input .form-control.flatpickr-input{background-color:#eee}.builder-component.has-error .invalid-feedback,.formio-component.alert-danger .invalid-feedback,.formio-component.has-error .invalid-feedback,.formio-component.has-message .invalid-feedback{display:block;color:inherit;margin-top:4px}.formio-errors .error{color:#fff;padding:5px;font-size:14px}.formio-errors .warning{color:#856404;padding:5px;font-size:14px}.formio-errors .info{color:#004085;padding:5px;font-size:14px}.formio-wysiwyg-editor{min-height:200px;background-color:#fff}.has-feedback .form-control{padding-right:10px}.has-feedback .form-control[type=hidden]{padding-right:0}.has-error.bg-danger{padding:4px}.ql-source:after{content:"[source]";white-space:nowrap}.quill-source-code{width:100%;margin:0;background:#1d1d1d;box-sizing:border-box;color:#ccc;font-size:15px;outline:0;padding:20px;line-height:24px;font-family:Consolas,Menlo,Monaco,"Courier New",monospace;position:absolute;top:0;bottom:0;border:none;display:none}.formio-component-tags tags{background-color:#fff}.formio-error-wrapper .field-required:after{color:#c20000}.field-required:after,.tab-error:after{content:" *";color:#eb0000}.field-required:after{position:relative;z-index:10}.glyphicon-spin{-webkit-animation:formio-spin 1s linear infinite;animation:formio-spin 1s linear infinite}@-webkit-keyframes formio-spin{0%{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(1turn)}}@keyframes formio-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.button-icon-right{margin-left:5px}.formio-component-submit .submit-success:after{content:"✓";position:relative;right:-4px;top:1px;line-height:1}.formio-component-submit .submit-fail:after{content:"✗";position:relative;right:-4px;top:1px;line-height:1}.card-vertical{display:flex;flex-direction:row;margin-top:5px}.nav-tabs-vertical{display:flex;flex-direction:column;border-right:1px solid #ddd;padding-left:5px;margin-right:10px;border-bottom:0}.card-vertical ul>li>.nav-link-vertical{border-right-color:transparent;border-radius:4px 0 0 4px;margin-right:0}.card-vertical ul>li>.nav-link-vertical.active{border-bottom-color:#ddd;border-right-color:transparent}.card-vertical ul>li>.nav-link-vertical.active:hover{border-right-color:transparent}.nav-tabs-vertical>li{margin:0 -1px 0 0}.formio-component-submit .submit-fail[disabled]{opacity:1}.form-control.flatpickr-input{background-color:#fff}.input-group .flatpickr-wrapper{flex-grow:1}.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-calendar .flatpickr-current-month input.cur-year:focus,.flatpickr-calendar .flatpickr-days:focus{outline:auto}td>.form-group{margin-bottom:0}.signature-pad-body{overflow:hidden;position:relative}.signature-pad-canvas{border-radius:4px;box-shadow:inset 0 0 5px rgba(0,0,0,.02);border:1px solid #f4f4f4}.btn.signature-pad-refresh{position:absolute;left:0;top:0;z-index:1000;padding:3px;line-height:0}[dir=rtl] .btn.signature-pad-refresh{left:unset;right:0}.formio-component-multiple .choices__input{width:100%}.choices__list--dropdown .choices__item--selectable{padding-right:0}.signature-pad-refresh img{height:1.2em}.signature-pad-footer{text-align:center;color:#c3c3c3}.choices__list--dropdown{z-index:100}.choices__list--multiple .choices__item{border-radius:0;padding:2px 8px;line-height:1em;margin-bottom:6px}.choices__list--single{padding:0}.choices__item.choices__item--selectable{white-space:nowrap;overflow:hidden;padding-right:25px;text-overflow:ellipsis}.choices__input{padding:2px}.choices[dir=rtl]>*{text-align:right}.choices[dir=rtl] .choices__list--multiple .choices__item[data-deletable]{padding-left:5px;float:right}.choices[dir=rtl] .choices__list--multiple .choices__item[data-deletable] .choices__button{float:left;margin:0 8px 0 -4px;padding-left:unset;padding-right:16px;border-left:unset;border-right:1px solid #008fa1;overflow:hidden}@-moz-document url-prefix(){.choices__button{float:right}}.formio-component-file .fileSelector{position:relative;padding:15px;border:2px dashed #ddd;text-align:center}.formio-component-file .fileSelector .loader-wrapper{display:none;width:100%;height:100%;background-color:rgba(0,0,0,.1)}.formio-component-file .fileSelector .loader-wrapper .loader{height:45px;width:45px;margin-top:-23px;margin-left:-23px}.formio-component-file .fileSelector a{text-decoration:underline}.formio-component-file .fileSelector.fileDragOver{border-color:#127abe}.formio-component-file .fileSelector .fa,.formio-component-file .fileSelector .glyphicon{font-size:20px;margin-right:5px}[dir=rtl] .formio-component-file .fileSelector .fa,[dir=rtl] .formio-component-file .fileSelector .glyphicon{margin-right:unset;margin-left:5px}.formio-component-file .fileSelector .browse{cursor:pointer}@-webkit-keyframes formio-dialog-fadeout{0%{opacity:1}to{opacity:0}}@keyframes formio-dialog-fadeout{0%{opacity:1}to{opacity:0}}@-webkit-keyframes formio-dialog-fadein{0%{opacity:0}to{opacity:1}}@keyframes formio-dialog-fadein{0%{opacity:0}to{opacity:1}}.formio-dialog{box-sizing:border-box;font-size:.8em;color:#666}.formio-dialog.formio-modaledit-dialog{font-size:inherit}.formio-dialog *,.formio-dialog:after,.formio-dialog:before{box-sizing:inherit}.formio-dialog{position:fixed;overflow:auto;-webkit-overflow-scrolling:touch;z-index:10000;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.4);-webkit-animation:formio-dialog-fadein .5s;animation:formio-dialog-fadein .5s}.formio-dialog.formio-dialog-disabled-animation,.formio-dialog.formio-dialog-disabled-animation .formio-dialog-content,.formio-dialog.formio-dialog-disabled-animation .formio-dialog-overlay{-webkit-animation:none!important;animation:none!important}.formio-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;-webkit-backface-visibility:hidden;-webkit-animation:formio-dialog-fadein .5s;animation:formio-dialog-fadein .5s;margin-right:15px;background:0 0}.formio-dialog-no-overlay{pointer-events:none}.formio-dialog.formio-dialog-closing .formio-dialog-overlay{-webkit-backface-visibility:hidden;-webkit-animation:formio-dialog-fadeout .5s;animation:formio-dialog-fadeout .5s}.formio-dialog-content{background:#fff;-webkit-backface-visibility:hidden;-webkit-animation:formio-dialog-fadein .5s;animation:formio-dialog-fadein .5s;pointer-events:all;overflow:auto}.formio-component-modal-wrapper-select .formio-dialog-content{overflow:initial}.formio-dialog.formio-dialog-closing .formio-dialog-content{-webkit-backface-visibility:hidden;-webkit-animation:formio-dialog-fadeout .5s;animation:formio-dialog-fadeout .5s}.formio-dialog-close:before{font-family:Helvetica,Arial,sans-serif;content:"×";cursor:pointer}body.formio-dialog-open,html.formio-dialog-open{overflow:hidden}.formio-dialog .tab-content{padding-top:12px}.formio-dialog-close{z-index:1000}@-webkit-keyframes formio-dialog-flyin{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes formio-dialog-flyin{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes formio-dialog-flyout{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes formio-dialog-flyout{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}.formio-dialog.formio-dialog-theme-default{padding-bottom:160px;padding-top:160px}.formio-dialog.formio-dialog-theme-default .component-edit-container{padding:.5em}.formio-dialog.formio-dialog-theme-default.formio-dialog-closing .formio-dialog-content{-webkit-animation:formio-dialog-flyout .5s;animation:formio-dialog-flyout .5s}.formio-dialog.formio-dialog-theme-default .formio-dialog-content{-webkit-animation:formio-dialog-flyin .5s;animation:formio-dialog-flyin .5s;background:#f0f0f0;border-radius:5px;font-family:Helvetica,sans-serif;font-size:1.1em;line-height:1.5em;margin:0 auto;max-width:100%;padding:1em;position:relative;width:80%}.formio-dialog.formio-dialog-theme-default .formio-dialog-close{border:none;background:0 0;cursor:pointer;position:absolute;right:1px;top:1px;z-index:100}.formio-clickable{cursor:pointer}.component-settings .nav>li>a{padding:8px 10px}.formio-dialog.formio-dialog-theme-default .formio-dialog-close:before{display:block;padding:3px;background:0 0;color:#8a8a8a;content:"×";font-size:26px;font-weight:400;line-height:26px;text-align:center}.formio-dialog.formio-dialog-theme-default .formio-dialog-close:active:before,.formio-dialog.formio-dialog-theme-default .formio-dialog-close:hover:before{color:#777}.formio-dialog.formio-dialog-theme-default .formio-dialog-message{margin-bottom:.5em}.formio-dialog.formio-dialog-theme-default .formio-dialog-input{margin-bottom:1em}.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=email],.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=password],.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=text],.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=url],.formio-dialog.formio-dialog-theme-default .formio-dialog-input textarea{background:#fff;border:0;border-radius:3px;font-family:inherit;font-size:inherit;font-weight:inherit;margin:0 0 .25em;min-height:2.5em;padding:.25em .67em;width:100%}.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=email]:focus,.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=password]:focus,.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=text]:focus,.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=url]:focus,.formio-dialog.formio-dialog-theme-default .formio-dialog-input textarea:focus{box-shadow:inset 0 0 0 2px #8dbdf1;outline:0}.formio-dialog-buttons{display:flex;justify-content:flex-end}.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons{*zoom:1}.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons:after{content:"";display:table;clear:both}.formio-dialog.formio-dialog-theme-default .formio-dialog-button{border:0;border-radius:3px;cursor:pointer;float:right;font-family:inherit;font-size:.8em;letter-spacing:.1em;line-height:1em;margin:0 0 0 .5em;padding:.75em 2em;text-transform:uppercase}.formio-dialog.formio-dialog-theme-default .formio-dialog-button:focus{-webkit-animation:formio-dialog-pulse 1.1s infinite;animation:formio-dialog-pulse 1.1s infinite;outline:0}@media(max-width:568px){.formio-dialog.formio-dialog-theme-default .formio-dialog-button:focus{-webkit-animation:none;animation:none}}.formio-dialog.formio-dialog-theme-default .formio-dialog-button.formio-dialog-button-primary{background:#3288e6;color:#fff}.formio-dialog.formio-dialog-theme-default .formio-dialog-button.formio-dialog-button-secondary{background:#e0e0e0;color:#777}.formio-dialog-content .panel{margin:0}.formio-dialog-content [ref=dialogHeader]{padding-right:15px}.formio-placeholder{position:absolute;color:#999}.formio-dialog .formio-dialog-close{cursor:pointer}.formio-iframe{border:none;width:100%;height:1000px}.inline-form-button{margin-right:10px}.tooltip{opacity:1}.tooltip[x-placement=right] .tooltip-arrow{border-right:5px solid #000}.tooltip[x-placement=right] .tooltip-inner{margin-left:8px}.control-label--bottom{margin-bottom:0;margin-top:5px}.formio-component-label-hidden{position:relative}.formio-hidden{margin:0}.control-label--hidden{position:absolute;top:6px;right:5px;font-size:1.5em}.formio-component-datetime .control-label--hidden.field-required{right:45px;z-index:3}.formio-component-selectboxes .control-label--hidden.field-required,.formio-component-survey .control-label--hidden.field-required{top:0}.formio-component-resource .control-label--hidden.field-required,.formio-component-select .control-label--hidden.field-required{right:40px;z-index:2}.formio-component-datasource,.formio-component-hidden:not(.formio-component-checkbox){margin-bottom:0}.checkbox-inline label,.radio-inline label{font-weight:400;cursor:pointer}.editgrid-listgroup{margin-bottom:10px}.tree-listgroup{flex-direction:row}.formio-component-submit button[disabled]+.has-error{display:block}.formio-choices.form-group{margin-bottom:0}.formio-choices[data-type=select-multiple] .form-control{height:auto}.form-control.formio-multiple-mask-select{width:15%;z-index:4;color:#000;font-weight:100;word-spacing:6px}.form-control.formio-multiple-mask-input{width:80%}.input-group.formio-multiple-mask-container{width:100%}.formio-component .table{margin-bottom:0}.editgrid-table-container{margin-bottom:10px;max-width:calc(100vw - 140px)}.editgrid-table-container .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.editgrid-table-column{border:none}.editgrid-table-body,.editgrid-table-head{border:1px solid #ddd}.editgrid-table-body{border-top:0}.formio-hide-label-panel-tooltip{margin-top:-10px;margin-left:-10px}.is-disabled .choices__list--multiple .choices__item{padding:5px 10px}.is-disabled .choices__list--multiple .choices__item .choices__button{display:none}.formio-collapse-icon{cursor:pointer;margin-right:4px}[dir=rtl] .formio-collapse-icon{margin-right:unset;margin-left:4px}.formio-component-dateTime .form-control[type=datetime-local]~.input-group-addon,.formio-component-datetime .form-control[type=datetime-local]~.input-group-addon{width:auto}.formio-component-datagrid .formio-datagrid-remove{position:absolute;top:0;right:0;visibility:hidden;opacity:0;transition:opacity .2s linear,visibility 0s .2s}.formio-component-datagrid .datagrid-table>tbody>tr>td:last-child{position:relative}.formio-component-datagrid .datagrid-table>tbody>tr:hover>td:last-child .formio-datagrid-remove{visibility:visible;opacity:1;transition:visibility 0s,opacity .2s linear}.formio-component-modaledit .formio-modaledit-view-container{position:relative;border:1px solid #ddd;min-height:34px;padding:6px 12px;cursor:text}td .formio-component-modaledit .formio-modaledit-view-container{padding:0;border-style:none}.formio-component-modaledit .formio-modaledit-edit{position:absolute;top:0;left:0;visibility:hidden;opacity:0;transition:opacity .2s linear,visibility 0s .2s}.formio-component-modaledit .formio-modaledit-view-container:hover .formio-modaledit-edit{visibility:visible;opacity:1;transition:visibility 0s,opacity .2s linear}.formio-modaledit-dialog .formio-modaledit-close{position:absolute;top:100%;right:0;border-radius:0}.reset-margins a,.reset-margins abbr,.reset-margins acronym,.reset-margins address,.reset-margins applet,.reset-margins article,.reset-margins aside,.reset-margins audio,.reset-margins b,.reset-margins big,.reset-margins blockquote,.reset-margins body,.reset-margins canvas,.reset-margins caption,.reset-margins center,.reset-margins cite,.reset-margins code,.reset-margins dd,.reset-margins del,.reset-margins details,.reset-margins dfn,.reset-margins div,.reset-margins dl,.reset-margins dt,.reset-margins em,.reset-margins embed,.reset-margins fieldset,.reset-margins figcaption,.reset-margins figure,.reset-margins footer,.reset-margins form,.reset-margins h1,.reset-margins h2,.reset-margins h3,.reset-margins h4,.reset-margins h5,.reset-margins h6,.reset-margins header,.reset-margins hgroup,.reset-margins html,.reset-margins i,.reset-margins iframe,.reset-margins img,.reset-margins ins,.reset-margins kbd,.reset-margins label,.reset-margins legend,.reset-margins li,.reset-margins mark,.reset-margins menu,.reset-margins nav,.reset-margins object,.reset-margins ol,.reset-margins output,.reset-margins p,.reset-margins pre,.reset-margins q,.reset-margins ruby,.reset-margins s,.reset-margins samp,.reset-margins section,.reset-margins small,.reset-margins span,.reset-margins strike,.reset-margins strong,.reset-margins sub,.reset-margins summary,.reset-margins sup,.reset-margins table,.reset-margins tbody,.reset-margins td,.reset-margins tfoot,.reset-margins th,.reset-margins thead,.reset-margins time,.reset-margins tr,.reset-margins tt,.reset-margins u,.reset-margins ul,.reset-margins var,.reset-margins video{margin:0}.ck-body .ck.ck-balloon-panel{z-index:101000}.formio-component-select select[disabled=disabled]{-webkit-appearance:none;-moz-appearance:none;text-indent:1px;text-overflow:""}.datagrid-group-label.collapsed>td,.formio-component-select .choices.is-disabled[data-type*=select-one]:after,.formio-component-select div[disabled=disabled] button{display:none}.datagrid-group-header.clickable{cursor:pointer}.datagrid-group-header.clickable .datagrid-group-label:before{display:inline-block;vertical-align:middle;content:"▾";margin:0 5px}.datagrid-group-header.clickable.collapsed .datagrid-group-label:before{content:"▸"}.formio-component.alert-danger .help-block,.formio-component.alert-warning .help-block{color:inherit}.tree__level_even{background-color:#f6f6f6}.tree__node-content{margin-bottom:10px}.tree__node-children{margin:0}.formio-select-autocomplete-input{opacity:0;position:relative;z-index:-1}.has-error>.help-block{margin-top:5px;margin-bottom:10px}.no-top-border-table>.table>tbody>tr:first-child>td{border-top:none}.table>tbody>tr>td.cell-align-left{text-align:left}.table>tbody>tr>td.cell-align-center{text-align:center}.table>tbody>tr>td.cell-align-center>div{margin-left:auto;margin-right:auto}.table>tbody>tr>td.cell-align-right{text-align:right}.table>tbody>tr>td.cell-align-right>div{margin-left:auto}.table-responsive[ref=component]{overflow-x:visible}.formio-component-textarea .alert .ck-editor__editable{color:inherit}.formio-component-textarea .ck.ck-editor__editable .image .ck-progress-bar{height:4px}div[data-oembed-url]{width:100%}.checkbox label.label-position-bottom,.checkbox label.label-position-left,.checkbox label.label-position-top,.radio label.label-position-bottom,.radio label.label-position-left,.radio label.label-position-top{padding-left:0}.checkbox label.label-position-bottom span,.checkbox label.label-position-top span,.radio label.label-position-bottom span,.radio label.label-position-top span{display:block}.checkbox label.label-position-bottom input[type=checkbox],.checkbox label.label-position-top input[type=checkbox],.radio label.label-position-bottom input[type=radio],.radio label.label-position-top input[type=radio]{position:relative;margin-left:0}.checkbox label.label-position-top input[type=checkbox],.radio label.label-position-top input[type=radio]{margin-top:4px}.checkbox label.label-position-bottom input[type=checkbox],.radio label.label-position-bottom input[type=radio]{margin-bottom:8px}.checkbox label.label-position-left input[type=checkbox],.radio label.label-position-left input[type=radio]{margin-left:10px}.open-modal-button{width:100%;text-align:left;white-space:normal;height:auto}.formio-component-modal-wrapper-signature .open-modal-button{text-align:center;height:100%;font-size:1.4em;padding:0;margin:0}.formio-component-content .image{display:table;clear:both;text-align:center;margin:1em auto}.formio-component-content .image>img{display:block;margin:0 auto;max-width:100%;min-width:50px}.formio-component-content .image>figcaption{display:table-caption;caption-side:bottom;word-break:break-word;color:#333;background-color:#f7f7f7;padding:.6em;font-size:.75em;outline-offset:-1px}.formio-component-content .image.image_resized{max-width:100%;display:block;box-sizing:border-box}.formio-component-content .image.image_resized img{width:100%}.formio-component-content .image.image_resized>figcaption{display:block}.formio-component-content .media{clear:both;margin:1em 0;display:block;min-width:15em}.formio-component-content .image-style-align-center:not(.image_resized),.formio-component-content .image-style-align-left:not(.image_resized),.formio-component-content .image-style-align-right:not(.image_resized),.formio-component-content .image-style-side:not(.image_resized){max-width:50%}.formio-component-content .image-style-side{float:right;margin-left:var(--ck-image-style-spacing)}.formio-component-content .image-style-align-left{float:left;margin-right:var(--ck-image-style-spacing)}.formio-component-content .image-style-align-center{margin-left:auto;margin-right:auto}.formio-component-content .image-style-align-right{float:right;margin-left:var(--ck-image-style-spacing)}.formio-component-content blockquote{overflow:hidden;padding-right:1.5em;padding-left:1.5em;margin-left:0;margin-right:0;font-style:italic;border-left:5px solid #ccc}.formio-component-content[dir=rtl] blockquote{border-left:0;border-right:5px solid #ccc}.formio-component-content .text-tiny{font-size:.7em}.formio-component-content .text-small{font-size:.85em}.formio-component-content .text-big{font-size:1.4em}.formio-component-content .text-huge{font-size:1.8em}.formio-component-address.formio-component-label-hidden>label.field-required{z-index:1}.formio-component-address.formio-component-label-hidden>label.field-required~.address-autocomplete-container .address-autocomplete-remove-value-icon{right:20px}.address-autocomplete-container{position:relative}.address-autocomplete-container .address-autocomplete-remove-value-icon{cursor:pointer;position:absolute;margin-top:-9px;right:10px;top:50%}.address-autocomplete-container .address-autocomplete-remove-value-icon--hidden{display:none}.autocomplete{background:#fff;font:14px/22px "-apple-system",BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow:auto;box-sizing:border-box;border:1px solid rgba(50,50,50,.6);z-index:11000}.autocomplete>div{cursor:pointer;padding:6px 10px}.autocomplete>div.selected,.autocomplete>div:hover:not(.group){background:#1e90ff;color:#fff}.field-wrapper{display:flex}.field-wrapper--reverse{flex-direction:row-reverse}.field-wrapper .field-label--right{text-align:right}.formio-component-modal-wrapper{margin-bottom:10px}.formio-component-modal-wrapper .open-modal-button{height:auto}.formio-component-modal-wrapper .component-rendering-hidden{visibility:hidden}.formio-component-textarea div.formio-editor-read-only-content[ref=input]{white-space:pre-wrap}.formio-editor-read-only-content img{max-width:100%}.formio-editor-read-only-content li[data-list=bullet]{list-style-type:none}.formio-editor-read-only-content li[data-list=bullet] .ql-ui{padding-right:.5rem}.formio-editor-read-only-content li[data-list=bullet] .ql-ui:before{content:"•"}.formio-editor-read-only-content li[data-list=ordered]{list-style-type:none;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.formio-editor-read-only-content li[data-list=ordered] .ql-ui{padding-right:.5rem}.formio-editor-read-only-content li[data-list=ordered] .ql-ui:before{content:counter(list-0,decimal) ". "}.formio-editor-read-only-content figure.table table{border-collapse:collapse;border-spacing:0;width:100%;height:100%;border:1px double #b3b3b3}.formio-editor-read-only-content figure.table table td,.formio-editor-read-only-content figure.table table th{min-width:2em;padding:.4em;border:1px solid #bfbfbf}.formio-component-password .pull-right:not(:last-child),.formio-component-textarea .pull-right:not(:last-child),.formio-component-textfield .pull-right:not(:last-child){padding-left:12px}.formio-form>div>nav>ul.pagination{flex-flow:row wrap}.formio-form>div>nav>ul.pagination .page-link{cursor:pointer;color:#1c74d9}.formio-form>div>nav>ul.pagination .page-item.active .page-link{color:#fff;background-color:#1c74d9;border-color:#1c74d9}.classic-pagination{border-bottom:1px solid #e0e0e0;padding:0 15px 10px;line-height:1em}.classic-pagination-page{padding:0;position:relative}.classic-pagination-title{color:#595959;font-size:16px;margin-bottom:5px}.classic-pagination-dot{position:absolute;width:30px;height:30px;display:block;background:#fbe8aa;top:40px;left:50%;margin-top:-15px;margin-left:-15px;border-radius:50%}.classic-pagination-dot:after{content:" ";width:14px;height:14px;background:#fbbd19;border-radius:50px;position:absolute;top:8px;left:8px}.classic-pagination-progress,.classic-pagination .progress{position:relative;border-radius:0;height:8px;box-shadow:none;margin:20px 0;border:none;padding:0;background-color:#f6f6f6}.classic-pagination-progress-bar,.classic-pagination .progress-bar{width:0;height:10px;box-shadow:none;background:#fbe8aa}.classic-pagination-page.complete .classic-pagination-progress-bar,.classic-pagination-page.complete .progress-bar{width:100%}.classic-pagination-page.active .classic-pagination-progress-bar,.classic-pagination-page.active .progress-bar{width:50%}.classic-pagination-page.disabled .classic-pagination-dot{background-color:#f5f5f5}.classic-pagination-page.disabled .classic-pagination-dot:after{opacity:0}.classic-pagination-page:first-child .classic-pagination-progress,.classic-pagination-page:first-child .progress{left:50%;width:50%}.classic-pagination-page:first-child.active .classic-pagination-progress-bar,.classic-pagination-page:first-child.active .progress-bar{width:0}.classic-pagination-page:last-child .classic-pagination-progress,.classic-pagination-page:last-child .progress{width:50%}.classic-pagination-page:last-child.active .classic-pagination-progress-bar,.classic-pagination-page:last-child.active .progress-bar{width:100%}.pac-container{z-index:11000}[ref=buttonMessageContainer].has-error{cursor:pointer}[ref=passwordStrengthIndicator]{display:inline}.formio-security-indicator{display:flex;height:5px}.formio-security-indicator [class^=security-]{width:100%;height:100%}.formio-security-indicator .security-low{background-color:#c51e00}.formio-security-indicator .security-medium{background-color:#ebb400}.formio-security-indicator .security-high{background-color:#bddf00}.formio-security-indicator .security-very-high{background-color:#009118}.formio-component-textarea .formio-editor-read-only-content .text-big{font-size:1.4em}.formio-component-textarea .formio-editor-read-only-content .text-huge{font-size:1.8em}.formio-component-textarea .formio-editor-read-only-content .text-small{font-size:.85em}.formio-component-textarea .formio-editor-read-only-content .text-tiny{font-size:.7em}.formio-component [ref=valueMaskInput]{display:none}.formio-wizard-nav-container{display:flex}.formio-wizard-nav-container li{margin-right:.25rem}@media not all and (min-width:30em){.formio-wizard-nav-container{flex-direction:column}.formio-wizard-nav-container li{margin-right:0}.formio-wizard-nav-container li .btn{width:100%;margin-bottom:.25rem}}.formio-tooltip__trigger{cursor:pointer}.formio-tooltip__body{background-color:#1b1b1b;border-radius:.25rem;bottom:0;color:#f0f0f0;display:none;font-size:1rem;padding:.5rem;position:absolute;left:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:auto;white-space:pre;z-index:1000}.formio-tooltip__body.formio-tooltip--is-set{display:block}.formio-tooltip__body--whitespace{white-space:normal;width:250px}.formio-tooltip__body--left,.formio-tooltip__body--right{top:auto;-webkit-transform:translateX(0);transform:translateX(0)}.formio-tooltip__body--left{left:0;right:auto}.formio-tooltip__body--bottom{bottom:auto;top:0}.formio-tooltip__wrapper{position:relative}.formio-tooltip__wrapper>span{font-weight:400}span[role=link]{text-decoration:underline;cursor:pointer}.formbuilder{position:relative}.drag-container{padding:10px;border:2px dotted #e8e8e8}.drag-container:hover{cursor:move;border:2px dotted #ccc}.drag-container.formio-builder-form,.drag-container.formio-builder-form:hover,.panel-body>.drag-container.formio-builder-components,.panel-body>.drag-container.formio-builder-components:hover,.tab-pane>.drag-container.formio-builder-components,.tab-pane>.drag-container.formio-builder-components:hover{padding:0 0 1rem;border:none}.component-btn-group{display:flex;flex-direction:row-reverse;position:absolute;right:0;z-index:1000;margin-top:-2px}.builder-component{position:relative;min-height:15px;margin-top:15px}.builder-component.non-mutable{pointer-events:none}.builder-component .formio-component-htmlelement{border:2px dotted #e8e8e8}.builder-component .formio-component-htmlelement [ref=html]:empty:before{content:"HTML Content";color:#aaa}.builder-component:not(:hover) .component-btn-group{display:none}.builder-group-button{background-color:transparent;white-space:normal;text-align:left}.form-builder-group-header{padding:0}.component-btn-group .component-settings-button{float:right;margin:4px 4px 0 0;z-index:1001;box-shadow:0 0 10px 1px rgba(48,113,169,.6)}.formbuilder .formio-component-content,.formbuilder .formio-component-datasource,.formbuilder .formio-component-form,.formbuilder .formio-component-hidden{border:2px dashed #ddd}.formbuilder .formio-component-datasource,.formbuilder .formio-component-form,.formbuilder .formio-component-hidden{min-height:3em;text-align:center;color:#aaa;padding-top:.5em}.btn-group-xxs>.btn,.btn-xxs,.component-btn-group .component-settings-button{padding:2px;font-size:10px;line-height:1.2em;border-radius:0;width:18px;height:18px}.formcomponents .formcomponent{text-align:left;padding:5px 5px 5px 8px;margin-top:.2rem;font-size:.8em;line-height:1.2;border-radius:.3em}.form-builder-panel .panel-body{padding:5px}.formio-component-tabs .ui.tabular.menu .item{padding:.8em}.formio-pdf-builder{position:relative}.formio-drop-zone{display:none;position:absolute;z-index:10;background-color:#0d87e9;opacity:.1}.formio-drop-zone.enabled{display:inherit}.component-settings .formio-dialog-content{max-height:100%}.component-btn-group .btn.component-settings-button-paste{display:none}.builder-paste-mode .component-settings-button-paste{display:inherit!important}.wizard-page-label{cursor:pointer;border-radius:0}.panel-body .drag-and-drop-alert{margin-bottom:0}.builder-sidebar_scroll{position:-webkit-sticky;position:sticky;top:15px}.builder-sidebar_search{margin-bottom:10px;-webkit-appearance:auto;appearance:auto}.formio-wizard-builder-component-title{color:#6c757d;text-align:center;padding:.5rem}.formio-wizard-position{position:relative}.formio-settings-help{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc;margin-top:10px}.help-block{margin:0}.builder-sidebar .btn{white-space:normal}.component-settings{padding-top:20px!important;padding-bottom:20px!important}.component-edit-container{height:auto;overflow:hidden}.component-edit-content{height:calc(100% - 4em)}.component-edit-tabs.col-sm-6{height:100%;overflow-y:auto}.component-edit-tabs.col-sm-12,.component-edit-tabs.col-sm-12 .editForm{height:calc(100% - 4em);overflow-y:auto}.progress.pdf-progress{height:2rem}.progress.pdf-progress .progress-bar{font-size:1rem;line-height:2rem}.builder-sidebar.disabled .formcomponent{cursor:not-allowed;opacity:.65;box-shadow:none}.PCRViewMain .PCRViewContainer.DCFBContainer{padding:0}.DCFormBuilder{flex:1 1;overflow:auto;position:relative}.DCFormBuilder .DCFBSidebar{position:absolute;left:0;top:0;bottom:0;z-index:9;background-color:#fff;width:270px;border-top:1px solid #eaeaea;border-right:1px solid #eaeaea;overflow:auto;overflow-y:overlay;overflow-x:overlay}.DCFormBuilder>div{height:100%;overflow:auto}.DCFormBuilder .formbuilder{margin:0;height:100%;overflow:auto}.DCFormBuilder .formbuilder .formcomponents{padding:0;max-width:270px;flex:unset;border-right:1px solid #eaeaea;overflow:auto;height:100%;width:100%}.DCFormBuilder a{word-wrap:break-word!important}.DCFormBuilder .builder-sidebar{overflow:auto;overflow-y:overlay;overflow-x:overlay;height:100%;background-color:#fff;position:relative;top:0}.DCFormBuilder .builder-sidebar .builder-sidebar_search{outline:0;box-shadow:unset;border:0;font-size:14px;height:auto;padding:13px 15px 13px 40px;margin:0;background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 507"><path d="M506.1 471.6L377.5 343.1c29.4-37.1 45.3-82.7 45.3-130.8 0-56.5-22-109.6-61.9-149.5C321 22.8 267.9.9 211.4.9s-109.6 22-149.5 61.9S0 155.8 0 212.3s22 109.6 61.9 149.5c39.9 39.9 93 61.9 149.5 61.9 51.3 0 99.8-18.1 138.2-51.4l127.9 127.9c7.9 7.9 20.7 7.9 28.6 0 7.9-7.9 7.9-20.7 0-28.6zM211.4 391c-98.6 0-178.7-80.2-178.7-178.7S112.8 33.5 211.4 33.5s178.7 80.2 178.7 178.7S310 391 211.4 391z" fill="rgb(146 146 146)"/></svg>');background-size:15px;background-repeat:no-repeat;background-position:15px}.DCFormBuilder .builder-sidebar .form-builder-group-header{background-color:unset;border:0;padding:0}.DCFormBuilder .builder-sidebar .form-builder-panel{background-color:unset;border:0}.DCFormBuilder .builder-sidebar .form-builder-group-header .builder-group-button{padding:15px;text-align:left;background-color:#fff;font-size:14px;font-weight:600;text-transform:uppercase;line-height:normal;position:-webkit-sticky;position:sticky;top:0;z-index:1;outline:0;box-shadow:unset;border-bottom:1px solid #eaeaea}.DCFormBuilder .builder-sidebar .form-builder-group-header .builder-group-button:before{content:"";position:absolute;right:16px;top:16px;width:12px;height:12px;border-bottom:3px solid #38383d;border-right:3px solid #38383d;border-radius:3px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.DCFormBuilder .builder-sidebar .form-builder-panel .card-body{padding:0!important;display:flex;flex-direction:column;border-bottom:1px solid #eaeaea}.DCFormBuilder .builder-sidebar .form-builder-panel .card-body[data-type=file],.DCFormBuilder .builder-sidebar .form-builder-panel .card-body[data-type=image]{order:1}.DCFormBuilder .builder-sidebar .form-builder-panel .card-body span.formcomponent{background-color:unset;margin:0;border-radius:0;display:flex;align-items:center;min-width:50%;flex:1 1;cursor:move;-webkit-user-select:none;user-select:none;padding:0;border:0;border-bottom:1px solid #edf2fb;color:#777;font-size:15px;font-weight:400;grid-row-gap:10px;row-gap:10px;transition:all .3s ease}.DCFormBuilder .builder-sidebar .form-builder-panel .card-body span.formcomponent:hover{background-color:#cad3e3;color:#646464}.DCFormBuilder .builder-sidebar .form-builder-panel .card-body span.formcomponent:hover>i{background-color:#abb5c5;color:#fff}.DCFormBuilder .builder-sidebar .form-builder-panel .card-body span.formcomponent:nth-child(2n-1){border-right:1px solid #f6f8fc}.DCFormBuilder .builder-sidebar .form-builder-panel .card-body span.formcomponent:last-child,.DCFormBuilder .builder-sidebar .form-builder-panel .card-body span.formcomponent:nth-last-of-type(-n+2):not(:nth-child(2n)){border-bottom:0}.builder-component .component-btn-group{background-color:#555557;border-radius:4px;grid-column-gap:5px;-webkit-column-gap:5px;column-gap:5px;border:1px solid #000}.builder-component .component-btn-group .component-settings-button{margin:0;padding:0;box-shadow:unset;width:24px;height:24px;font-size:14px;line-height:24px;display:block!important;border:0;background-color:unset;color:#fff;background-color:#555557!important}span.formcomponent.gu-mirror{border:0;background-color:#7b89a4;color:var(--blue-invert);padding:10px 15px;-webkit-user-select:none;user-select:none;cursor:move!important;font-size:14px;font-weight:400;display:flex;align-items:center;font-size:15px}span.formcomponent.gu-mirror>i{font-size:28px;padding:0 .6rem}.DCFormBuilder .builder-sidebar .form-builder-panel .card-body span.formcomponent>i{font-size:28px;display:flex;justify-content:center;align-items:center;background-color:#f5f8fc;min-width:3.5rem!important;max-width:3.5rem!important;color:#7b89a4;margin:0;margin-right:1rem!important;padding:.6rem 1rem;transition:all .3s ease}.DCFormBuilder .formbuilder .formarea{width:calc(100% - 270px);max-width:unset;flex:unset;padding:15px;display:flex;flex-direction:column;align-items:center;overflow:auto;height:100%}.formio-dialog .formio-dialog-content{overflow-y:overlay;overflow-x:overlay}.formio-dialog .formio-dialog-content .component-edit-container{padding:15px}.DCFBContainer .DCFBBar{display:flex}.DCFBContainer .DCFBBar .DCFBBTabs{width:270px;background-color:#fff;border-right:1px solid #eaeaea;display:flex;border-bottom:1px solid #eaeaea}.DCFBContainer .DCFBBar .DCFBBTabs button.mainButton{width:50%;padding:16px;font-size:14px;border-radius:0;border:0}.DCFBContainer .DCFBBar .DCFBBURTP .DCFBBURTPUR{display:flex;align-items:center;min-width:100px}.DCFBContainer .DCFBBar .DCFBBURTP{width:calc(100% - 270px);display:flex;padding:10px 15px;background-color:#cad3e3}.DCFBContainer .DCFBBar .DCFBBURTP .DCFBBURTPUR button.iconButton{margin-right:10px;padding:5px;font-size:16px}.DCFBContainer .DCFBBar .DCFBBURTP .DCFBBURTPTitle{flex:1 1;align-self:center;font-size:20px;font-weight:700;text-align:center;color:#26262b}.DCFBContainer .DCFBBar .DCFBBURTP .DCFBBURTPTView{display:flex}.DCFBContainer .DCFBBar .DCFBBURTP .DCFBBURTPTView button.iconButton{margin-left:10px;padding:5px;font-size:16px}.BuilderStyle .BSItem .BSIIHeading{padding:10px;text-align:center;background-color:#eaeaea;font-size:14px;font-weight:600;text-transform:uppercase;line-height:normal;position:-webkit-sticky;position:sticky;top:0;z-index:1}.BuilderStyle .BSItem .BSInfo .BSISwitch{display:flex;align-items:center;padding:10px 15px;border-bottom:1px solid #f6f8fc}.BuilderStyle .BSItem .BSInfo .BSISwitch .BSISTitle{flex:1 1;padding-right:10px;font-size:14px;font-weight:600;color:#666}.BuilderStyle .BSItem .BSIInput,.BuilderStyle .BSItem .ColorPickerMain{padding:10px 15px;border-bottom:1px solid #f6f8fc}.BuilderOptionPopover .BOPBtn{display:flex;justify-content:center}.BuilderOptionPopover .BOPBtn button{margin-right:10px}.BuilderOption .BOItem{padding:10px 15px;border-bottom:1px solid #f6f8fc}.DCFormBuilder .DCFBSRemove .formcomponents{visibility:hidden;opacity:0}.FormPreviewDialog{display:flex;flex-direction:column;height:100%;overflow:auto}.FormPreviewDialog .DCFormBuilder .DCFBInner{padding:15px;align-items:center;display:flex;flex-direction:column}.dcwizard-form-page>ol.breadcrumb{padding:10px;margin-bottom:10px;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px;flex-wrap:unset;overflow-x:overlay}.dcwizard-form-page>ol.breadcrumb li .wizard-page-label{display:block;font-size:14px;font-weight:500;padding:10px;border-radius:1px;letter-spacing:.5px;margin-right:0!important}.formio-dialog-component-settings.formio-dialog.formio-dialog-theme-default .formio-dialog-content{padding:0;height:100%}.formio-dialog-component-settings.formio-dialog .formio-dialog-content .component-edit-container{padding:0;height:100%;display:flex;flex-direction:column;overflow:auto}.formio-dialog-component-settings.formio-dialog .row.fdcsc-title{padding:15px;margin:0;background-color:#000;border-bottom:1px solid #eaeaea}.formio-dialog-component-settings.formio-dialog .row.fdcsc-title p.lead{font-size:22px;font-weight:500;color:var(--white);opacity:.8;flex:1 1;margin:0;line-height:29px}.formio-dialog-component-settings.component-settings button.formio-dialog-close{border-radius:100%;background-color:#26262b;border-color:transparent;color:var(--white);padding:3px 8px;top:10px;right:15px}.formio-dialog-component-settings.formio-dialog .formio-dialog-content .component-edit-container .row.fdcsc-editform{margin:0;padding:15px;overflow:auto;flex:1 1;background-color:#f6f8fc;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;flex-wrap:nowrap}.formio-dialog-component-settings.formio-dialog .formio-dialog-content .component-edit-container .row.fdcsc-editform .col.fdcscef-col{padding:0;flex:unset;width:calc(50% - 15px);overflow:auto}.row.fdcsc-editform .col.fdcscef-col .formio-component-tabs .card-header{padding:10px 10px 0}.row.fdcsc-editform .col.fdcscef-col .formio-component-tabs .card-header ul.nav.nav-tabs{margin:0}.row.fdcsc-editform .col.fdcscef-col .formio-component-tabs .card-header ul.nav.nav-tabs li.nav-item{flex:1 1}.row.fdcsc-editform .col.fdcscef-col .formio-component-tabs .card-header ul.nav.nav-tabs li.nav-item a.nav-link{text-align:center;font-size:14px;font-weight:600}body.modal-open .pageWrapper{-webkit-filter:blur(3px);filter:blur(3px);overflow:hidden}.row.fdcsc-editform .col.fdcscef-col .formio-component-tabs .formio-component input.formio-select-autocomplete-input{position:absolute}.row.fdcsc-editform .col.fdcscef-col .formio-component-tabs .card-body.tab-pane{padding:10px}.ace_editor.ace_hidpi.ace-xcode{height:182px!important}.formio-dialog-component-settings.formio-dialog .formio-dialog-content .component-edit-container .ace-xcode .ace_gutter{display:none}.formio-dialog-component-settings.formio-dialog .formio-dialog-content .component-edit-container .ace_scroller{left:0!important;bottom:10px!important}.formio-dialog-component-settings.formio-dialog .formio-dialog-content .component-edit-container .ace_editor.ace-xcode{border:1px solid #ced4da}.formio-dialog-component-settings.formio-dialog .formio-dialog-content .component-edit-container .ace_print-margin{display:none}.formio-dialog-component-settings.formio-dialog .formio-dialog-content .component-edit-container .ace_active-line{background-color:unset}.formio-dialog-component-settings.formio-dialog .formio-dialog-content .component-edit-container .ace_content{top:10px;bottom:10px}:root{--form-page-background:#fff;--form-background:#fff;--form-label-font-color:#000;--form-border-color:#fff;--form-button-background-color:#2780e3;--form-button-font-color:#fff;--form-border-width:0px;--form-border-radius:0px;--form-width:100%}.DCFormBuilder .formbuilder .formarea{background-color:#fff;background-color:var(--form-page-background)}.DCFormBuilder .formbuilder .formarea>.formio-component.formio-component-label-hidden{width:100%;width:var(--form-width);background-color:#fff;background-color:var(--form-background);border-width:0;border-color:#fff;border:var(--form-border-width) solid var(--form-border-color);border-radius:0;border-radius:var(--form-border-radius);min-width:375px;padding:30px;height:100%;overflow:auto}.DCFormBuilder .formbuilder .formarea>.formio-component .form-group .col-form-label,.DCFormBuilder .formbuilder .formarea>.formio-component .form-group .form-check-label,.DCFormBuilder .formbuilder .formarea>.formio-component .form-group label[for=day-day],.DCFormBuilder .formbuilder .formarea>.formio-component .form-group label[for=day-month],.DCFormBuilder .formbuilder .formarea>.formio-component .form-group label[for=day-year]{color:#000;color:var(--form-label-font-color)}.DCFormBuilder .formbuilder .formarea>.formio-component .form-group .btn{color:#fff;color:var(--form-button-font-color);background-color:#2780e3;background-color:var(--form-button-background-color);border-color:#2780e3;border-color:var(--form-button-background-color)}.FormPreviewDialog .DCFormBuilder .DCFBInner{background-color:#fff;background-color:var(--form-page-background)}.FormPreviewDialog .DCFormBuilder .DCFBInner .DCFBVew{width:100%;width:var(--form-width);background-color:#fff;background-color:var(--form-background);border-width:0;border-color:#fff;border:var(--form-border-width) solid var(--form-border-color);border-radius:0;border-radius:var(--form-border-radius);min-width:375px;padding:30px}.FormPreviewDialog .DCFormBuilder .DCFBInner .DCFBVew .form-group .col-form-label,.FormPreviewDialog .DCFormBuilder .DCFBInner .DCFBVew .form-group .form-check-label,.FormPreviewDialog .DCFormBuilder .DCFBInner .DCFBVew .form-group label[for=day-day],.FormPreviewDialog .DCFormBuilder .DCFBInner .DCFBVew .form-group label[for=day-month],.FormPreviewDialog .DCFormBuilder .DCFBInner .DCFBVew .form-group label[for=day-year]{color:#000;color:var(--form-label-font-color)}.FormPreviewDialog .DCFormBuilder .DCFBInner .DCFBVew .form-group .btn{color:#fff;color:var(--form-button-font-color);background-color:#2780e3;background-color:var(--form-button-background-color);border-color:#2780e3;border-color:var(--form-button-background-color)}.DCFormBuilder .formbuilder .formarea .dcwizard-form-page{width:100%;width:var(--form-width);background-color:#fff;background-color:var(--form-background);border-width:0;border-color:#fff;border:var(--form-border-width) solid var(--form-border-color);border-radius:0;border-radius:var(--form-border-radius);min-width:375px;padding:30px;height:100%;overflow:auto}.DCFormBuilder .formbuilder .formarea .dcwizard-form-page .btn-primary{color:#fff;color:var(--form-button-font-color);background-color:#2780e3;background-color:var(--form-button-background-color);border-color:#2780e3;border-color:var(--form-button-background-color)}.FormPresenterDialog.FPDUserInfo .DCFormBuilder .DCFBInner .DCFBVew .btn-wizard-nav-submit{color:var(--user-form-button-font-color);background-color:var(--user-form-button-background-color);border-color:var(--user-form-button-background-color)}.DCFormBuilder .formbuilder .formarea .dcwizard-form-page .dcwizard-sort-page{background-color:#000}.DCFormBuilder .formbuilder .formarea .dcwizard-form-page .dcwizard-sort-page ol{margin:0;background-color:unset;display:flex;padding:0;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;flex-wrap:nowrap}.DCFormBuilder .formbuilder .formarea .dcwizard-form-page .dcwizard-sort-page ol:first-of-type{width:calc(100% - 100px);overflow:overlay}.DCFormBuilder .formbuilder .formarea .dcwizard-form-page .dcwizard-sort-page ol:last-of-type{width:100px;overflow:overlay;justify-content:center}.DCFormBuilder .formbuilder .formarea .dcwizard-form-page .dcwizard-sort-page{display:flex;background-color:#cad3e3;padding:10px 15px;margin-bottom:15px;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.DCFormBuilder .formbuilder .formarea .dcwizard-form-page .dcwizard-sort-page ol li{display:flex;margin:5px 0}.DCFormBuilder .formbuilder .formarea .dcwizard-form-page .dcwizard-sort-page ol li span{padding:10px 15px;font-size:14px;font-weight:500;margin-right:0!important}.DCFormBuilder .formbuilder .formarea .dcwizard-form-page .dcwizard-sort-page ol li span i{margin-right:4px;font-size:14px}.builder-component .h1,.builder-component .h2,.builder-component .h3,.builder-component .h4,.builder-component .h5,.builder-component .h6,.builder-component h1,.builder-component h2,.builder-component h3,.builder-component h4,.builder-component h5,.builder-component h6,.DCFormBuilder .formbuilder .formarea .dcwizard-form-page .form-group .col-form-label,.DCFormBuilder .formbuilder .formarea .dcwizard-form-page .form-group .form-check-label,.DCFormBuilder .formbuilder .formarea .dcwizard-form-page .form-group label[for=day-day],.DCFormBuilder .formbuilder .formarea .dcwizard-form-page .form-group label[for=day-month],.DCFormBuilder .formbuilder .formarea .dcwizard-form-page .form-group label[for=day-year],.DCFormBuilder .h1,.DCFormBuilder .h2,.DCFormBuilder .h3,.DCFormBuilder .h4,.DCFormBuilder .h5,.DCFormBuilder .h6,.DCFormBuilder h1,.DCFormBuilder h2,.DCFormBuilder h3,.DCFormBuilder h4,.DCFormBuilder h5,.DCFormBuilder h6,.formio-dialog-component-settings .h1,.formio-dialog-component-settings .h2,.formio-dialog-component-settings .h3,.formio-dialog-component-settings .h4,.formio-dialog-component-settings .h5,.formio-dialog-component-settings .h6,.formio-dialog-component-settings h1,.formio-dialog-component-settings h2,.formio-dialog-component-settings h3,.formio-dialog-component-settings h4,.formio-dialog-component-settings h5,.formio-dialog-component-settings h6{color:#000;color:var(--form-label-font-color)}.DCFormBuilder .formio-form .btn.btn-wizard-nav-submit{color:#fff;color:var(--form-button-font-color);background-color:#2780e3;background-color:var(--form-button-background-color);border-color:#2780e3;border-color:var(--form-button-background-color)}.DCFormBuilder .formio-form ul.pagination{justify-content:center}#FormElementDeleteConfirm{position:fixed;left:0;right:0;top:0;bottom:0;z-index:9999;display:flex;justify-content:center;align-items:center}#FormElementDeleteConfirm .FEDCOverlay{position:absolute;left:0;right:0;top:0;bottom:0;z-index:9999;background-color:rgba(0,0,0,.5019607843)}#FormElementDeleteConfirm .FEDCCard{background-color:#fff;border-radius:7px;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.1411764706),0 9px 46px 8px rgba(0,0,0,.1215686275);position:relative;z-index:99999;max-width:600px;width:100%;overflow:hidden}#FormElementDeleteConfirm .FEDCCard .FEDCBody{padding:30px}#FormElementDeleteConfirm .FEDCCard button.FEDCClose{position:absolute;right:7px;top:7px;background-color:unset;padding:0;border:0;outline:0;font-size:14px}#FormElementDeleteConfirm .FEDCCard .FEDCBody .FEDCBTitle{font-size:24px;text-align:center;font-weight:600;margin-bottom:10px}#FormElementDeleteConfirm .FEDCCard .FEDCBody .FEDCBSTitle{font-size:18px;font-weight:500;line-height:normal;margin-bottom:12px;text-align:center;color:#666}#FormElementDeleteConfirm .FEDCCard .FEDCBody .FEDCBSTitle strong{color:#000}#FormElementDeleteConfirm .FEDCCard .FEDCBody .FEDCBBtns{display:flex;justify-content:center;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;margin-top:30px}#FormElementDeleteConfirm .FEDCCard .FEDCBody .FEDCBBtns button{display:inline-flex;background-color:var(--white);font-size:14px;text-transform:none;color:#84929e;font-weight:400;line-height:normal;border:1px solid #f2f2f2;outline:0;min-width:70px;padding:10px 20px;-webkit-user-select:none;user-select:none;border-radius:3px;transition:all .3s ease;position:relative;cursor:pointer}#FormElementDeleteConfirm .FEDCCard .FEDCBody .FEDCBBtns button.FEDCBBDel{background-color:#f44336;border-color:#f44336;color:#fff}#FormElementDeleteConfirm .FEDCCard .FEDCFooter{padding:15px;display:flex;align-items:center;background-color:var(--dark-blue)}#FormElementDeleteConfirm .FEDCCard .FEDCFooter .FEDCFIcon{font-size:35px;display:flex;color:var(--blue-invert)}#FormElementDeleteConfirm .FEDCCard .FEDCFooter .FEDCFTitle{flex:1 1;padding-left:15px;font-size:16px;font-weight:500;color:var(--blue-invert)}.DCFSkeleton{display:flex;width:100%;height:100%}.DCFSkeleton .DCFSSide{width:270px;overflow:auto;border-right:1px solid #eaeaea}.DCFSkeleton .DCFSRight,.DCFSkeleton .DCFSSide{display:flex;flex-direction:column;grid-row-gap:15px;row-gap:15px;padding:15px}.DCFSkeleton .DCFSRight{width:calc(100% - 270px)}.form-control .formio-multiple-mask-select{background-color:#ced4da;font-weight:100;word-spacing:6px;border-bottom-left-radius:8px;border-top-left-radius:8px}.form-control.formio-multiple-mask-select:disabled{-webkit-appearance:none;appearance:none;width:5px}@media(min-width:1559px)and (max-width:1800px){.DCFBContainer .DCFBBar .DCFBBTabs,.DCFormBuilder .DCFBSidebar{width:250px}.DCFBContainer .DCFBBar .DCFBBURTP{width:calc(100% - 250px)}.DCFormBuilder .formbuilder .formcomponents{max-width:250px}.DCFormBuilder .formbuilder .formarea{width:calc(100% - 250px)}}@media(min-width:1367px)and (max-width:1600px){.DCFBContainer .DCFBBar .DCFBBTabs,.DCFormBuilder .DCFBSidebar{width:250px}.DCFBContainer .DCFBBar .DCFBBURTP{width:calc(100% - 250px)}.DCFormBuilder .formbuilder .formcomponents{max-width:250px}.DCFormBuilder .formbuilder .formarea{width:calc(100% - 250px)}}@media(min-width:1281px)and (max-width:1366px){.DCFBContainer .DCFBBar .DCFBBTabs,.DCFormBuilder .DCFBSidebar{width:250px}.DCFBContainer .DCFBBar .DCFBBURTP{width:calc(100% - 250px)}.DCFormBuilder .formbuilder .formcomponents{max-width:250px}.DCFormBuilder .formbuilder .formarea{width:calc(100% - 250px)}}@media(min-width:1024px)and (max-width:1280px){.DCFBContainer .DCFBBar .DCFBBTabs,.DCFormBuilder .DCFBSidebar{width:200px}.DCFBContainer .DCFBBar .DCFBBURTP{width:calc(100% - 200px)}.DCFormBuilder .formbuilder .formcomponents{max-width:200px}.DCFormBuilder .formbuilder .formarea{width:calc(100% - 200px)}.DCFBContainer .DCFBBar .DCFBBTabs button.mainButton{width:33.33%;font-size:14px;min-width:auto}}@media(min-width:992px)and (max-width:1023.98px){.DCFBContainer .DCFBBar .DCFBBTabs,.DCFormBuilder .DCFBSidebar{width:200px}.DCFBContainer .DCFBBar .DCFBBURTP{width:calc(100% - 200px)}.DCFormBuilder .formbuilder .formcomponents{max-width:200px}.DCFormBuilder .formbuilder .formarea{width:calc(100% - 200px)}.DCFBContainer .DCFBBar .DCFBBTabs button.mainButton{width:33.33%;font-size:14px;min-width:auto}}@media(min-width:768px)and (max-width:991.98px){.DCFormBuilder .DCFBSidebar{width:230px;transition:all .3s ease;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.DCFBContainer .DCFBBar .DCFBBURTP{width:100%}.DCFBContainer.DCFBCSBRV .DCFBSidebar{-webkit-transform:translateX(0);transform:translateX(0)}.DCFormBuilder .formbuilder .formcomponents{max-width:230px;position:absolute;left:0;top:0;bottom:0;z-index:1;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:all .3s ease}.DCFormBuilder .formbuilder .formarea{width:100%}.DCFBContainer .DCFBBar .DCFBBTabs{width:230px;position:absolute;left:0;top:0;z-index:3;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:all .3s ease}.DCFBContainer.DCFBCSBRV .DCFBBar .DCFBBTabs,.DCFBContainer.DCFBCSBRV .DCFormBuilder .formbuilder .formcomponents{-webkit-transform:translateX(0);transform:translateX(0)}.DCFBContainer .DCFBBar .DCFBBTabs button.mainButton{width:33.33%;font-size:14px;min-width:auto}}@media(min-width:576px)and (max-width:767.98px){.DCFormBuilder .DCFBSidebar{width:230px;transition:all .3s ease;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.DCFBContainer .DCFBBar .DCFBBURTP{width:100%}.DCFBContainer.DCFBCSBRV .DCFBSidebar{-webkit-transform:translateX(0);transform:translateX(0)}.DCFormBuilder .formbuilder .formcomponents{max-width:230px;position:absolute;left:0;top:0;bottom:0;z-index:1;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:all .3s ease}.DCFormBuilder .formbuilder .formarea{width:100%}.DCFBContainer .DCFBBar .DCFBBTabs{width:230px;position:absolute;left:0;top:0;z-index:3;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:all .3s ease}.DCFBContainer.DCFBCSBRV .DCFBBar .DCFBBTabs,.DCFBContainer.DCFBCSBRV .DCFormBuilder .formbuilder .formcomponents{-webkit-transform:translateX(0);transform:translateX(0)}.DCFBContainer .DCFBBar .DCFBBTabs button.mainButton{width:33.33%;font-size:14px;min-width:auto}}@media(max-width:575.98px){.DCFormBuilder .DCFBSidebar{width:230px;transition:all .3s ease;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.DCFBContainer .DCFBBar .DCFBBURTP{width:100%}.DCFBContainer.DCFBCSBRV .DCFBSidebar{-webkit-transform:translateX(0);transform:translateX(0)}.DCFormBuilder .formbuilder .formcomponents{max-width:230px;position:absolute;left:0;top:0;bottom:0;z-index:1;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:all .3s ease}.DCFormBuilder .formbuilder .formarea{width:100%;padding:15px 0;overflow-y:overlay}.DCFBContainer .DCFBBar .DCFBBTabs{width:230px;position:absolute;left:0;top:0;z-index:3;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:all .3s ease}.DCFBContainer.DCFBCSBRV .DCFBBar .DCFBBTabs,.DCFBContainer.DCFBCSBRV .DCFormBuilder .formbuilder .formcomponents{-webkit-transform:translateX(0);transform:translateX(0)}.DCFBContainer .DCFBBar .DCFBBTabs button.mainButton{width:33.33%;font-size:14px;min-width:auto}.DCFormBuilder .formbuilder .formarea>.formio-component.formio-component-label-hidden{min-width:auto;padding:15px}.DCFormBuilder .formbuilder .formarea .dcwizard-form-page{padding:15px}.formio-dialog-component-settings.formio-dialog .formio-dialog-content .component-edit-container .row.fdcsc-editform{flex-direction:column;grid-row-gap:15px;row-gap:15px;overflow-y:overlay}.formio-dialog-component-settings.formio-dialog .formio-dialog-content .component-edit-container .row.fdcsc-editform .col.fdcscef-col{width:100%;overflow:unset}.formio-dialog-component-settings.formio-dialog.formio-dialog-theme-default .formio-dialog-content{width:100%;border-radius:0}.MainDialog.centerZoom.sizeFull .MDContainer .MDCRow.FormPreviewDialogRow{max-width:100%;max-height:100%;margin:0}.FormPreviewDialog .DCFormBuilder .DCFBInner .DCFBVew{min-width:auto}.formio-dialog-component-settings.formio-dialog{padding:0!important}}@media only screen and (min-device-width:360px)and (max-device-width:640px)and (orientation:portrait),only screen and (min-device-width:768px)and (max-device-width:1024px)and (orientation:portrait),only screen and (min-width:321px)and (max-device-width:960px)and (orientation:landscape){.formio-form nav,.formio-form nav ul{display:block!important}.formio-form nav ul{height:50px!important;width:100%!important;overflow-x:scroll;overflow-y:hidden;padding:5px;white-space:nowrap!important}.formio-form nav>ul>li{display:inline-block!important;width:auto;height:48px!important;padding-left:2px}.formio-form>div>nav>ul.pagination .page-link{display:flex;width:100%;padding-left:5px;padding-right:3px;height:36px!important;margin:auto 3px}.builder-component .page-link,.DCFormBuilder .page-link,.formio-dialog-component-settings .page-link{height:35px!important;border:1px solid #1d74d9!important;background:none;padding-left:3px}}.MainDialog.rightSlide .formio-form nav{display:block!important}.MainDialog.rightSlide .formio-form nav ul{height:50px;width:100%!important;overflow-x:scroll;overflow-y:hidden;display:inline-flex;padding:5px;flex-flow:row nowrap!important;justify-content:flex-start!important}.MainDialog.rightSlide .formio-form nav>ul>li{display:inline-block;min-width:auto;width:auto;height:48px!important;padding-left:2px}.MainDialog.rightSlide .formio-form>div>nav>ul.pagination .page-link{min-width:145px;width:-webkit-max-content;width:max-content;padding-left:5px;padding-right:3px;height:36px!important;margin:auto 3px}.MainDialog.rightSlide .builder-component .page-link,.MainDialog.rightSlide .DCFormBuilder .page-link,.MainDialog.rightSlide .formio-dialog-component-settings .page-link{height:35px!important;border:1px solid #1d74d9!important;background:none;padding-left:3px}.FormPresenterDialog.FPDUserInfo{display:flex;flex-direction:column;height:100%;overflow:auto}.FormPresenterDialog.FPDUserInfo .DCFormBuilder{flex:1 1;overflow:auto;position:relative}.FormPresenterDialog.FPDUserInfo .DCFormBuilder .DCFBInner{padding:15px;display:flex;flex-direction:column;background-color:var(--user-form-page-background)}.DCFBInner .DCFBInnerHeader{display:flex;align-items:center;justify-content:flex-end;padding:2px 2px 6px 6px}.FormPresenterDialog.FPDUserInfo .FPDThanks{display:flex;justify-content:center;align-items:center;flex:1 1}.FormPresenterDialog.FPDUserInfo .FPDThanks .FPDTInner{text-align:center}.FormPresenterDialog.FPDUserInfo .FPDThanks .FPDTInner .FPDTIcon{display:flex;justify-content:center;font-size:200px}.FormPresenterDialog.FPDUserInfo .FPDThanks .FPDTInner .FPDTTitle{font-size:24px;font-weight:600}.FormPresenterDialog.FPDUserInfo .FPDThanks .FPDTInner .FPDTSTitle{font-size:16px;font-weight:500}.FormPresenterDialog.FPDUserInfo .DCFormBuilder .DCFBInner .DCFBVew{width:var(--user-form-width);background-color:var(--user-form-background);border:var(--user-form-border-width) solid var(--user-form-border-color);border-radius:var(--user-form-border-radius);min-width:375px;padding:30px;margin:0 auto}.DCFBInnerHeaderText{padding-right:6px}.FormPresenterDialog.FPDUserInfo .DCFormBuilder .DCFBInner .DCFBVew .form-group .col-form-label,.FormPresenterDialog.FPDUserInfo .DCFormBuilder .DCFBInner .DCFBVew .form-group .form-check-label,.FormPresenterDialog.FPDUserInfo .DCFormBuilder .DCFBInner .DCFBVew .form-group label[for=day-day],.FormPresenterDialog.FPDUserInfo .DCFormBuilder .DCFBInner .DCFBVew .form-group label[for=day-month],.FormPresenterDialog.FPDUserInfo .DCFormBuilder .DCFBInner .DCFBVew .form-group label[for=day-year]{color:var(--user-form-label-font-color)}.FormPresenterDialog.FPDUserInfo .DCFormBuilder .DCFBInner .DCFBVew .form-group .btn{color:var(--user-form-button-font-color);background-color:var(--user-form-button-background-color);border-color:var(--user-form-button-background-color)}.ExternalPage{display:flex;flex-direction:column;height:100%;overflow:auto;overflow-y:overlay;overflow-x:overlay}.ExternalPageHeaderBar .EPHBTitle{display:flex;align-items:center;width:270px}.ExternalPageHeaderBar .EPHBTitle button.iconButton{border-radius:100%;background-color:#26262b;border-color:transparent;color:var(--white);padding:4px;font-size:16px;margin:7px}.ExternalPageHeaderBar .EPHBOption{flex:1 1;display:flex;justify-content:flex-end}.ExternalPageHeaderBar .EPHBOption button.mainButton{margin-left:15px}.ExternalPage .ExternalPageBody{flex:1 1;overflow:auto;overflow-y:overlay;overflow-x:overlay}.ExternalPage .ExternalPageBody .EPBInner{display:flex;height:100%;overflow:auto;overflow-y:overlay;overflow-x:overlay;position:relative}.ExternalPage .ExternalPageBody .EPBInner .EPSidebar{width:285px;background-color:var(--white);height:100%;overflow:auto;overflow-y:overlay;overflow-x:overlay;transition:all .3s ease}.ExternalPage .ExternalPageBody .EPBInner.EPSMinimize .EPBTabSections{width:calc(100% - 62px);transition:all .3s ease}.ExternalPage .ExternalPageBody .EPBInner .EPBTabSections{width:calc(100% - 285px);height:100%;background-color:#f6f8fc;overflow:auto;overflow-y:overlay;overflow-x:overlay;transition:all .3s ease}.ExternalPage .ExternalPageBody .EPBInner .EPBTabSections .EPBTSInner{height:100%;padding:15px;overflow:auto;overflow-y:overlay;overflow-x:overlay}.EPSidebar .EPSInner{display:flex;flex-direction:column;overflow:auto;overflow-y:overlay;overflow-x:overlay;height:100%}.EPSidebar .EPSInner .EPSILogo{padding:15px;display:flex;background-color:#f6f8fc}.EPSidebar .EPSInner .EPSILogo img{height:35px;width:100%;object-fit:contain;object-position:left}.EPSidebar .EPSInner .EPSIHead{padding:15px;background-color:var(--dark-blue);color:var(--blue-invert)}.EPSidebar .EPSInner .EPSIHead .EPSIHTitle{font-size:18px;font-weight:600;line-height:normal;padding-bottom:5px}.EPSidebar .EPSInner .EPSIHead .EPSIHAddress{font-size:14px;font-weight:500;color:var(--white)}.EPSidebar .EPSInner .EPSIBody{flex:1 1;overflow:auto;overflow-y:overlay;overflow-x:overlay}.ExternalPage .ExternalPageBody .EPBInner.EPSMinimize .EPSidebar{width:62px;transition:all .3s ease}.EPSMinimize .EPSidebar .EPSInner .EPSIBody .EPSIBTab .EPSIBTCir,.EPSMinimize .EPSidebar .EPSInner .EPSIBody .EPSIBTab .EPSIBTTag,.EPSMinimize .EPSidebar .EPSInner .EPSIBody .EPSIBTab .EPSIBTTitle,.EPSMinimize .EPSidebar .EPSInner .EPSIFooter,.EPSMinimize .EPSidebar .EPSInner .EPSIHead,.EPSMinimize .EPSidebar .EPSInner .EPSILogo{display:none}.EPSIBody .EPSIBTab{display:flex;align-items:center;padding:15px;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid #f6f8fc;color:#8e93a5;position:relative}.EPSIBody .EPSIBTab:after{content:"";position:absolute;right:0;top:10px;bottom:10px;width:3px;background-color:var(--dark-blue);border-radius:4px;visibility:hidden;opacity:0}.EPSIBody .EPSIBTab.active{color:var(--dark-blue)}.EPSIBody .EPSIBTab.active:after{visibility:visible;opacity:1}.EPSIBody .EPSIBTab .EPSIBTIcon{font-size:24px;display:flex}.EPSIBody .EPSIBTab .EPSIBTTitle{flex:1 1;padding-left:10px;font-size:16px;font-weight:500}.EPSIBody .EPSIBTab .EPSIBTTag{line-height:normal;padding:2px 7px;border-radius:4px;font-weight:600;color:var(--white)}.EPSIBody .EPSIBTab .EPSIBTCir{width:24px;height:24px;text-align:center;line-height:24px;border-radius:100%}.EPSIFooter .EPSIFHead{padding:15px;font-size:16px;font-weight:600;line-height:normal;background-color:var(--dark-blue);color:var(--blue-invert)}.EPSIFooter .EPSIFBody{padding:15px;background-color:#f6f8fc}.EPSIFooter .EPSIFBody .UserInfo{padding-bottom:15px}.EPSIFooter .EPSIFBody .EPSIFBNum{display:flex;align-items:center;padding-left:10px}.EPSIFooter .EPSIFBody .EPSIFBNum .EPSIFBNIcon{font-size:20px;display:flex;color:var(--dark-blue)}.EPSIFooter .EPSIFBody .EPSIFBNum a.EPSIFBNTitle{flex:1 1;padding-left:15px;cursor:pointer;font-size:16px;font-weight:500;line-height:normal}.EPBTabSections .EPComponentMain{margin-bottom:15px}.EPBTabSections .EPComponentMain:last-child{margin-bottom:0}.EPBTabSections .EPComponent{background-color:var(--white);border-radius:4px;box-shadow:0 3px 15px hsla(0,0%,69.8%,.0862745098);margin-bottom:15px}.EPBTabSections .EPComponent:last-child{margin-bottom:0}.EPBTabSections .EPComponent .EPCHead{display:flex;align-items:center;padding:15px;line-height:normal;border-bottom:1px solid #f6f8fc}.EPComponent .EPCHead .EPCHTBox{display:flex;align-items:center;flex:1 1}.EPComponent .EPCHead .EPCHTBox .EPCHTBTitle{font-size:20px;font-weight:600;color:var(--dark-blue)}.EPComponent .EPCHead .EPCHTBox .EPCHTBIcon{width:25px;height:25px;text-align:center;line-height:25px;border-radius:100%;font-size:18px;font-weight:600;margin-right:15px}.EPComponent .EPCHead .EPCHTBox .EPCHTBSTitle{padding-left:15px;font-size:16px;font-weight:500;color:#666}.EPComponent .EPCHead .EPCHSTitle{font-size:18px;font-weight:500;color:var(--dark-blue);-webkit-user-select:none;user-select:none;cursor:pointer}.EPComponent .EPCRow{display:flex;flex-wrap:wrap;flex-direction:row;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;grid-row-gap:15px;padding-bottom:15px}.EPComponent .EPCRow .EPCRCol{width:calc(33.33% - 7.5px)}.EPComponent .EPCRow .EPCRCol2{width:calc(20% - 10px)}.EPComponent .EPCRow .EPCRCol25{width:calc(25% - 12.5px)}.EPComponent .EPCRow .EPCRCol3{width:calc(33.33% - 10px);margin-bottom:20px}.EPComponent .EPCRow .EPCRCol4{width:calc(40% - 10px)}.EPComponent .EPCRow .EPCRCol5{width:calc(50% - 10px)}.EPComponent .EPCRow .EPCRCol6{width:calc(60% - 10px)}.EPComponent .EPCRow .EPCRCol8{width:calc(80% - 10px)}.EPBTabSections .EPComponent .EPCBody{padding:15px}.EPComponent .EPCVideoContent{display:flex;align-items:center}.EPComponent .EPCVideoContent .EPCVCVideo{width:450px;height:250px;display:flex}.EPComponent .EPCVideoContent .EPCVCVideo iframe{width:100%;height:100%;border-radius:4px}.EPComponent .EPCVideoContent .EPCVCContent{width:calc(100% - 450px);padding-left:15px}.EPComponent .EPCVideoContent .EPCVCContent .EPCVCCTitle{font-size:28px;font-weight:600;color:#000;padding-bottom:15px;line-height:normal}.EPComponent .EPCVideoContent .EPCVCContent .EPCVCCDes{font-size:18px;font-weight:500;color:#666;line-height:28px}.EPComponent .EPCVideoContent .EPCVCContent .EPCVCCBtn{padding-top:15px}.EPComponent .EPCRCDetail{background-color:#f6f8fc;border:1px solid #cad3e3;border-radius:4px}.EPComponent .EPCRCDetail .EPCRCDRow{display:flex;align-items:center;border-bottom:1px solid #dae1ec}.EPComponent .EPCRCDetail .EPCRCDRow:last-child{border-bottom:0}.EPComponent .EPCRCDetail .EPCRCDRow .EPCRCDRLabel{font-size:18px;font-weight:600;padding:10px;line-height:normal;min-width:175px;color:#666}.EPComponent .EPCRCDetail .EPCRCDRow .EPCRCDRTitle{flex:1 1;text-align:right;font-size:16px;font-weight:600;padding:10px;line-height:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#000}.EPComponent .EPCRCBPhotos{display:flex;flex-direction:column;height:100%}.EPComponent .EPCRCBPhotos .EPCRCBPHead{padding-bottom:15px;line-height:normal;font-size:20px;font-weight:600;color:var(--dark-blue);border-bottom:1px solid #cad3e3}.EPComponent .EPCRCBPhotos .EPCRCBPBody{flex:1 1;padding-top:15px;padding-bottom:20px}.EPComponent .EPCRCBPhotos .EPCRCBPBody .slick-slider ul.slick-dots{bottom:-25px}.EPComponent .EPCRCBPhotos .EPCRCBPBody .slick-slider ul.slick-dots li button:before{display:none}.EPComponent .EPCRCBPhotos .EPCRCBPBody .slick-slider ul.slick-dots li{width:10px;height:10px}.EPComponent .EPCRCBPhotos .EPCRCBPBody .slick-slider ul.slick-dots li button{background-color:#f4f6fa;border-radius:100%;width:10px;height:10px}.EPComponent .EPCRCBPhotos .EPCRCBPBody .slick-slider ul.slick-dots li.slick-active button{background-color:var(--dark-blue)}.EPCRCBPhotos .EPCRCBPBody .slick-slider .slick-slide>div{display:flex;height:100%;width:100%}.EPCRCBPhotos .EPCRCBPBody .slick-slider .slick-slide .EPCRCBPBSlide{margin:0 7.5px;border:1px solid #dae1ec;border-radius:4px;height:100%}.EPCRCBPhotos .EPCRCBPBody .slick-slider .slick-slide .EPCRCBPBSlide img{width:100%;height:100%;object-fit:cover;object-position:center}.EPComponent .EPCRow .EPCRCChart{display:flex;justify-content:center}.EPBTabSections .EPComponent .EPCRCScore{display:flex;align-items:center;justify-content:space-around;height:100%}.EPComponent .EPCRCScore .EPCRCSBox{width:172px;height:172px;border:1px solid #cad3e3;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:4px}.EPComponent .EPCRCScore .EPCRCSBox .EPCRCSBTitle{font-size:22px;font-weight:600;color:#666;line-height:normal;padding-bottom:15px}.EPComponent .EPCRCScore .EPCRCSBox .EPCRCSBType{width:60px;height:60px;font-size:24px;font-weight:600;text-align:center;line-height:60px;border-radius:100%}.EPComponent .EPCInnerHeading{display:flex;align-items:center;margin:15px 0;padding:15px;background-color:#f5f7fb;border-radius:4px}.EPComponent .EPCInnerHeading .EPCIHLTitle,.EPComponent .EPCInnerHeading .EPCIHRTitle{flex:1 1;font-size:18px;font-weight:600;color:#000}.EPComponent .EPCInnerHeading .EPCIHRTitle{text-align:right}.EPComponent .EPCASLA{border:1px solid #e5f3ff;border-radius:4px;height:100%;display:flex;flex-direction:column;justify-content:center}.EPComponent .EPCASLA .EPCASCHead{text-align:center}.EPComponent .EPCASLA .EPCASCHead .EPCASCHTitle{font-size:26px;font-weight:600;color:#666}.EPComponent .EPCASLA .EPCASCHead .EPCASCHNum{font-size:48px;font-weight:600;color:#008afb}.EPComponent .EPCProgressMain{padding:15px;height:100%;border:1px solid #f5f7fb;border-radius:4px}.EPComponent .EPCProgressMain .EPCPMTitle{font-size:22px;font-weight:600;color:#666;padding-bottom:10px;line-height:normal}.EPComponent .EPCProgressMain .EPCPMProgress{padding-bottom:15px}.EPComponent .EPCProgressMain .EPCPMProgress:last-child{padding-bottom:0}.EPComponent .EPCProgressMain .EPCPMProgress .EPCPMPTitle{display:flex;align-items:center;justify-content:space-between;padding-bottom:5px}.EPComponent .EPCProgressMain .EPCPMProgress .EPCPMPTitle .EPCPMPText{font-size:18px;font-weight:600;color:#000;line-height:normal}.EPComponent .EPCProgressMain .EPCPMProgress .EPCPMPBar{height:7px;border-radius:10px;background-color:#f5f7fb;overflow:hidden}.EPComponent .EPCProgressMain .EPCPMProgress .EPCPMPBar .EPCPMPBInner{height:100%}.EPBTabSections .EPComponent .EPCListing{padding-top:15px;padding-bottom:15px;display:grid;grid-gap:15px;gap:15px;grid-template-columns:repeat(auto-fill,minMax(calc(33.33% - 15px),1fr));grid-auto-rows:auto}.EPComponent .EPCListing .EPCLCol{padding:15px;border:1px solid #f5f7fb;border-radius:4px}.EPCListing .EPCLCol .EPCLCHead{display:flex;align-items:center;padding-bottom:15px}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox{display:flex;align-items:center;flex:1 1}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHIcon{font-size:30px;display:flex;padding:3px;border-radius:100%;color:var(--white)}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHIcon img{width:40px;height:40px}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHTitle{flex:1 1;padding-left:10px;font-size:18px;font-weight:600;color:#666}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox a{font-size:18px;color:var(--dark-blue)}.EPCListing .EPCLCol .EPCLCHead a.EPCLCHTLink{display:flex;font-size:18px;color:var(--dark-blue);align-self:flex-start}.EPCListing .EPCLCol .EPCLCBody .EPCLCBRow{display:flex;padding-bottom:15px}.EPCListing .EPCLCol .EPCLCBody .EPCLCBRow:last-child{padding-bottom:0}.EPCListing .EPCLCol .EPCLCBody .EPCLCBRow .EPCLCBRIcon{font-size:20px;display:flex}.EPCListing .EPCLCol .EPCLCBody .EPCLCBRow .EPCLCBRTitle{flex:1 1;padding-left:10px;font-size:16px;font-weight:500;color:#666;line-height:normal}.EPBTabSections .EPComponent .EPCViewMore{display:flex;justify-content:center;padding-bottom:15px}.EPBTabSections .EPComponent .EPCUserComt{padding:15px;background-color:#eaeaea;border-radius:4px}.EPComponent .EPCUserComt .EPCUCInner{display:flex;align-items:center}.EPCUserComt .EPCUCInner .EPCUCInfo{display:flex;align-items:center;max-width:90%}.EPCUserComt .EPCUCInner .EPCUCInfo .EPCUCIImg{width:35px;height:35px;border-radius:100%;display:flex}.EPCUserComt .EPCUCInner .EPCUCInfo .EPCUCIImg img,.EPCUserComt .EPCUCInner .EPCUCInfo .EPCUCIImg svg{width:35px;height:35px;border-radius:100%}.EPCUserComt .EPCUCInner .EPCUCInfo .EPCUCICmt{flex:1 1;padding-left:10px;font-size:16px;font-weight:500;color:#000}.EPCUserComt .EPCUCInner .EPCUCBtn{display:flex;justify-content:flex-end;flex:1 1;align-self:baseline}.EPComponent .EPCReviews{display:grid;grid-gap:15px;gap:15px;grid-template-columns:repeat(auto-fill,minMax(calc(50% - 15px),1fr));grid-auto-rows:auto}.EPComponent .EPCReviews.EPCReviews3{grid-template-columns:repeat(auto-fill,minMax(calc(33.33% - 15px),1fr))}.EPComponent .EPCReviews .EPCReviewBox{border-radius:4px}.EPComponent .EPCReviews .EPCReviewBox .EPCRBHead{padding:15px;display:flex;align-items:center;border-bottom:1px solid}.EPComponent .EPCReviews .EPCReviewBox .EPCRBHead .EPCRBHInfo{flex:1 1}.EPComponent .EPCReviews .EPCReviewBox .EPCRBHead .EPCRBHInfo .EPCRBHITitle{font-size:18px;font-weight:600;color:#000}.EPComponent .EPCReviews .EPCReviewBox .EPCRBHead .EPCRBHInfo .EPCRBHISTitle{line-height:normal;font-size:14px;font-weight:500;color:#666}.EPComponent .EPCReviews .EPCReviewBox .EPCRBHead .EPCRBHIcon{display:flex;font-size:45px;color:#f4ad3b}.EPComponent .EPCReviews .EPCReviewBox .EPCRBBody{padding:15px;display:flex}.EPComponent .EPCReviews .EPCReviewBox .EPCRBBody .EPCRBBCol{flex:1 1}.EPComponent .EPCReviews .EPCReviewBox .EPCRBBody .EPCRBBCol .EPCRBBCTitle{font-size:20px;font-weight:600;color:#666;line-height:normal}.EPComponent .EPCReviews .EPCReviewBox .EPCRBBody .EPCRBBCol .EPCRBBCNum{font-size:20px;font-weight:600;color:#000;line-height:normal}.EPComponent .EPCRComment .EPCRCBox{border:1px solid #f5f7fb;padding:10px;border-radius:4px;margin-bottom:15px}.EPComponent .EPCRComment .EPCRCBox:last-child{margin-bottom:0}.EPComponent .EPCRComment .EPCRCBox .EPCRCBHead{display:flex;padding-bottom:10px;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}.EPComponent .EPCRComment .EPCRCBox .EPCRCBHead .EPCRCBUser{display:flex;align-items:center;flex:1 1}.EPComponent .EPCRComment .EPCRCBox .EPCRCBHead .EPCRCBUser .EPCRCBUImg{display:flex;width:40px;height:40px;border-radius:100%;border:1px solid #f5f7fb}.EPComponent .EPCRComment .EPCRCBox .EPCRCBHead .EPCRCBUser .EPCRCBUImg img{border-radius:100%}.EPComponent .EPCRComment .EPCRCBox .EPCRCBHead .EPCRCBUser .EPCRCBUIInfo .EPCRCBUIIName{font-size:18px;font-weight:600;color:#666;line-height:normal}.EPComponent .EPCRComment .EPCRCBox .EPCRCBHead .EPCRCBUser .EPCRCBUIInfo .EPCRCBUIIDate{font-size:16px;font-weight:600;color:var(--dark-blue);line-height:normal}.EPComponent .EPCRComment .EPCRCBox .EPCRCBHead .EPCRCBUReview{display:flex;align-items:center;padding:10px;background-color:#f5f7fb;border-radius:4px}.EPComponent .EPCRComment .EPCRCBox .EPCRCBHead .EPCRCBUReview .EPCRCBURIcon{font-size:24px;display:flex;margin-left:5px}.EPComponent .EPCRComment .EPCRCBox .EPCRCBHead button.iconButton{font-size:16px;padding:10px 13px}.EPComponent .EPCRComment .EPCRCBox .EPCRCBBody{font-size:14px;font-weight:500;color:#666}.EPComponent .EPCPageInfo{border:1px solid #f5f7fb;border-radius:4px}.EPComponent .EPCPageInfo .EPCPIHead{padding:15px;display:flex;align-items:center}.EPComponent .EPCPageInfo .EPCPIHead .EPCPIHTitleBox{flex:1 1;padding-right:15px}.EPComponent .EPCPageInfo .EPCPIHead .EPCPIHTitleBox .EPCPIHTBTitle{line-height:normal;font-size:20px;font-weight:600;color:#666}.EPComponent .EPCPageInfo .EPCPIHead .EPCPIHTitleBox .EPCPIHTBSTitle{font-size:18px;font-weight:600;line-height:normal}.EPComponent .EPCPageInfo .EPCPIHead .EPCPIHIcon{font-size:25px;display:flex;color:var(--white);padding:10px;border-radius:100%}.EPComponent .EPCPageInfo .EPCPIBody{padding:15px;border-top:1px solid #f5f7fb}.EPComponent .EPCPageInfo .EPCPIBody .EPCPIBRow{display:flex}.EPComponent .EPCPageInfo .EPCPIBody .EPCPIBRow .EPCPIBRCol{flex:1 1}.EPComponent .EPCPageInfo .EPCPIBody .EPCPIBRow .EPCPIBRCol .EPCPIBRCTitle{font-size:18px;font-weight:600;line-height:normal;color:#666}.EPComponent .EPCPageInfo .EPCPIBody .EPCPIBRow .EPCPIBRCol .EPCPIBRCNum{font-size:16px;font-weight:600;color:#000;line-height:normal}.EPComponent .EPCWebType .EPCWTHead{padding:10px 15px;background-color:#f8f8f8;border-radius:4px;display:flex;align-items:center;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.EPComponent .EPCWebType .EPCWTHead .EPCWTHGrade{width:25px;height:25px;font-size:18px;font-weight:600;text-align:center;line-height:25px;border-radius:100%}.EPComponent .EPCWebType .EPCWTHead .EPCWTHTitle{flex:1 1;font-size:18px;font-weight:600;color:#666}.EPCWebType .EPCWTBView{display:flex;align-items:center;padding:15px;border-bottom:1px solid #f6f8fc}.EPCWebType .EPCWTBView .EPCWTBVSummery{width:50%;border:1px solid #f5f7fb;border-radius:4px}.EPCWebType .EPCWTBView .EPCWTBVSummery .EPCWTBVSTitle{font-size:18px;font-weight:600;color:#666;padding:10px;border-bottom:1px solid #f6f8fc}.EPCWebType .EPCWTBView .EPCWTBVSummery .EPCWTBVSITN{display:flex;align-items:center;padding:10px;border-bottom:1px solid #f6f8fc}.EPCWebType .EPCWTBView .EPCWTBVSummery .EPCWTBVSITN:last-child{border-bottom:0}.EPCWebType .EPCWTBView .EPCWTBVSummery .EPCWTBVSITN .EPCWTBVSITNIcon{font-size:20px;display:flex;color:#000}.EPCWebType .EPCWTBView .EPCWTBVSummery .EPCWTBVSITN .EPCWTBVSITNTitle{flex:1 1;padding:0 10px;font-size:16px;line-height:normal;color:#000}.EPCWebType .EPCWTBView .EPCWTBVSummery .EPCWTBVSITN .EPCWTBVSITNNum{font-size:16px;font-weight:500;color:#666}.EPCWebType .EPCWTBView .EPCWTBVMob{width:50%}.EPCWebType .EPCWTBView .EPCWTBVMob .EPCWTBVMobView{width:225px;height:400px;position:relative;display:flex;margin:0 auto}.EPCWebType .EPCWTBView .EPCWTBVMob .EPCWTBVMobView .EPCWTBVMVImg{position:absolute;left:0;top:0;width:100%;height:100%}.EPCWebType .EPCWTBView .EPCWTBVMob .EPCWTBVMobView .EPCWTBVMVContent{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#000;overflow-y:auto;width:88%;height:calc(94% - 2px);border-radius:18px;overflow:hidden}.EPCWebType .EPCWTBView .EPCWTBVMob .EPCWTBVMobView .EPCWTBVMVContent img{height:100%;object-fit:cover}.EPCWebType .EPCWTBView .EPCWTBVDesk .EPCWTBVDeskView .EPCWTBVDVContent img{height:100%;object-fit:cover;width:100%}.EPCWebType .EPCWTBView .EPCWTBVDesk{width:50%}.EPCWebType .EPCWTBView .EPCWTBVDesk .EPCWTBVDeskView{width:350px;height:200px;position:relative;display:flex;margin:0 auto}.EPCWebType .EPCWTBView .EPCWTBVDesk .EPCWTBVDeskView .EPCWTBVDVImg{position:absolute;left:0;top:0;width:100%;height:100%}.EPCWebType .EPCWTBView .EPCWTBVDesk .EPCWTBVDeskView .EPCWTBVDVContent{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-53%);transform:translate(-50%,-53%);background-color:#000;overflow-y:auto;width:75%;height:84%;border-radius:0;overflow:hidden}.EPCWebType .EPCWTBView.EPCWTBDesktopView{height:430px}.EPCWTBFix{border:1px solid #f6f8fc;margin-bottom:15px}.EPCWTBFix .EPCWTBFHead{display:flex;align-items:center;padding:15px;border-bottom:1px solid #f6f8fc}.EPCWTBFix .EPCWTBFHead .EPCWTBFHIcon{display:flex;font-size:24px;color:#f44336}.EPCWTBFix .EPCWTBFHead .EPCWTBFHTitle{flex:1 1;padding-left:15px;font-size:16px;font-weight:600}.EPCWTBFix .EPCIssueRow{border-bottom:1px solid #f6f8fc}.EPCWTBFix .EPCIssueRow:last-child{border-bottom:0}.EPCWTBFix .EPCIssueRow .EPCIRHead{padding:15px;-webkit-user-select:none;user-select:none;cursor:pointer}.EPCIssueRow .EPCIRHead .EPCIRTitleDate{display:flex;align-items:center;padding-bottom:3px;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.EPCIssueRow .EPCIRHead .EPCIRTitleDate .EPCIRTDTitle{flex:1 1;font-size:18px;font-weight:600;color:#666}.EPCIssueRow .EPCIRHead .EPCIRTitleDate .EPCIRTDTime{font-size:14px;font-weight:600;color:var(--dark-blue)}.EPCIssueRow .EPCIRHead .EPCIRTitleDate .EPCIRTDArrow{display:flex;font-size:18px;color:#8e93a5}.EPCWTBFix .EPCIssueRow .EPCIRHead .EPCIRDes{font-size:14px;font-weight:500;color:#000;word-wrap:break-word}.EPCWTBFix .EPCIssueRow .EPCIRHead .EPCIRDes a{color:var(--dark-blue);text-decoration:underline}.EPCWTBFix .EPCIssueRow .EPCIRHead .EPCIRLMore{display:flex}.EPCWTBFix .EPCIssueRow .EPCIRHead .EPCIRLMore a.mainButton{color:var(--dark-blue)}.EPCIssueRow .EPCIRBRow{display:flex}.EPCIssueRow .EPCIRBRow:nth-child(odd){background-color:#f4f6fa}.EPCIssueRow .EPCIRBRow.EPCIRBHead .EPCIRBRCol{font-size:16px;font-weight:600}.EPCIssueRow .EPCIRBRow .EPCIRBRCol{padding:10px;font-size:14px;font-weight:500}.EPCIssueRow .EPCIRBRow .EPCIRBRCol:first-child{width:60%}.EPCIssueRow .EPCIRBRow .EPCIRBRCol:nth-child(2),.EPCIssueRow .EPCIRBRow .EPCIRBRCol:nth-child(3){width:20%}.EPCWTBFix .EPCWTBFBViewMore{display:flex;justify-content:center;padding:15px}.EPComponent .EPCRTSIH{padding:15px;border-radius:4px;display:flex;align-items:center;height:100%}.EPComponent .EPCRTSIH .EPCRTSIHInfo{flex:1 1;padding-right:15px}.EPComponent .EPCRTSIH .EPCRTSIHInfo .EPCRTSIHITBox{display:flex;align-items:center}.EPComponent .EPCRTSIH .EPCRTSIHInfo .EPCRTSIHITBox .EPCRTSIHITTitle{font-size:18px;font-weight:600;color:#000;padding-right:10px;line-height:normal}.EPComponent .EPCRTSIH .EPCRTSIHInfo .EPCRTSIHISTBox{font-size:24px;font-weight:600;color:#666;line-height:normal}.EPComponent .EPCRTSIH .EPCRTSIHIcon{font-size:54px;display:flex}.EPComponent .EPCRCBType{padding:15px;border:1px solid #f5f7fb;border-radius:4px;height:100%}.EPComponent .EPCRCBType .EPCRCBTHead{display:flex;align-items:center;padding-bottom:15px}.EPComponent .EPCRCBType .EPCRCBTHead .EPCRCBTHTitle{font-size:16px;font-weight:600;padding-right:10px;line-height:normal;color:#666}.EPComponent .EPCRCBType .EPCRCBTBTList{display:flex;justify-content:space-around}.EPComponent .EPCRCBType .EPCRCBTBTank{width:125px}.EPComponent .EPCRCBType .EPCRCBTBTank .EPCRCBTBTBox{height:125px;border-radius:0 0 7px 7px;background-color:#d6f2ff;display:flex;align-items:flex-end}.EPComponent .EPCRCBType .EPCRCBTBTank .EPCRCBTBTBox .EPCRCBTBTBInner{background-color:#37c1ff;width:100%;border-radius:0 0 7px 7px}.EPComponent .EPCRCBType .EPCRCBTBTank .EPCRCBTBTBTText{text-align:center;padding-top:15px}.EPComponent .EPCRCBType .EPCRCBTBTank .EPCRCBTBTBTText .EPCRCBTBTBTTitle{font-size:18px;font-weight:600;color:#666;line-height:normal}.EPComponent .EPCRCBType .EPCRCBTBTank .EPCRCBTBTBTText .EPCRCBTBTBTSTitle{font-size:12px;color:#000;line-height:normal}.EPComponent .EPCRCBType .EPCRCBTFNProgress{height:50px;border-radius:4px;background-color:#f6f6ff;overflow:hidden}.EPComponent .EPCRCBType .EPCRCBTFNProgress .EPCRCBTFNPInner{height:100%;background-color:#807ff0}.EPComponent .EPCRCBType .EPCRCBTFNPTitle{display:flex;justify-content:space-between;padding-top:5px}.EPComponent .EPCRCBType .EPCRCBTFNPTitle .EPCRCBTFNPTBox .EPCRCBTFNPTBText{font-size:18px;font-weight:600;color:#666}.EPComponent .EPCRCBType .EPCRCBTFNPTitle .EPCRCBTFNPTBox .EPCRCBTFNPTBSText{font-size:12px;font-weight:500;color:#000}.EPComponent .EPCRCKTTC{padding:15px;border-radius:4px;display:flex;align-items:center}.EPComponent .EPCRCKTTC .EPCRCKTTCInfo{flex:1 1;padding-right:15px}.EPComponent .EPCRCKTTC .EPCRCKTTCInfo .EPCRCKTTCITitleBox{display:flex;align-items:center}.EPComponent .EPCRCKTTC .EPCRCKTTCInfo .EPCRCKTTCITitleBox .EPCRCKTTCITBTitle{font-size:24px;font-weight:600;line-height:normal;padding-right:15px}.EPComponent .EPCRCKTTC .EPCRCKTTCInfo .EPCRCKTTCINumber{font-size:26px;font-weight:600;color:#666;line-height:normal}.EPComponent .EPCRCKTTC .EPCRCKTTCIcon{font-size:70px;display:flex}.EPComponent .EPCPost{border:1px solid #cad3e3}.EPComponent .EPCPost .EPCPHead{padding:15px;background-color:#f5f7fb;border-bottom:1px solid #cad3e3}.EPComponent .EPCPost .EPCPHead .EPCPHTitleStatus{display:flex;align-items:center}.EPComponent .EPCPost .EPCPHead .EPCPHTitleStatus .EPCPHTSStatus{width:7px;height:7px;background-color:#3ae269;border-radius:100%}.EPComponent .EPCPost .EPCPHead .EPCPHTitleStatus .EPCPHTSTitle{flex:1 1;padding-left:10px;font-size:18px;font-weight:600;color:#666;line-height:normal}.EPComponent .EPCPost .EPCPHead .EPCPHDate{font-size:14px;font-weight:500;color:#000;line-height:normal}.EPComponent .EPCPost .EPCPBUser{padding:15px;display:flex;align-items:center}.EPComponent .EPCPost .EPCPBUser .EPCPBUImg{font-size:40px;display:flex;border-radius:100%;border:1px solid #f5f7fb}.EPComponent .EPCPost .EPCPBUser .EPCPBUImg img,.EPComponent .EPCPost .EPCPBUser .EPCPBUImg svg{border-radius:100%;height:40px;width:40px}.EPComponent .EPCPost .EPCPBUser .EPCPBUInfo{flex:1 1;padding-left:15px}.EPComponent .EPCPost .EPCPBUser .EPCPBUInfo .EPCPBUIName{font-size:18px;font-weight:600;line-height:normal;color:#000}.EPComponent .EPCPost .EPCPBUser .EPCPBUInfo .EPCPBUIType{font-size:14px;font-weight:500;line-height:normal}.EPComponent .EPCPost .EPCPBDes{padding:0 15px 15px;font-size:14px;font-weight:500;color:#666}.EPComponent .EPCPost .EPCPBDes .EPCPBDInner{line-height:16px;max-height:112px;-webkit-line-clamp:7;overflow:hidden}.EPComponent .EPCPost .EPCPBDes.EPCPBDesFull .EPCPBDInner{line-height:16px;max-height:unset;-webkit-line-clamp:unset;overflow:visible}.EPComponent .EPCPost .EPCPBDes span{color:var(--dark-blue)}.EPComponent .EPCPost .EPCPBImage{display:flex}.EPComponent .EPCPost .EPCPBImage a{display:flex;width:100%}.EPComponent .EPCPost .EPCPBImage img{width:100%;max-height:300px;object-fit:cover;object-position:center}.EPComponent .EPCPost .EPCPBVideo{display:flex}.EPComponent .EPCPost .EPCPBVideo video{width:100%;height:300px}.EPComponent .EPCPost .EPCPFooter{padding:15px;background-color:#f5f7fb;border-top:1px solid #cad3e3;display:flex}.EPComponent .EPCPost .EPCPFooter .EPCPFBInfo{flex:1 1;padding-right:15px;align-self:center}.EPComponent .EPCPost .EPCPFooter .EPCPFBInfo .EPCPFBITitle{font-size:18px;font-weight:500;color:#000;line-height:normal}.EPComponent .EPCPost .EPCPFooter .EPCPFBInfo .EPCPFBILink{color:#666;font-size:12px;font-weight:500;display:block}.EPComponent .EPCPost:hover .EPCPFooter .EPCPFBInfo .EPCPFBILink{text-decoration:underline}.GradeA{background-color:#08cdce;color:#fff}.GradeB{background-color:#ff3cf9;color:#fff}.GradeC{background-color:#4151f5;color:#fff}.GradeD{background-color:#ffaf3a;color:#fff}.GradeF{background-color:#fe6786;color:#fff}.seoGrade{background-color:#e4fbf8;color:#fff}.EPCTable .EPCTInner{border:1px solid #cad3e3}.EPCTable .EPCTInner .EPCTIRow{display:flex}.EPCTable .EPCTInner .EPCTIRow.EPCTIRCol5>div{width:20%}.EPCTable .EPCTInner .EPCTIRow.EPCTIRCol7>div{width:14.2857142857%}.EPCTable .EPCTInner .EPCTIRow .EPCTIRCol{border-right:1px solid #cad3e3;padding:5px 10px;-webkit-user-select:none;user-select:none}.EPCTable .EPCTInner .EPCTIRow .EPCTIRCol:last-child{border-right:0}.EPCTable .EPCTInner .EPCTIRow.EPCTIRHeader{background-color:#e8eef9;border-bottom:1px solid #cad3e3}.EPCTable .EPCTInner .EPCTIRow.EPCTIRHeader .EPCTIRHTitle{display:flex;align-items:center;overflow:hidden}.EPCTable .EPCTInner .EPCTIRow.EPCTIRHeader .EPCTIRHTitle .EPCTIRHText{flex:1 1;font-size:18px;color:#434750;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:10px}.EPCTable .EPCTInner .EPCTIRBody.EPCTIRow{border-bottom:1px solid #cad3e3}.EPCTable .EPCTInner .EPCTIRBody.EPCTIRow:last-child{border-bottom:0}.EPCTable .EPCTInner .EPCTIRBody .EPCTIRCol .EPCTIRBText{font-size:16px;color:#000;font-weight:400;-webkit-user-select:none;user-select:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.EPCTable .EPCTInner .EPCTIRBody .EPCTIRCol .EPCTIRBText a{color:var(--dark-blue)}.EPCTable .EPCTInner .EPCTProgress{display:flex;align-items:center}.EPCTable .EPCTInner .EPCTProgress .EPCTPField{flex:1 1;height:10px;border-radius:50px;overflow:hidden;background-color:#f5f7fb}.EPCTable .EPCTInner .EPCTProgress .EPCTPField .EPCTPFInner{height:100%;background-color:var(--dark-blue)}.EPCTable .EPCTInner .EPCTProgress .EPCTPPre{line-height:normal;min-width:40px;text-align:right;font-size:16px;font-weight:600;color:#666}.EPComponent .EPCRCBPhotos .EPCRCBPBody .slick-track{display:flex;height:200px}.EPComponent .EPCRCBPhotos .EPCRCBPBody .slick-track .slick-slide{height:100%;display:flex}.EPComponent .EPCRCDetail .EPCRCDRow .EPCRCDRTitle .PhoneNu mberView{display:flex;justify-content:flex-end}.EPComponent .EPCRCDetail .EPCRCDRow .EPCRCDRTitle .PhoneNumberView .react-tel-input{width:auto}.EPComponent .EPCRCDetail .EPCRCDRow.EPCRCDRPhone{justify-content:space-between}.EPComponent .EPCRCDetail .EPCRCDRow.EPCRCDRPhone .EPCRCDRTitle{flex:unset}.EPComponent .EPCRCDetail .EPCRCDRow .EPCRCDRTitle .PhoneNumberView .react-tel-input input.form-control{max-width:150px;width:auto}.EPComponent .EPCHead .EPCHTBox .EPCHTBIcon.EPCHTBIGradeC{background-color:#eef5ff;color:#4151f5}.EPCListing .EPCLCol .EPCLCBody .EPCLCBNo{display:flex;flex-direction:column;align-items:center}.EPCListing .EPCLCol .EPCLCBody .EPCLCBNo .EPCLCBNIcon{font-size:125px;color:#f44336;display:flex}.EPCListing .EPCLCol .EPCLCBody .EPCLCBNo .EPCLCBNTitle{font-size:18px;font-weight:600;color:#666;padding-top:10px}.HowToDialog .HTDDes{font-size:16px;font-weight:500;color:#666;line-height:24px}.HowToDialog .HTDGrade{display:flex;padding:10px;margin-top:15px;margin-bottom:50px;background-color:#f6f8fc;border-radius:4px}.HowToDialog .HTDGrade .HTDGItem{font-size:18px;font-weight:600;padding:7px;color:#fff;text-align:center;position:relative}.HowToDialog .HTDGrade .HTDGItem .HTDGPer{position:absolute;color:var(--dark-blue);bottom:-40px;left:-47%;text-align:center;width:100%;font-size:16px;font-weight:600}.HowToDialog .HTDGrade .HTDGItem .HTDGPer span{display:block;position:absolute;left:0;right:0;border:0}.ReviewDialog .RDInfoBox .RDIHead{display:flex;align-items:center;padding-bottom:15px}.ReviewDialog .RDInfoBox .RDIHead .RDIHUser{display:flex;align-items:center;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;flex:1 1}.ReviewDialog .RDInfoBox .RDIHead .RDIHUser .RDIHUImg{display:flex;width:40px;height:40px;border-radius:100%;border:1px solid #f5f7fb}.ReviewDialog .RDInfoBox .RDIHead .RDIHUser .RDIHUImg img{border-radius:100%}.EPComponent .EPCRComment .EPCRCBox .EPCRCBHead .EPCRCBUser .EPCRCBUIInfo{flex:1 1;padding-left:10px}.ReviewDialog .RDInfoBox .RDIHead .RDIHUser .RDIHUInfo{flex:1 1}.ReviewDialog .RDInfoBox .RDIHead .RDIHUser .RDIHUInfo .RDIHUIName{font-size:18px;font-weight:600;color:#666;line-height:normal}.ReviewDialog .RDInfoBox .RDIHead .RDIHUser .RDIHUInfo .RDIHUIDate{font-size:16px;font-weight:600;color:var(--dark-blue);line-height:normal}.ReviewDialog .RDInfoBox .RDIHead .RDIHReview{display:flex;align-items:center;padding:10px;background-color:#f5f7fb;border-radius:4px}.ReviewDialog .RDInfoBox .RDIBody{font-size:14px;font-weight:500;color:#666}.GetInTouch .GITBtn{display:flex;justify-content:flex-end;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.InstaReportNoData{padding:50px;background-color:#f5f7fb;border:1px solid #eaeaea;border-radius:4px;margin:15px 0}.InstaReportNoData .IRNDIcon{display:flex;justify-content:center;font-size:150px}.InstaReportNoData .IRNDTitle{text-align:center;font-size:28px;font-weight:600;padding:20px}.InstaReportNoData .IRNDDescription{text-align:center;font-size:16px;color:#666}.InstaReportNoData .IRNDDescription p{margin-bottom:7px}.InstaReportNoData .IRNDDescription p:last-child{margin-bottom:0}.EPComponent .EPCRow .EPCRCChart .highcharts-label rect.highcharts-label-box{stroke-width:0}@media(min-width:1559px)and (max-width:1800px){.EPComponent .EPCRow .EPCRCol2{width:calc(30% - 10px)}.EPComponent .EPCRow .EPCRCol4{width:calc(35% - 10px)}.EPComponent .EPCRow .EPCRCol6{width:calc(65% - 5px)}.EPComponent .EPCRow .EPCRCol8{width:calc(70% - 5px)}}@media(min-width:1367px)and (max-width:1600px){.EPComponent .EPCVideoContent .EPCVCContent .EPCVCCTitle{font-size:22px}.EPComponent .EPCVideoContent .EPCVCContent .EPCVCCDes{font-size:16px;line-height:24px}.EPComponent .EPCProgressMain .EPCPMTitle{font-size:18px}.EPComponent .EPCProgressMain .EPCPMProgress .EPCPMPTitle .EPCPMPText{font-size:16px}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHIcon{font-size:25px}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHIcon img{width:30px;height:30px}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHTitle{font-size:16px}.EPCListing .EPCLCol .EPCLCBody .EPCLCBRow .EPCLCBRTitle{font-size:14px}.EPCListing .EPCLCol .EPCLCBody .EPCLCBNo .EPCLCBNIcon{font-size:100px}.EPCListing .EPCLCol .EPCLCBody .EPCLCBNo .EPCLCBNTitle,.EPComponent .EPCReviews .EPCReviewBox .EPCRBBody .EPCRBBCol .EPCRBBCTitle,.EPSidebar .EPSInner .EPSIHead .EPSIHTitle{font-size:16px}.EPSidebar .EPSInner .EPSIHead .EPSIHAddress{font-size:12px}.EPSIBody .EPSIBTab .EPSIBTIcon{font-size:18px}.EPSIBody .EPSIBTab .EPSIBTTitle{font-size:14px}.EPComponent .EPCRCScore .EPCRCSBox .EPCRCSBTitle{font-size:18px}.EPComponent .EPCRCDetail .EPCRCDRow .EPCRCDRLabel{font-size:16px}.EPComponent .EPCRCDetail .EPCRCDRow .EPCRCDRTitle{font-size:14px;white-space:unset}.EPComponent .EPCRCScore .EPCRCSBox .EPCRCSBType{width:50px;height:50px;font-size:20px;line-height:50px}.EPComponent .EPCASLA .EPCASCHead .EPCASCHTitle{font-size:20px}.EPComponent .EPCASLA .EPCASCHead .EPCASCHNum{font-size:34px}.EPCWebType .EPCWTBView.EPCWTBDesktopView{flex-direction:column;justify-content:center;align-items:center;grid-row-gap:20px;row-gap:20px}.EPCWebType .EPCWTBView.EPCWTBDesktopView .EPCWTBVDesk,.EPCWebType .EPCWTBView.EPCWTBDesktopView .EPCWTBVSummery{width:100%}.EPComponent .EPCRTSIH .EPCRTSIHInfo .EPCRTSIHITBox .EPCRTSIHITTitle{font-size:16px}.EPComponent .EPCRTSIH .EPCRTSIHInfo .EPCRTSIHISTBox{font-size:20px}.EPComponent .EPCRTSIH .EPCRTSIHIcon{font-size:44px}.EPComponent .EPCRCBType .EPCRCBTBTank{width:100px}.EPCTable{width:100%;overflow:auto}.EPCTable .EPCTInner{width:1540px}.EPComponent .EPCRCKTTC .EPCRCKTTCInfo .EPCRCKTTCITitleBox .EPCRCKTTCITBTitle{font-size:20px}.EPComponent .EPCRCKTTC .EPCRCKTTCInfo .EPCRCKTTCINumber{font-size:22px}.EPBTabSections .EPComponent .EPCRCScore{grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}}@media(min-width:1280px)and (max-width:1367px){.EPComponent .EPCRow .EPCRCol2{width:calc(30% - 10px)}.EPComponent .EPCRow .EPCRCol4{width:calc(35% - 10px)}.EPComponent .EPCRow .EPCRCol6{width:calc(65% - 5px)}.EPComponent .EPCRow .EPCRCol8{width:calc(70% - 5px)}.EPComponent .EPCVideoContent .EPCVCContent .EPCVCCTitle{font-size:22px}.EPComponent .EPCVideoContent .EPCVCContent .EPCVCCDes{font-size:16px;line-height:24px}.EPComponent .EPCProgressMain .EPCPMTitle{font-size:18px}.EPComponent .EPCProgressMain .EPCPMProgress .EPCPMPTitle .EPCPMPText{font-size:16px}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHIcon{font-size:25px}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHIcon img{width:30px;height:30px}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHTitle{font-size:16px}.EPCListing .EPCLCol .EPCLCBody .EPCLCBRow .EPCLCBRTitle{font-size:14px}.EPCListing .EPCLCol .EPCLCBody .EPCLCBNo .EPCLCBNIcon{font-size:100px}.EPCListing .EPCLCol .EPCLCBody .EPCLCBNo .EPCLCBNTitle,.EPComponent .EPCReviews .EPCReviewBox .EPCRBBody .EPCRBBCol .EPCRBBCTitle{font-size:16px}.EPComponent .EPCRCScore .EPCRCSBox .EPCRCSBTitle{font-size:18px}.EPCWebType .EPCWTBView .EPCWTBVDesk .EPCWTBVDeskView{width:260px;height:180px;position:relative;display:flex;margin:0 auto}.EPCWebType .EPCWTBView .EPCWTBVMob .EPCWTBVMobView{width:165px;height:320px;position:relative;display:flex;margin:0 auto}}@media(min-width:1024px)and (max-width:1280px){.EPComponent .EPCRow .EPCRCol2,.EPComponent .EPCRow .EPCRCol4,.EPComponent .EPCRow .EPCRCol5,.EPComponent .EPCRow .EPCRCol6,.EPComponent .EPCRow .EPCRCol8,.EPComponent .EPCRow .EPCRCol25{width:100%}.EPComponent .EPCVideoContent .EPCVCContent .EPCVCCTitle{font-size:22px}.EPComponent .EPCVideoContent .EPCVCContent .EPCVCCDes{font-size:16px;line-height:24px}.EPComponent .EPCProgressMain .EPCPMTitle{font-size:18px}.EPComponent .EPCProgressMain .EPCPMProgress .EPCPMPTitle .EPCPMPText{font-size:16px}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHIcon{font-size:25px}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHIcon img{width:30px;height:30px}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHTitle{font-size:16px}.EPCListing .EPCLCol .EPCLCBody .EPCLCBRow .EPCLCBRTitle{font-size:14px}.EPCListing .EPCLCol .EPCLCBody .EPCLCBNo .EPCLCBNIcon{font-size:100px}.EPCListing .EPCLCol .EPCLCBody .EPCLCBNo .EPCLCBNTitle,.EPComponent .EPCReviews .EPCReviewBox .EPCRBBody .EPCRBBCol .EPCRBBCTitle{font-size:16px}.EPComponent .EPCRCScore .EPCRCSBox .EPCRCSBTitle{font-size:18px}.EPComponent .EPCVideoContent{flex-wrap:wrap;grid-row-gap:15px;row-gap:15px}.EPComponent .EPCVideoContent .EPCVCVideo{width:100%}.EPComponent .EPCVideoContent .EPCVCContent{width:100%;padding:0}.EPComponent .EPCRCScore .EPCRCSBox{width:33.33%}.EPBTabSections .EPComponent .EPCRCScore{flex-wrap:wrap}.EPBTabSections .EPComponent .EPCListing{display:flex;flex-wrap:wrap;width:auto;grid-template-columns:unset;grid-gap:unset;grid-row-gap:15px;row-gap:15px;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.EPComponent .EPCListing .EPCLCol{width:calc(50% - 7.5px)}}@media(min-width:992px)and (max-width:1023.98px){.EPComponent .EPCRow .EPCRCol2,.EPComponent .EPCRow .EPCRCol4,.EPComponent .EPCRow .EPCRCol5,.EPComponent .EPCRow .EPCRCol6,.EPComponent .EPCRow .EPCRCol8,.EPComponent .EPCRow .EPCRCol25{width:100%}.EPComponent .EPCVideoContent .EPCVCContent .EPCVCCTitle{font-size:22px}.EPComponent .EPCVideoContent .EPCVCContent .EPCVCCDes{font-size:16px;line-height:24px}.EPComponent .EPCProgressMain .EPCPMTitle{font-size:18px}.EPComponent .EPCProgressMain .EPCPMProgress .EPCPMPTitle .EPCPMPText{font-size:16px}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHIcon{font-size:25px}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHIcon img{width:30px;height:30px}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHTitle{font-size:16px}.EPCListing .EPCLCol .EPCLCBody .EPCLCBRow .EPCLCBRTitle{font-size:14px}.EPCListing .EPCLCol .EPCLCBody .EPCLCBNo .EPCLCBNIcon{font-size:100px}.EPCListing .EPCLCol .EPCLCBody .EPCLCBNo .EPCLCBNTitle,.EPComponent .EPCReviews .EPCReviewBox .EPCRBBody .EPCRBBCol .EPCRBBCTitle{font-size:16px}.EPComponent .EPCRCScore .EPCRCSBox .EPCRCSBTitle{font-size:18px}.EPComponent .EPCVideoContent{flex-wrap:wrap;grid-row-gap:15px;row-gap:15px}.EPComponent .EPCVideoContent .EPCVCVideo{width:100%}.EPComponent .EPCVideoContent .EPCVCContent{width:100%;padding:0}.EPComponent .EPCRCScore .EPCRCSBox{width:33.33%}.EPBTabSections .EPComponent .EPCRCScore{flex-wrap:wrap}.EPBTabSections .EPComponent .EPCListing{display:flex;flex-wrap:wrap;width:auto;grid-template-columns:unset;grid-gap:unset;grid-row-gap:15px;row-gap:15px;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.EPComponent .EPCListing .EPCLCol{width:calc(50% - 7.5px)}}@media(min-width:768px)and (max-width:991.98px){.EPComponent .EPCRow .EPCRCol2,.EPComponent .EPCRow .EPCRCol4,.EPComponent .EPCRow .EPCRCol5,.EPComponent .EPCRow .EPCRCol6,.EPComponent .EPCRow .EPCRCol8,.EPComponent .EPCRow .EPCRCol25{width:100%}.EPComponent .EPCVideoContent .EPCVCContent .EPCVCCTitle{font-size:22px}.EPComponent .EPCVideoContent .EPCVCContent .EPCVCCDes{font-size:16px;line-height:24px}.EPComponent .EPCProgressMain .EPCPMTitle{font-size:18px}.EPComponent .EPCProgressMain .EPCPMProgress .EPCPMPTitle .EPCPMPText{font-size:16px}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHIcon{font-size:25px}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHIcon img{width:30px;height:30px}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHTitle{font-size:16px}.EPCListing .EPCLCol .EPCLCBody .EPCLCBRow .EPCLCBRTitle{font-size:14px}.EPCListing .EPCLCol .EPCLCBody .EPCLCBNo .EPCLCBNIcon{font-size:100px}.EPCListing .EPCLCol .EPCLCBody .EPCLCBNo .EPCLCBNTitle,.EPComponent .EPCReviews .EPCReviewBox .EPCRBBody .EPCRBBCol .EPCRBBCTitle{font-size:16px}.EPComponent .EPCRCScore .EPCRCSBox .EPCRCSBTitle{font-size:18px}.EPComponent .EPCVideoContent{flex-wrap:wrap;grid-row-gap:15px;row-gap:15px}.EPComponent .EPCVideoContent .EPCVCVideo{width:100%}.EPComponent .EPCVideoContent .EPCVCContent{width:100%;padding:0}.EPComponent .EPCRCScore .EPCRCSBox{width:33.33%}.EPBTabSections .EPComponent .EPCRCScore{flex-wrap:wrap}.EPBTabSections .EPComponent .EPCListing{display:flex;flex-wrap:wrap;width:auto;grid-template-columns:unset;grid-gap:unset;grid-row-gap:15px;row-gap:15px;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.EPComponent .EPCListing .EPCLCol,.EPCTable{width:100%}.EPCTable{overflow:auto}.EPCTable .EPCTInner{width:1100px}.EPSIBody .EPSIBTab .EPSIBTIcon{font-size:18px}.ExternalPage .ExternalPageBody .EPBInner.EPSMinimize .EPBTabSections{width:100%}.EPComponent .EPCRow .EPCRCChart{display:flex;justify-content:center}.EPComponent .EPCHead .EPCHSTitle{font-size:14px}.EPCWebType .EPCWTBView .EPCWTBVDesk .EPCWTBVDeskView{width:290px;height:160px}.EPCWebType .EPCWTBView{padding:0}}@media(min-width:576px)and (max-width:767.98px){.EPComponent .EPCRow .EPCRCol2,.EPComponent .EPCRow .EPCRCol4,.EPComponent .EPCRow .EPCRCol5,.EPComponent .EPCRow .EPCRCol6,.EPComponent .EPCRow .EPCRCol8,.EPComponent .EPCRow .EPCRCol25{width:100%}.EPComponent .EPCVideoContent .EPCVCContent .EPCVCCTitle{font-size:22px}.EPComponent .EPCVideoContent .EPCVCContent .EPCVCCDes{font-size:16px;line-height:24px}.EPComponent .EPCProgressMain .EPCPMTitle{font-size:18px}.EPComponent .EPCProgressMain .EPCPMProgress .EPCPMPTitle .EPCPMPText{font-size:16px}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHIcon{font-size:25px}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHIcon img{width:30px;height:30px}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHTitle{font-size:16px}.EPCListing .EPCLCol .EPCLCBody .EPCLCBRow .EPCLCBRTitle{font-size:14px}.EPCListing .EPCLCol .EPCLCBody .EPCLCBNo .EPCLCBNIcon{font-size:100px}.EPCListing .EPCLCol .EPCLCBody .EPCLCBNo .EPCLCBNTitle,.EPComponent .EPCReviews .EPCReviewBox .EPCRBBody .EPCRBBCol .EPCRBBCTitle{font-size:16px}.EPComponent .EPCRCScore .EPCRCSBox .EPCRCSBTitle{font-size:18px}.EPComponent .EPCVideoContent{flex-wrap:wrap;grid-row-gap:15px;row-gap:15px}.EPComponent .EPCVideoContent .EPCVCVideo{width:100%}.EPComponent .EPCVideoContent .EPCVCContent{width:100%;padding:0}.EPComponent .EPCRCScore .EPCRCSBox{width:33.33%}.EPBTabSections .EPComponent .EPCRCScore{flex-wrap:wrap}.EPBTabSections .EPComponent .EPCListing{display:flex;flex-wrap:wrap;width:auto;grid-template-columns:unset;grid-gap:unset;grid-row-gap:15px;row-gap:15px;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.EPComponent .EPCListing .EPCLCol{width:100%}.EPComponent .EPCUserComt .EPCUCInner{flex-wrap:wrap}.EPCUserComt .EPCUCInner .EPCUCInfo{max-width:100%;width:100%}.EPCUserComt .EPCUCInner .EPCUCBtn{width:100%}.EPComponent .EPCRCBType .EPCRCBTBTList{flex-wrap:wrap;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;grid-row-gap:15px;row-gap:15px}.EPComponent .EPCRCBType .EPCRCBTBTank{width:calc(50% - 7.5px)}.EPCTable{width:100%;overflow:auto}.EPCTable .EPCTInner{width:1100px}.EPSIBody .EPSIBTab .EPSIBTIcon{font-size:18px}.ExternalPage .ExternalPageBody .EPBInner.EPSMinimize .EPBTabSections{width:100%}.EPComponent .EPCRow .EPCRCChart{display:flex;justify-content:center}.EPComponent .EPCHead .EPCHSTitle{font-size:14px}.EPCWebType .EPCWTBView .EPCWTBVDesk .EPCWTBVDeskView{width:290px;height:160px}.EPCWebType .EPCWTBView{padding:0}.ExternalPage .ExternalPageBody .EPBInner .EPBTabSections{width:100%}.ExternalPage .ExternalPageBody .EPBInner .EPSidebar{width:100%;position:absolute;left:0;right:0;top:0;bottom:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);z-index:9}.ExternalPage .ExternalPageBody .EPBInner.EPSMSMM .EPSidebar{-webkit-transform:translateX(0);transform:translateX(0)}}@media(max-width:575.98px){.EPComponent .EPCRow .EPCRCol2,.EPComponent .EPCRow .EPCRCol4,.EPComponent .EPCRow .EPCRCol5,.EPComponent .EPCRow .EPCRCol6,.EPComponent .EPCRow .EPCRCol8,.EPComponent .EPCRow .EPCRCol25{width:100%}.EPComponent .EPCVideoContent .EPCVCContent .EPCVCCTitle{font-size:20px}.EPComponent .EPCVideoContent .EPCVCContent .EPCVCCDes{font-size:14px;line-height:24px}.EPComponent .EPCPageInfo .EPCPIBody .EPCPIBRow .EPCPIBRCol .EPCPIBRCTitle{font-size:14px}.EPComponent .EPCPageInfo .EPCPIHead .EPCPIHTitleBox .EPCPIHTBTitle{font-size:18px}.EPComponent .EPCPageInfo .EPCPIHead{align-items:center}.EPCWebType .EPCWTBView .EPCWTBVMob,.EPCWebType .EPCWTBView .EPCWTBVSummery{width:100%}.EPCWebType .EPCWTBView{flex-direction:column;grid-row-gap:15px;row-gap:15px;padding:0}.EPComponent .EPCRow .EPCRCChart{display:flex;justify-content:center}.EPCIssueRow .EPCIRHead .EPCIRTitleDate{flex-wrap:wrap}.EPCIssueRow .EPCIRHead .EPCIRTitleDate .EPCIRTDTitle{font-size:16px;width:100%}.EPCIssueRow .EPCIRHead .EPCIRTitleDate .EPCIRTDTime{width:calc(100% - 34px)}.EPCWebType .EPCWTBView.EPCWTBDesktopView{height:100%}.EPCWebType .EPCWTBView .EPCWTBVDesk{width:100%}.EPCWebType .EPCWTBView .EPCWTBVDesk .EPCWTBVDeskView{width:260px;height:150px}.EPComponent .EPCRow .EPCRCol3{width:100%;margin-bottom:0}.EPCIssueRow .EPCIRBRow{flex-direction:column}.EPCIssueRow .EPCIRBHead.EPCIRBRow{display:none}.EPCIssueRow .EPCIRBRow .EPCIRBRCol:first-child,.EPCIssueRow .EPCIRBRow .EPCIRBRCol:nth-child(2),.EPCIssueRow .EPCIRBRow .EPCIRBRCol:nth-child(3){width:100%}.EPCIssueRow .EPCIRBRow .EPCIRBRCol{word-break:break-word}.EPCIssueRow .EPCIRBRow .EPCIRBRCol:nth-child(odd){background-color:#f4f6fa}.EPComponent .EPCProgressMain .EPCPMTitle{font-size:18px}.EPComponent .EPCProgressMain .EPCPMProgress .EPCPMPTitle .EPCPMPText{font-size:16px}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHIcon{font-size:25px}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHIcon img{width:30px;height:30px}.EPCListing .EPCLCol .EPCLCHead .EPCLCHTitleBox .EPCLCHTitle{font-size:16px}.EPCListing .EPCLCol .EPCLCBody .EPCLCBRow .EPCLCBRTitle{font-size:14px}.EPCListing .EPCLCol .EPCLCBody .EPCLCBNo .EPCLCBNIcon{font-size:100px}.EPCListing .EPCLCol .EPCLCBody .EPCLCBNo .EPCLCBNTitle,.EPComponent .EPCReviews .EPCReviewBox .EPCRBBody .EPCRBBCol .EPCRBBCTitle{font-size:16px}.EPComponent .EPCRCScore .EPCRCSBox .EPCRCSBTitle{font-size:18px}.EPComponent .EPCVideoContent{flex-wrap:wrap;grid-row-gap:15px;row-gap:15px}.EPComponent .EPCVideoContent .EPCVCVideo{width:100%;height:180px}.EPComponent .EPCVideoContent .EPCVCContent{width:100%;padding:0}.EPBTabSections .EPComponent .EPCRCScore{flex-wrap:wrap;grid-row-gap:10px;row-gap:10px}.EPComponent .EPCRCScore .EPCRCSBox{width:calc(50% - 10px)}.EPBTabSections .EPComponent .EPCListing{display:flex;flex-wrap:wrap;width:auto;grid-template-columns:unset;grid-gap:unset;grid-row-gap:15px;row-gap:15px;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.EPComponent .EPCListing .EPCLCol{width:100%}.EPComponent .EPCUserComt .EPCUCInner{flex-wrap:wrap;grid-row-gap:15px;row-gap:15px}.EPCUserComt .EPCUCInner .EPCUCInfo{max-width:100%;width:100%;align-items:flex-start}.EPCUserComt .EPCUCInner .EPCUCBtn{width:100%}.EPCUserComt .EPCUCInner .EPCUCInfo .EPCUCICmt{font-size:14px}.EPCTable,.EPCUserComt .EPCUCInner .EPCUCBtn button.mainButton{width:100%}.EPCTable{overflow:auto}.EPCTable .EPCTInner{width:1100px}.EPComponent .EPCRCBType .EPCRCBTBTList{flex-wrap:wrap;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;grid-row-gap:15px;row-gap:15px}.EPComponent .EPCRCBType .EPCRCBTBTank{width:calc(50% - 7.5px)}.EPComponent .EPCRCDetail .EPCRCDRow{flex-wrap:wrap}.EPComponent .EPCRCDetail .EPCRCDRow .EPCRCDRLabel{width:100%;font-size:16px}.EPComponent .EPCRCDetail .EPCRCDRow .EPCRCDRTitle{width:100%;text-align:left;font-size:14px}.EPBTabSections .EPComponent .EPCHead{flex-direction:column;grid-row-gap:15px;row-gap:15px}.EPComponent .EPCHead .EPCHSTitle{width:100%}.EPComponent .EPCHead .EPCHTBox{flex-wrap:wrap;grid-row-gap:15px;row-gap:15px}.EPComponent .EPCHead .EPCHTBox .EPCHTBSTitle{width:100%;padding:0}.EPComponent .EPCHead .EPCHTBox .EPCHTBTitle{flex:1 1}.EPComponent .EPCInnerHeading{flex-direction:column;grid-row-gap:15px;row-gap:15px}.EPComponent .EPCInnerHeading .EPCIHLTitle,.EPComponent .EPCInnerHeading .EPCIHRTitle{width:100%;flex:unset;text-align:center}.EPComponent .EPCReviews{grid-template-columns:repeat(auto-fill,minMax(100%,1fr))}.EPComponent .EPCRComment .EPCRCBox .EPCRCBHead{flex-wrap:wrap;grid-row-gap:15px;row-gap:15px}.EPComponent .EPCRComment .EPCRCBox .EPCRCBHead .EPCRCBUser{flex:unset;width:100%}.EPComponent .EPCReviews.EPCReviews3{grid-template-columns:repeat(auto-fill,minMax(100%,1fr))}.InstaReportNoData{padding:10px}.InstaReportNoData .IRNDIcon{font-size:80px}.InstaReportNoData .IRNDTitle{font-size:18px;padding:0}.InstaReportNoData .IRNDDescription{font-size:14px}.EPComponent .EPCRow .EPCRCol25:last-child .EPCRTSIH{flex-wrap:wrap;grid-row-gap:15px;row-gap:15px}.EPComponent .EPCRow .EPCRCol25:last-child .EPCRTSIH .EPCRTSIHInfo{padding:0}.ExternalPage .ExternalPageBody .EPBInner.EPSMinimize .EPBTabSections{width:100%}.EPSIBody .EPSIBTab .EPSIBTIcon{font-size:18px}.MainDialog.centerZoom.sizeSm .MDContainer .MDCRow.GetInTouchRow{margin:0;max-height:100%;height:100%}.MainDialog.centerZoom.sizeSm .MDContainer .MDCRow.HowToDialogRow,.MainDialog.centerZoom.sizeSm .MDContainer .MDCRow.ReviewDialogRow{max-width:100%;margin:0}.ReviewDialog .RDInfoBox .RDIHead{flex-wrap:wrap;flex-direction:column;grid-row-gap:15px;row-gap:15px}.ExternalPage .ExternalPageBody .EPBInner .EPBTabSections,.ReviewDialog .RDInfoBox .RDIHead .RDIHReview,.ReviewDialog .RDInfoBox .RDIHead .RDIHUser{width:100%}.ExternalPage .ExternalPageBody .EPBInner .EPSidebar{width:100%;position:absolute;left:0;right:0;top:0;bottom:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);z-index:9}.ExternalPage .ExternalPageBody .EPBInner.EPSMSMM .EPSidebar{-webkit-transform:translateX(0);transform:translateX(0)}.ExternalPageHeaderBar .EPHBTitle{width:auto;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.ExternalPageHeaderBar .EPHBTitle button.iconButton{order:-1;margin:0}.EPComponent .EPCASLA .EPCASCHead{padding:20px 0}.EPComponent .EPCASLA .EPCASCHead .EPCASCHTitle{font-size:18px}.EPComponent .EPCASLA .EPCASCHead .EPCASCHNum{font-size:38px}}@media print{.EPComponentMain{page-break-inside:avoid;-webkit-column-break-inside:avoid;break-inside:avoid}.EPComponent .EPCRow .EPCRCol2{width:100%!important}.EPComponent .EPCRCDetail .EPCRCDRow{flex-wrap:nowrap!important}.EPComponent .EPCRCDetail .EPCRCDRow .EPCRCDRLabel{width:auto!important}.EPComponent .EPCBody .EPCRow .EPCWTBFBody .EPCIRTDArrow,.EPComponent .EPCBody .EPCRow .EPCWTBody .EPCWTBFBViewMore button.mainButton,.EPComponent .EPCBody .EPCUserComt .EPCUCBtn button.mainButton,.EPComponent .EPCBody .EPCViewMore button.mainButton,.EPComponent .EPCRCBPhotos .EPCRCBPBody .slick-slider ul.slick-dots,.EPComponent .EPCRComment .EPCRCBox .EPCRCBHead button.iconButton,.EPCVCCBtn button,.EPCVideoContent .EPCVCVideo,div[data-check=false]{display:none!important}.EPComponent .EPCRComment .EPCRCBox .EPCRCBHead{display:flex!important;flex-wrap:nowrap!important;align-items:flex-start!important}.EPComponent .EPCRCBPhotos .EPCRCBPBody .slick-track,.EPComponent .EPCRComment,.EPComponent .EPCRCScore{display:flex!important;flex-wrap:wrap!important}.EPComponent .EPCRCBPhotos .EPCRCBPBody .slick-track .slick-slide{width:33.33%!important;page-break-inside:avoid;-webkit-column-break-inside:avoid;break-inside:avoid;page-break-before:always}.EPComponent .EPCRCBPhotos .EPCRCBPBody .slick-track .slick-slide.slick-cloned{display:none}.EPCRCBPhotos .EPCRCBPBody .slick-slider .slick-slide>div{display:inline!important}.EPComponent .EPCRCBPhotos .EPCRCBPBody .slick-track{display:inline!important;grid-row-gap:15px;row-gap:15px;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.EPCRCBPhotos .EPCRCBPBody .slick-slider .slick-slide .EPCRCBPBSlide{margin:7.5px!important}.EPCRCBPhotos .EPCRCBPBody .slick-slider .slick-slide .EPCRCBPBSlide img{height:200px;object-position:top!important}.EPComponent .EPCRComment .EPCRCBox{width:calc(50% - 5px)!important}.EPComponent .EPCRCScore .EPCRCSBox{width:calc(33% - 12px)!important;height:150px!important}.EPComponent .EPCRCol2 .EPCRCChart .highcharts-container{height:100%!important}.EPCRCBPBody .slick-list{overflow:visible!important}.EPBTabSections .EPComponent .EPCUserComt,.ExternalPageBody .EPBTSInner #TabID1{margin-top:20px!important}.TOFTPWText{text-overflow:clip;white-space:normal}.EPBTabSections .EPComponent .EPCListing,.EPBTabSections .EPComponent .EPCRow{display:flex!important;flex-wrap:wrap!important}.EPComponent .EPCRow .EPCRCol3,.EPComponent .EPCRow .EPCRCol25{width:50%;flex:2 1;grid-row:2;display:inline-flex}.EPComponent .EPCReviews{display:flex;flex-wrap:wrap}.EPComponent .EPCReviews .EPCReviewBox{width:50%;flex:2 1;grid-row:2}.EPComponentMain .EPComponent .EPCListing .EPCLCol{width:50%;flex:2 1;grid-row:2;display:inline-flex;flex-direction:column}.EPComponentMain{padding-top:20px!important}.EPBTabSections .EPComponent .EPCHead{text-align:center}.EPComponent .EPCInnerHeading{padding-top:20px!important}#TabID1{page-break-inside:avoid;-webkit-column-break-inside:avoid;break-inside:avoid;page-break-before:always}#TabID2 .EPCBody .EPCUserComt{margin:20px 0 0}#TabID5 .EPCBody .EPCRCol5 .EPCWebType .EPCWTBFix~.EPCWTBFix{page-break-before:always}#TabID5 .EPCBody .EPCRCol5 .EPCWebType .EPCWTBFix~.EPCWTBFix~.EPCWTBFix{page-break-before:avoid;page-break-after:always}#TabID5 .EPCBody .EPCRCol5~.EPCRCol5 .EPCWebType .EPCWTBFix~.EPCWTBFix{page-break-before:avoid;page-break-after:avoid;margin-bottom:30px}#TabID6 .EPCBody .EPCInnerHeading~.EPCInnerHeading~.EPCInnerHeading{page-break-before:always}#TabID6 .EPCBody .EPCInnerHeading~.EPCInnerHeading~.EPCInnerHeading,.EPCIssueRow,.EPCIssueRow .EPCIRHead .EPCIRTitleDate .EPCIRTDTitle,.EPCWTBFix .EPCIssueRow .EPCIRHead .EPCIRDes,img{page-break-inside:avoid;-webkit-column-break-inside:avoid;break-inside:avoid}#TabID6 .EPComponent .EPCRCBType .EPCRCBTBTList{display:flex!important;flex-wrap:nowrap!important}.EPComponent .EPCRCBType{margin-top:30px!important}.EPCTable{overflow:visible}.EPComponent .EPCHead .EPCHSTitle{display:none!important}@-moz-document url-prefix(){#TabID5 .EPCBody .EPCRCol5~.EPCRCol5{margin-top:280px}#TabID5 .EPCBody .EPCUserComt{margin-top:30px}}@page{margin:.5cm}}@media only screen and (max-width:768.98px){.ExternalPageHeaderBar .EPHBOption .BlackOutlineBtn{margin:auto 4px}}.under-maintenance{height:100%}.under-maintenance .um-inner{display:flex;flex-direction:column;height:100%}.under-maintenance .um-inner .umi-logo{display:flex;justify-content:center;padding:15px 0}.under-maintenance .um-inner .umi-logo img{width:250px}.under-maintenance .um-inner .umi-body{flex:1 1;display:flex;justify-content:center;align-items:center;flex-direction:column}.under-maintenance .um-inner .umi-body .umib-content{max-width:800px;text-align:center}.under-maintenance .um-inner .umi-body .umib-content h1{margin:0 0 20px;font-size:48px;font-weight:700;color:#000}.under-maintenance .um-inner .umi-body .umib-content p{font-size:18px;font-weight:400;color:rgba(0,0,0,.7294117647);line-height:32px;margin:0}.under-maintenance .um-inner .umi-body .umib-plug{width:100%;padding-top:50px;display:flex}.under-maintenance .um-inner .umi-body .umib-plug img{width:100%;object-fit:cover;object-position:center;max-width:100%;height:auto;user-select:none;-moz-user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-ms-user-select:none}.under-maintenance .um-inner .umi-footer{display:flex;padding:15px;justify-content:center;align-items:center;border-top:1px solid #d7d7d7}.under-maintenance .um-inner .umi-footer .umif-mail a{color:#0083ff}.under-maintenance .um-inner .umi-footer .umif-text{font-size:14px;font-weight:500;color:#666}.under-maintenance .um-inner .umi-footer .umif-mail{margin:0 15px;color:#666;font-size:14px;font-weight:500}.under-maintenance .um-inner .umif-social{display:flex;align-items:center}.under-maintenance .um-inner .umif-social a{display:flex;margin:0 15px;color:#000}.under-maintenance .um-inner .umif-social a svg{width:24px;height:24px}@media(max-width:850px){.under-maintenance .um-inner .umi-footer{flex-direction:column;align-items:center}.under-maintenance .um-inner .umi-footer .umif-mail{margin:20px 0}}.AFRContainer{display:flex;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;grid-row-gap:15px;row-gap:15px;margin-bottom:15px}.AFRContainer .AFRCCol1{width:35%;background-color:var(--white);border-radius:4px}.AFRUserCol .AFRUCInfo{padding:15px;display:flex;align-items:center;border-bottom:1px solid #f6f8fc}.AFRUserCol .AFRUCInfo .AFRUCIImg{display:flex;width:50px;height:50px}.AFRUserCol .AFRUCInfo .AFRUCIImg img{border-radius:50%}.AFRUserCol .AFRUCInfo .AFRUCIImg svg{height:100%;width:100%}.AFRUserCol .AFRUCInfo .AFRUCIDet{padding-left:15px;flex:1 1}.AFRUserCol .AFRUCInfo .AFRUCIDet .AFRUCIDLevel{font-size:18px;font-weight:600;color:#000;padding-bottom:2px}.AFRUserCol .AFRUCInfo .AFRUCIDet .AFRUCIDSDate{font-size:14px;font-weight:500;color:#666}.AFRUserCol .AFRReferralLink{padding:15px}.AFRUserCol .AFRReferralLink .AFRRLInfo{background-color:#f6f8fc;padding:15px;border-radius:4px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLITitle{font-size:18px;font-weight:600;color:#000}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLICopyLink{display:flex;align-items:center;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLICopyLink .AFRRLICLLink{font-size:16px;font-weight:500;color:#666}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLICopyLink .AFRRLICLBtn{font-size:20px;color:#666;display:flex;cursor:pointer}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLIProgress{display:flex;align-items:center;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;margin-top:15px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLIProgress .AFRRLIPNum{font-size:15px;font-weight:600}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLIProgress .AFRRLIPView{flex:1 1;height:25px;border-radius:4px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLIProgress .FilledProgress{background-color:var(--dark-blue);height:25px}.AFRUserCol .AFRReferralLink .AFRRLIMore{margin-top:15px;display:flex}.AFRUserCol .AFRReferralLink .AFRRLIMore a{color:var(--dark-blue);font-size:15px;font-weight:500}.AFRContainer .AFRCCol2{width:65%;background-color:var(--white);border-radius:4px}.AFRContainer .AFRCCol2b{justify-content:center;display:flex;align-items:center}.AFRLeaderBoard .AFRLBHead{padding:15px;display:flex;align-items:center;border-bottom:1px solid #f6f8fc;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.AFRLeaderBoard .AFRLBHead .AFRLBHTitleBox{display:flex;align-items:center;flex:1 1}.AFRLeaderBoard .AFRLBHead .AFRLBHTitleBox .AFRLBHTBLogo{padding-right:15px;border-right:1px solid #f6f8fc;display:flex}.AFRLeaderBoard .AFRLBHead .AFRLBHTitleBox .AFRLBHTBLogo img{height:50px;width:215px;object-fit:contain}.AFRLeaderBoard .AFRLBHead .AFRLBHTitleBox .AFRLBHTBTitle{padding-left:15px;font-size:22px;font-weight:600;color:#666;flex:1 1}.AFRLeaderBoard .AFRLBody{padding:15px;display:flex;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.AFRLeaderBoard .AFRLBody--NoData{justify-content:center}.AFRLeaderBoard .AFRLBody .AFRLBBoard{width:calc(50% - 7.5px);padding:15px;border:1px solid #ddd;background-color:#f6f8fc;border-radius:4px}@media screen and (max-width:991px){.AFRLeaderBoard .AFRLBody .AFRLBBoard{width:100%}}.AFRLeaderBoard .AFRLBody .AFRLBBoard .AFRLBBRow{display:flex;align-items:center;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;margin-bottom:15px}.AFRLeaderBoard .AFRLBody .AFRLBBoard .AFRLBBRow:last-child{margin-bottom:0}.AFRLeaderBoard .AFRLBody .AFRLBBoard .AFRLBBRow .AFRLBBNum{font-size:16px;font-weight:500;color:#000}.AFRLeaderBoard .AFRLBody .AFRLBBoard .AFRLBBRow .UserInfo.AFRLBBTitle{flex:1 1}.AFRLeaderBoard .AFRLBody .AFRLBBoard .AFRLBBRow .UserInfo.AFRLBBTitle .UIDetailName{color:#000;font-size:16px}.AFRLeaderBoard .AFRLBody .AFRLBBoard .AFRLBBRow .UserInfo.AFRLBBTitle .UIImg{width:30px;height:30px}.AFRLeaderBoard .AFRLBody .AFRLBBoard .AFRLBBRow .AFRLBBIcon{font-size:18px;display:flex}.AFRLeaderBoard .AFRLBody .AFRLBBoard .AFRLBBRow .AFRLBBIcon.AFRLBBIUp{color:#49e194}.AFRLeaderBoard .AFRLBody .AFRLBBoard .AFRLBBRow .AFRLBBIcon.AFRLBBIDown{color:#fe4f4c}.AFRLeaderBoard .AFRLBody .AFRLBBoard .AFRLBBRow .AFRLBBIcon.AFRLBBINeutral{color:#b6b6b6}.AFRNAL .AFRNALHead{padding:15px;border-bottom:1px solid #f6f8fc;font-size:18px;font-weight:600;color:#000}.AFRNAL .AFRNALBody{padding:15px;display:flex;align-items:center}.AFRNAL .AFRNALBody .AFRNALBInfo{flex:1 1;padding-right:15px}.AFRNAL .AFRNALBody .AFRNALBInfo .AFRNALBITitle{font-size:16px;font-weight:600;color:var(--dark-blue)}.AFRNAL .AFRNALBody .AFRNALBInfo .AFRNALBISTitle{color:#666;font-size:14px;padding-top:3px}.AFRNAL .AFRNALBody .AFRNALBIcon{font-size:50px;display:flex;border:5px solid #f1f8ff;border-radius:50%}.AFRDPEF{padding:15px;flex:1 1}.AFRDPEF,.AFRDPEF .AFRDPEFCol{display:flex;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.AFRDPEF .AFRDPEFCol{width:50%}.AFRDPEF .AFRDPEFCol .AFRDPEFCIcon{font-size:40px;display:flex}.AFRDPEF .AFRDPEFCol .AFRDPEFCInfo{flex:1 1}.AFRDPEF .AFRDPEFCol .AFRDPEFCInfo .AFRDPEFCITitle{font-size:22px;font-weight:600;color:#000}.AFRDPEF .AFRDPEFCol .AFRDPEFCInfo .AFRDPEFCIPrice{font-size:18px;font-weight:600;padding:5px 0}.AFRDPEF .AFRDPEFCol .AFRDPEFCInfo .AFRDPEFCIEarn{font-size:16px;font-weight:500;color:#666}.AFRThreeCol,.AFRThreeCol .AFRTCol1{display:flex;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.AFRThreeCol .AFRTCol1{width:calc(35% - 5px)}.AFRThreeCol .AFRTCol1,.AFRThreeCol .AFRTCol1 .AFRTCCol{height:100%;overflow:auto;overflow-y:overlay;overflow-x:overlay}.AFRThreeCol .AFRTCol1 .AFRTCCol{width:50%}.AFRThreeCol .AFRTCol2{width:65%;flex:1 1;overflow:auto;overflow-y:overlay;overflow-x:overlay}.AFRTCCol,.AFRThreeCol .AFRTCol2{background-color:var(--white)}.AFRTCCol .AFRTCCHead{font-size:18px;font-weight:600;color:#000}.AFRTCCol .AFRTCCHead,.AFRTCCol .AFRTCCInfo{text-align:center;padding:15px;border-bottom:1px solid #f6f8fc}.AFRTCCol .AFRTCCInfo .AFRTCCITitle{font-size:16px;font-weight:600;color:#666;padding-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;justify-content:center}.AFRTCCITitle>*{margin-left:5px}.AFRTCCITitleToolTip>.PopoverMainInner{margin:0!important}.AFRTCCol .AFRTCCInfo .AFRTCCISTitle{color:var(--dark-blue);font-size:25px;font-weight:600}.AFRTTable{display:flex;flex-direction:column;height:100%}@media(min-width:1367px)and (max-width:1559.98px){.AFRUserCol .AFRUCInfo .AFRUCIDet .AFRUCIDLevel{font-size:16px}.AFRUserCol .AFRUCInfo .AFRUCIDet .AFRUCIDSDate{font-size:12px}.AFRUserCol .AFRUCInfo .AFRUCIImg{width:40px;height:40px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLITitle{font-size:16px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLICopyLink .AFRRLICLLink{font-size:14px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLICopyLink .AFRRLICLBtn{font-size:18px}.AFRUserCol .AFRReferralLink .AFRRLIMore a{font-size:13px}.AFRLeaderBoard .AFRLBHead .AFRLBHTitleBox .AFRLBHTBLogo img{width:150px;height:36px;object-fit:contain}.AFRLeaderBoard .AFRLBHead .AFRLBHTitleBox .AFRLBHTBTitle{font-size:18px}.AFRNAL .AFRNALHead{font-size:16px}.AFRNAL .AFRNALBody .AFRNALBIcon{font-size:40px}.AFRDPEF .AFRDPEFCol .AFRDPEFCIcon{font-size:30px}.AFRDPEF .AFRDPEFCol .AFRDPEFCInfo .AFRDPEFCITitle{font-size:20px}.AFRDPEF .AFRDPEFCol .AFRDPEFCInfo .AFRDPEFCIPrice,.AFRTCCol .AFRTCCHead{font-size:16px}.AFRTCCol .AFRTCCInfo .AFRTCCITitle{font-size:14px}}@media(min-width:1280px)and (max-width:1366.98px){.AFRUserCol .AFRUCInfo .AFRUCIDet .AFRUCIDLevel{font-size:16px}.AFRUserCol .AFRUCInfo .AFRUCIDet .AFRUCIDSDate{font-size:12px}.AFRUserCol .AFRUCInfo .AFRUCIImg{width:40px;height:40px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLITitle{font-size:16px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLICopyLink .AFRRLICLLink{font-size:14px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLICopyLink .AFRRLICLBtn{font-size:18px}.AFRUserCol .AFRReferralLink .AFRRLIMore a{font-size:13px}.AFRLeaderBoard .AFRLBHead .AFRLBHTitleBox .AFRLBHTBLogo img{width:150px;height:36px;object-fit:contain}.AFRLeaderBoard .AFRLBHead .AFRLBHTitleBox .AFRLBHTBTitle{font-size:18px}.AFRNAL .AFRNALHead{font-size:16px}.AFRNAL .AFRNALBody .AFRNALBIcon{font-size:40px}.AFRDPEF .AFRDPEFCol .AFRDPEFCIcon{font-size:30px}.AFRDPEF .AFRDPEFCol .AFRDPEFCInfo .AFRDPEFCITitle{font-size:20px}.AFRDPEF .AFRDPEFCol .AFRDPEFCInfo .AFRDPEFCIPrice,.AFRTCCol .AFRTCCHead{font-size:16px}.AFRTCCol .AFRTCCInfo .AFRTCCITitle{font-size:14px}}@media(min-width:1024px)and (max-width:1279.98px){.AFRUserCol .AFRUCInfo .AFRUCIDet .AFRUCIDLevel{font-size:16px}.AFRUserCol .AFRUCInfo .AFRUCIDet .AFRUCIDSDate{font-size:12px}.AFRUserCol .AFRUCInfo .AFRUCIImg{width:40px;height:40px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLITitle{font-size:16px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLICopyLink .AFRRLICLLink{font-size:14px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLICopyLink .AFRRLICLBtn{font-size:18px}.AFRUserCol .AFRReferralLink .AFRRLIMore a{font-size:13px}.AFRLeaderBoard .AFRLBHead .AFRLBHTitleBox .AFRLBHTBLogo img{width:150px;height:36px;object-fit:contain}.AFRLeaderBoard .AFRLBHead .AFRLBHTitleBox .AFRLBHTBTitle{font-size:18px}.AFRNAL .AFRNALHead{font-size:16px}.AFRNAL .AFRNALBody .AFRNALBIcon{font-size:40px}.AFRDPEF .AFRDPEFCol .AFRDPEFCIcon{font-size:30px}.AFRDPEF .AFRDPEFCol .AFRDPEFCInfo .AFRDPEFCITitle{font-size:20px}.AFRDPEF .AFRDPEFCol .AFRDPEFCInfo .AFRDPEFCIPrice,.AFRTCCol .AFRTCCHead{font-size:16px}.AFRTCCol .AFRTCCInfo .AFRTCCITitle{font-size:14px}}@media(min-width:992px)and (max-width:1023.98px){.AFRUserCol .AFRUCInfo .AFRUCIDet .AFRUCIDLevel{font-size:16px}.AFRUserCol .AFRUCInfo .AFRUCIDet .AFRUCIDSDate{font-size:12px}.AFRUserCol .AFRUCInfo .AFRUCIImg{width:40px;height:40px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLITitle{font-size:16px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLICopyLink .AFRRLICLLink{font-size:14px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLICopyLink .AFRRLICLBtn{font-size:18px}.AFRUserCol .AFRReferralLink .AFRRLIMore a{font-size:13px}.AFRLeaderBoard .AFRLBHead .AFRLBHTitleBox .AFRLBHTBLogo img{width:150px;height:36px;object-fit:contain}.AFRLeaderBoard .AFRLBHead .AFRLBHTitleBox .AFRLBHTBTitle{font-size:18px}.AFRNAL .AFRNALHead{font-size:16px}.AFRNAL .AFRNALBody .AFRNALBIcon{font-size:40px}.AFRDPEF .AFRDPEFCol .AFRDPEFCIcon{font-size:30px}.AFRDPEF .AFRDPEFCol .AFRDPEFCInfo .AFRDPEFCITitle{font-size:20px}.AFRDPEF .AFRDPEFCol .AFRDPEFCInfo .AFRDPEFCIPrice,.AFRTCCol .AFRTCCHead{font-size:16px}.AFRTCCol .AFRTCCInfo .AFRTCCITitle{font-size:14px}}@media(min-width:768px)and (max-width:991.98px){.AFRUserCol .AFRUCInfo .AFRUCIDet .AFRUCIDLevel{font-size:16px}.AFRUserCol .AFRUCInfo .AFRUCIDet .AFRUCIDSDate{font-size:12px}.AFRUserCol .AFRUCInfo .AFRUCIImg{width:40px;height:40px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLITitle{font-size:16px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLICopyLink .AFRRLICLLink{font-size:14px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLICopyLink .AFRRLICLBtn{font-size:18px}.AFRUserCol .AFRReferralLink .AFRRLIMore a{font-size:13px}.AFRLeaderBoard .AFRLBHead .AFRLBHTitleBox .AFRLBHTBLogo img{width:150px;height:36px;object-fit:contain}.AFRLeaderBoard .AFRLBHead .AFRLBHTitleBox .AFRLBHTBTitle{font-size:18px}.AFRNAL .AFRNALHead{font-size:16px}.AFRNAL .AFRNALBody .AFRNALBIcon{font-size:40px}.AFRDPEF .AFRDPEFCol .AFRDPEFCIcon{font-size:30px}.AFRDPEF .AFRDPEFCol .AFRDPEFCInfo .AFRDPEFCITitle{font-size:20px}.AFRDPEF .AFRDPEFCol .AFRDPEFCInfo .AFRDPEFCIPrice,.AFRTCCol .AFRTCCHead{font-size:16px}.AFRTCCol .AFRTCCInfo .AFRTCCITitle{font-size:14px}.AFRContainer{flex-wrap:wrap}.AFRContainer .AFRCCol1,.AFRContainer .AFRCCol2{width:100%}.PCRViewMain .PCRViewContainer .PCRVBInner.AFRPageView{height:auto}.AFRThreeCol .AFRTCol1{width:100%}.AFRThreeCol{flex-wrap:wrap;grid-row-gap:15px;row-gap:15px}.AFRThreeCol .AFRTCol1 .AFRTCCol{height:auto}.AFRThreeCol .AFRTCol2{width:100%;min-height:400px}}@media(min-width:576px)and (max-width:767.98px){.AFRUserCol .AFRUCInfo .AFRUCIDet .AFRUCIDLevel{font-size:16px}.AFRUserCol .AFRUCInfo .AFRUCIDet .AFRUCIDSDate{font-size:12px}.AFRUserCol .AFRUCInfo .AFRUCIImg{width:40px;height:40px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLITitle{font-size:16px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLICopyLink .AFRRLICLLink{font-size:14px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLICopyLink .AFRRLICLBtn{font-size:18px}.AFRUserCol .AFRReferralLink .AFRRLIMore a{font-size:13px}.AFRLeaderBoard .AFRLBHead .AFRLBHTitleBox .AFRLBHTBLogo img{width:150px;height:36px;object-fit:contain}.AFRLeaderBoard .AFRLBHead .AFRLBHTitleBox .AFRLBHTBTitle{font-size:18px}.AFRNAL .AFRNALHead{font-size:16px}.AFRNAL .AFRNALBody .AFRNALBIcon{font-size:40px}.AFRDPEF .AFRDPEFCol .AFRDPEFCIcon{font-size:30px}.AFRDPEF .AFRDPEFCol .AFRDPEFCInfo .AFRDPEFCITitle{font-size:20px}.AFRDPEF .AFRDPEFCol .AFRDPEFCInfo .AFRDPEFCIPrice,.AFRTCCol .AFRTCCHead{font-size:16px}.AFRTCCol .AFRTCCInfo .AFRTCCITitle{font-size:14px}.AFRContainer{flex-wrap:wrap}.AFRContainer .AFRCCol1,.AFRContainer .AFRCCol2{width:100%}.PCRViewMain .PCRViewContainer .PCRVBInner.AFRPageView{height:auto}.AFRThreeCol .AFRTCol1{width:100%}.AFRThreeCol{flex-wrap:wrap;grid-row-gap:15px;row-gap:15px}.AFRThreeCol .AFRTCol1 .AFRTCCol{height:auto}.AFRThreeCol .AFRTCol2{width:100%;min-height:400px}}@media(max-width:575.98px){.AFRUserCol .AFRUCInfo .AFRUCIDet .AFRUCIDLevel{font-size:16px}.AFRUserCol .AFRUCInfo .AFRUCIDet .AFRUCIDSDate{font-size:12px}.AFRUserCol .AFRUCInfo .AFRUCIImg{width:40px;height:40px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLITitle{font-size:16px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLICopyLink .AFRRLICLLink{font-size:14px}.AFRUserCol .AFRReferralLink .AFRRLInfo .AFRRLICopyLink .AFRRLICLBtn{font-size:18px}.AFRUserCol .AFRReferralLink .AFRRLIMore a{font-size:13px}.AFRLeaderBoard .AFRLBHead .AFRLBHTitleBox .AFRLBHTBLogo img{width:150px;height:36px;object-fit:contain}.AFRLeaderBoard .AFRLBHead .AFRLBHTitleBox .AFRLBHTBTitle{font-size:18px}.AFRNAL .AFRNALHead{font-size:16px;padding:10px}.AFRDPEF,.AFRNAL .AFRNALBody{padding:10px}.AFRDPEF{flex-wrap:wrap;grid-row-gap:20px;row-gap:20px}.AFRDPEF .AFRDPEFCol{width:100%}.AFRNAL .AFRNALBody .AFRNALBIcon{font-size:40px}.AFRDPEF .AFRDPEFCol .AFRDPEFCIcon{font-size:30px}.AFRDPEF .AFRDPEFCol .AFRDPEFCInfo .AFRDPEFCITitle{font-size:20px}.AFRDPEF .AFRDPEFCol .AFRDPEFCInfo .AFRDPEFCIPrice{font-size:16px}.AFRTCCol .AFRTCCHead{font-size:16px;padding:10px}.AFRTCCol .AFRTCCInfo{padding:10px}.AFRTCCol .AFRTCCInfo .AFRTCCITitle{font-size:14px}.AFRContainer{flex-wrap:wrap}.AFRContainer .AFRCCol1,.AFRContainer .AFRCCol2{width:100%}.PCRViewMain .PCRViewContainer .PCRVBInner.AFRPageView{height:auto}.AFRThreeCol .AFRTCol1{width:100%}.AFRThreeCol{flex-wrap:wrap;grid-row-gap:15px;row-gap:15px}.AFRThreeCol .AFRTCol1 .AFRTCCol{height:auto}.AFRThreeCol .AFRTCol2{width:100%;min-height:400px}.AFRLeaderBoard .AFRLBHead,.AFRUserCol .AFRReferralLink,.AFRUserCol .AFRUCInfo{padding:10px}.AFRLeaderBoard .AFRLBHead .AFRLBHTitleBox .AFRLBHTBLogo{padding-right:5px}.AFRLeaderBoard .AFRLBHead .AFRLBHTitleBox .AFRLBHTBLogo img{width:100px;height:auto}.AFRLeaderBoard .AFRLBHead .AFRLBHTitleBox .AFRLBHTBTitle{padding-left:5px;font-size:14px}.AFRLeaderBoard .AFRLBody{padding:10px;grid-row-gap:15px;row-gap:15px;flex-wrap:wrap}.AFRLeaderBoard .AFRLBody .AFRLBBoard{width:100%}}.AccessDenied{flex:1 1;display:flex;justify-content:center;align-items:center}.AccessDenied .AccessDeniedInner{text-align:center}.AccessDenied .AccessDeniedInner .ADIIcon{display:flex;justify-content:center;font-size:250px}.AccessDenied .AccessDeniedInner .ADITitle{font-size:28px;font-weight:600}.RARSTBContainer{display:flex;flex-direction:row;padding-top:10px;padding-bottom:0}.RARSTBCIRMBTBImage{width:30px}.RARSTBCIRMBTBImage.RARSTBCISAvatar{padding-left:15px}.RARSTBCIRMBTBIRBubblr{position:absolute;right:-4%;top:-4%;padding:1px;background:#fff;border-radius:50%;z-index:9}.RARSBFSABubble{right:-11%;top:-18%}.RARSTBCIRMBTBIRBubblr svg{font-size:10px}.RARSTBContainer .RARSTBCLInner{font-weight:600;font-size:20px;line-height:25px;letter-spacing:.01em;margin-right:10px;color:#000}.RARSTBContainer .RARSTBCRInner{background:#eaeaea;border-radius:10px;display:flex;flex-direction:row;align-items:center;grid-gap:8px;gap:8px;padding:5px 10px}.RARSTBContainer .RARSTBCRInner .RARSTBCRIRCount{font-weight:600;font-size:14px;line-height:18px;letter-spacing:.01em;color:#000}.RARSTBContainer .RARSTBCRInner .RARSTBCRISMBox{display:flex;flex-direction:row;grid-gap:4px;gap:4px}.RARSTBContainer .RARSTBCRInner .RARSTBCRISMBox svg{font-size:11px;color:#f8b805}.RARSTBCIRMBox{background:#fff;border-radius:8px;margin:15px auto;overflow:overlay}.RARSTBCIRMBox,.RARSTBCIRMBox.red{border-left:6px solid #f44336}.RARSTBCIRMBox.green{border-left:6px solid #4caf50}.RARSTBCIRMBox .RARSTBCIRMBTBox{padding:15px;display:flex;flex-direction:row;grid-gap:10px;gap:10px;align-items:center;justify-content:space-between}.RARSTBCIRMBox .RARSTBCIRMBTBox .RARSTBCIRMBTBoxRight{display:flex;flex-direction:row;grid-gap:15px;gap:15px}.RARSTBCIRMBox .RARSTBCIRMBTBox .RARSTBCIRMBTBoxRight .RARSTBCIRMBTBRIbutton{border:1px solid #8a8a8a;border-radius:4px;height:31px;width:31px;display:flex;justify-content:center;align-items:center;padding:0!important}.RARSTBCIRMBox .RARSTBCIRMBTBox .RARSTBCIRMBTBRFBox{border:none!important}.RARSTBCIRMBox .RARSTBCIRMBTBox .RARSTBCIRMBTBRFBox,.RARSTBCIRMBTBRFBox{font-size:18px;display:flex;justify-content:center;align-items:center;color:#0a88ff!important}.RARSTBCIRMBTBRFBox{max-height:31px;max-width:31px}.RARSTBCIRMBox .RARSTBCIRMBTBox .RARSTBCIRMBTBoxRight .RARSTBCIRMBTBRPRButton{border-radius:20px;max-height:31px;background-color:#fff;border:2px solid #f44336;color:#f44336;display:flex;justify-content:center;align-items:center;padding:0 8px}.RARSTBCIRMBox .RARSTBCIRMBTBox .RARSTBCIRMBTBoxLeft{display:flex;flex-direction:row;grid-gap:10px;gap:10px;align-items:center}.RARSTBCIRMBox .RARSTBCIRMBTBoxLeft .RARSTBCIRMBTBLeft{font-size:30px;position:relative;display:flex;align-items:center;z-index:1}.RARSTBCIRMBox .RARSTBCIRMBTBoxLeft .RARSTBCIRMBTBLeft svg{border-radius:50%!important}.RARSTBCIRMBox .RARSTBCIRMBTBoxLeft .RARSTBCIRMBTBRight{display:flex;flex-direction:column}.RARSTBCIRMBTBRightFaceBookRec{flex:1 1;display:flex;justify-content:flex-end}.RARSTBCIRMBox .RARSTBCIRMBTBoxLeft .RARSTBCIRMBTBRight .RARSTBCIRMBTBRSbox,.RARSTBCIRMBTBRSbox{display:flex;flex-direction:row;grid-gap:1px;gap:1px;font-size:15px}.RARSTTRSLoderContainer{position:fixed;top:130px;width:calc(100% - 250px)!important;display:flex;justify-content:center;background-color:transparent;z-index:9999}.RARSTTRSLoder{z-index:9999;transition:all 1s;background:#fff;padding:6px 15px;display:flex;align-items:center;flex-direction:row;box-shadow:0 1px 4px rgba(0,0,0,.25);border-radius:4px;opacity:0;margin-bottom:30px}.RARSTTRSLoder.active{-webkit-animation:pushdown .5s ease-out 0s 1 forwards;animation:pushdown .5s ease-out 0s 1 forwards;opacity:1}.RARSTTRSLoder.inactive{-webkit-animation:pushup .5s ease-out 0s 1 forwards;animation:pushup .5s ease-out 0s 1 forwards;opacity:0;height:0}@-webkit-keyframes pushdown{0%{opacity:0;height:0}to{opacity:1;height:29px}}@keyframes pushdown{0%{opacity:0;height:0}to{opacity:1;height:29px}}@-webkit-keyframes pushup{0%{opacity:1;height:29px}60%{opacity:0}to{height:0}}@keyframes pushup{0%{opacity:1;height:29px}60%{opacity:0}to{height:0}}.RARSTTRSLoder .CircularLoader,.RARSTTRSLoder .CircularLoader .circular-loader{width:18px!important;height:18px!important}.RARSTTRSLoder .RARSTTRSLIText{display:inline;margin-left:11px}.RARSTBCIRMBox .RARSTBCIRMBTBoxLeft .RARSTBCIRMBTBRight .RARSTBCIRMBTBRSbox .true svg{color:#f8b805}.RARSTBCIRMBox .RARSTBCIRMBTBoxLeft .RARSTBCIRMBTBRight .RARSTBCIRMBTBRSbox .false svg{color:#d1d1d1}.RARSTBCIRMBox .RARSTBCIRMBTBoxLeft .RARSTBCIRMBTBRight .RARSTBCIRMBTBRBBox{font-weight:600;font-size:14px;line-height:18px;letter-spacing:.01em;color:#000}.RARSTBCIRMBox .RARSTBCIRMBMBox{font-weight:400;font-size:14px;line-height:18px;color:#000;padding:5px 15px 15px;white-space:pre-line}.RARSTBCIRMBox .RARSTBCIRMBMBoxReply{font-weight:400;font-size:15px;line-height:18px;color:#000;padding:15px;margin-left:15px;margin-right:15px;background:#f4f4f4;border-radius:2px;margin-bottom:15px}.RARSTBCIRMBox .RARSTBCIRMBMBoxReply .RARSTBCIRMBMBoxRTBar{display:flex;flex-direction:row;font-weight:600;font-size:12px;line-height:15px;color:#000;align-items:center;grid-gap:5px;gap:5px}.RARSTBCIRMBMBoxRBodyOuter{margin-top:8px;margin-left:17px}.RARSTBCIRMBox .RARSTBCIRMBMBoxReply .RARSTBCIRMBMBoxRBody{margin-top:8px;font-style:normal;font-weight:400;font-size:14px;line-height:18px;color:#000;display:inline!important}.RARSTBCIRMBox .RARSTBCIRMBBBox{border-top:1px solid #e4e4e4;display:flex;flex-direction:row;grid-gap:20px;gap:20px;padding:15px}.RARSTBCIRMBox .RARSTBCIRMBBBox .RARSTBCIRMBBBPPic{width:30px}.RARSTBCIRMBox .RARSTBCIRMBBBox .RARSTBCIRMBBBPPic img{width:30px;max-width:30px!important;height:30px;border-radius:4px}.RARSTBCIRMBox .RARSTBCIRMBBBox .RARSTBCIRMBBBIResponse{display:flex;flex:1 1;width:100%}.RARSTBCIRMBBBIResponse .DCTextareaWrapper{width:100%;min-height:31px}.RARSTBCIRMBBBIResponse .DCTextareaWrapper .DCTextarea{min-height:31px!important;max-height:61px!important;padding:5px 10px}.RARSTBCIRMBox .RARSTBCIRMBBBox .RARSTBCIRMBBBIResponse input{width:100%;height:31px;border:1px solid #8a8a8a;border-radius:8px}.RARSTBCIRMBox .RARSTBCIRMBBBox .RARSTBCIRMBBBRButton .RARSTBCIRMBBBCClass{background:#0a88ff;max-height:31px!important}.RASBTIcon.TitleIconMain .TIMInner .TIMIIcon{font-size:11px}.RASBTIcon.TitleIconMain .TIMInner .TIMITitle{padding-right:6px!important}.RASBTIconBtn{margin-right:-5px!important}.RAPRDialog{position:absolute;top:20px;right:40px}.RAPRDialog .RAPRDCButton{background:none;border:none}.RAPRDialog .RAPRDCButton svg{color:#656565;font-size:25px}.RAPRDialogContainer .MDBackdrop{background:#efefef}.RAPRDIMContainer{background:#fff;padding:0 0 50px;width:480px;border-radius:15px}.RAPRDIMContainer .RAPRDIMCBox{display:flex;flex-direction:column;align-items:center;grid-gap:15px;gap:15px}.RAPRDIMContainer .RAPRDIMCBox .RAPRDIMCBLogoBox{display:flex;justify-content:center;width:100%!important;padding:15px 0;border-radius:15px 15px 0 0}.RAPRDIMContainer .RAPRDIMCBox .RAPRDIMCBTitle1{font-weight:600;font-size:23px;line-height:35px;color:#000}.RAPRDIMContainer .RAPRDIMCBox .RAPRDIMCBText1{font-weight:400;font-size:16px;line-height:20px;padding:0 60px 30px;text-align:center;color:#353535}.RAPRDIMContainer .RAPRDIMCBox .RAPRDIMCBSButton{border:1px solid #000;border-radius:4px;width:200px;height:45px;font-weight:400;font-size:16px;line-height:25px;margin-bottom:5px;color:#000}.RARSTBCIRMBTBImage.RARSTBCISAvatar .SingleAvatar .SingleAvatarInner{border:none;background:transparent}@media only screen and (min-width:300px)and (max-width:640px)and (orientation:portrait){.RARSTBContainer{display:flex;flex-direction:row;padding-left:0;padding-top:8px;padding-bottom:0}.RARSTBCIRMBox .RARSTBCIRMBTBox{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;grid-gap:14px;gap:14px}.RARSTBCIRMBox .RARSTBCIRMBTBox .RARSTBCIRMBTBoxLeft{width:100%!important}.RARSTBCIRMBox .RARSTBCIRMBMBox{padding:5px 20px 15px 15px}.RARSTBCIRMBox .RARSTBCIRMBMBoxReply{font-weight:400;font-size:15px;line-height:18px;color:#000;padding:15px 10px;margin-left:15px;margin-right:15px;background:#f4f4f4;border-radius:2px;margin-bottom:15px}.RARSTBCIRMBox .RARSTBCIRMBTBox .RARSTBCIRMBTBoxRight .RARSTBCIRMBTBRPRButton{background-color:#fff;border:2px solid #f44336;color:#f44336;max-height:25px!important;font-size:12px;border-radius:20px;display:flex;justify-content:center;align-items:center;padding:0 8px}.RARSTBCIRMBox .RARSTBCIRMBTBox .RARSTBCIRMBTBoxRight .RARSTBCIRMBTBRIbutton{width:25px;height:25px;font-size:12px;padding:7px!important}.RAPRDialog{top:20px;right:20px}}@media only screen and (max-width:1023px){.RARSTTRSLoderContainer{position:fixed;left:0;top:160px;width:100%!important;display:flex;justify-content:center;background-color:transparent}}.SignUpPage{flex:1 1;overflow:auto}.SignUpPage .SUPInner{height:100%;display:flex;flex-wrap:wrap;overflow:hidden}.SignUpPage .SUPInner .SUPICol{width:50%}@media screen and (min-width:650px){.SignUpPage .SUPInner .SUPICol:first-child{box-shadow:0 4px 34px rgba(0,0,0,.1)}}.SignUpPage .SUPInner .SUPICols{width:50%;overflow:auto;height:100%;background-color:#f6f8fc}@media screen and (min-width:650px){.SignUpPage .SUPInner .SUPICols:first-child{box-shadow:0 4px 34px rgba(0,0,0,.1)}}.SignUpPage .SUPInner .SUPIFormSection{position:relative;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:25px 50px}@media screen and (max-width:850px){.SignUpPage .SUPInner .SUPIFormSection{padding:25px}}.SUPIFormSection .SUPIFSInner{width:100%;-webkit-transform:translateY(-70px);transform:translateY(-70px)}.SUPIFormSection .SUPIFSInner .SUPIFSIIcon{display:flex;justify-content:center}.SUPIFormSection .SUPIFSInner .SUPIFSIIcon img{max-height:90px;object-fit:contain;border-radius:10px;object-position:left;user-select:none;-moz-user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-ms-user-select:none}.SUPIFormSection .SUPIFSInner .SUPIFSITitle{text-align:center;font-size:32px;font-weight:700;color:#000;padding-top:10px;padding-bottom:5px}.SUPIFormSection .SUPIFSInner .SUPIFSISTitle{text-align:center;font-size:16px;font-weight:500;color:#666;padding-bottom:35px}.SUPIFormSection .SUPIFSInner .SUPIFSISForm{display:flex;width:100%;max-width:400px;margin:0 auto;box-shadow:0 4px 34px rgba(0,0,0,.1);border-radius:50px}.SUPIFormSection .SUPIFSInner .SUPIFSISForm .DCInputWrapper{flex:1 1}.SUPIFormSection .SUPIFSInner .SUPIFSISForm .DCInputWrapper input.DCInput{border-radius:50px 0 0 50px;font-size:16px;padding:15px;font-weight:500;border:0;box-shadow:none}.SUPIFormSection .SUPIFSInner .SUPIFSISForm button.iconButton{padding:0 20px;font-size:22px;border-radius:0 50px 50px 0}.SUPIFormSection .SUPIFSInner .SUPIFSISIn{text-align:center;color:#666;font-size:14px;padding-top:25px;position:relative}@media screen and (max-width:650px){.SUPIFormSection .SUPIFSInner .SUPIFSISIn:after{content:"";position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%);width:50%;height:75%;-webkit-backdrop-filter:blur(4px) brightness(.92);backdrop-filter:blur(4px) brightness(.92);border-radius:8px;z-index:-1}}@media screen and (max-width:480px){.SUPIFormSection .SUPIFSInner .SUPIFSISIn:after{width:60%}}@media screen and (max-width:400px){.SUPIFormSection .SUPIFSInner .SUPIFSISIn:after{width:70%}}@media screen and (max-width:300px){.SUPIFormSection .SUPIFSInner .SUPIFSISIn:after{width:80%}}.SUPIFormSection .SUPIFSInner .SUPIFSISIn a{color:var(--dark-blue);font-weight:600}.SUPIFormSection .SUPIFSScreen{position:absolute;bottom:0;width:75%;overflow:hidden;margin:0 auto;-webkit-transform:translateY(30%);transform:translateY(30%)}.SUPIFormSection .SUPIFSScreen img.SUPIFSSVImg{width:100%;height:100%}.SUPIFormSection .SUPIFSScreen .SUPIFSSWeb{position:absolute;left:4%;padding-right:6%;top:7%;bottom:0;right:0;border-radius:4px;background-color:#000}.slider-dot25{color:#fff;position:absolute;top:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}@media screen and (max-width:1400px){.slider-dot25{-webkit-transform:translateY(-27px);transform:translateY(-27px)}}@media screen and (max-width:1100px){.slider-dot25{-webkit-transform:translateY(-26px);transform:translateY(-26px)}}@media screen and (max-width:1200px){.slider-dot25{-webkit-transform:translateY(-25px);transform:translateY(-25px)}}@media screen and (max-width:960px){.slider-dot25{-webkit-transform:translateY(-23px);transform:translateY(-23px)}}@media screen and (max-width:750px){.slider-dot25{-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@media screen and (max-width:650px){.slider-dot25{-webkit-transform:translateY(-24px);transform:translateY(-24px)}}@media screen and (max-width:500px){.slider-dot25{-webkit-transform:translateY(-23px);transform:translateY(-23px)}}.slick-dots.slider-dot25 li button:before{color:#666;opacity:1}.slick-dots.slider-dot25 li.slick-active button:before{color:#fff;opacity:1}.SUPIFormSection .SUPIFSScreen img.SUPIFSSWVImg{width:100%;object-fit:cover;object-position:left top}.SUPIFSSWVImg{width:100%}.SignUpPage .SUPInner .SUPIAppSection{background-color:#f6f8fc;height:100%;padding:25px;display:flex;justify-content:center}@media screen and (max-width:850px){.SignUpPage .SUPInner .SUPIAppSection{padding:20px}}.SUPIAppSection .SUPIASInner .SUPIASIIcon .SUPIASIInner>div{font-size:15px;padding-top:2px;font-weight:600;color:rgba(0,0,0,.5647058824)}@media screen and (max-width:650px){.SignUpPage{overflow:initial}.SignUpPage .SUPInner .SUPIFormSection{justify-content:flex-start}.SignUpPage .SUPInner{display:flex;flex-wrap:wrap;height:100%;padding-top:220px!important}.SignUpPage .SUPInner .SUPICol{width:100%}.SignUpPage .SUPInner .SUPIAppSection{padding:15px;display:block;background:none!important}.SUPIAppSection{display:block!important;width:100%;position:absolute;top:0;bottom:unset;overflow:unset;height:26%!important;padding:0!important;left:0}.SUPIFormSection .SUPIFSScreen{width:70%}.SignUpPage .SUPInner .SUPICols{width:0!important}.SUPIAppSection .SUPIASInner .SUPIASIIcon{position:absolute;width:35px!important;height:35px!important;width:auto!important;padding:0!important;display:block!important}.SUPIAppSection .SUPIASInner .SUPIASIIcon .SUPIASIInner{font-size:35px!important}.SUPIAppSection .SUPIASInner .SUPIASIIcon .SUPIASIInner div{display:none}.SignUpPage .SUPInner .SUPIFormSection{padding:15px}.SUPIFormSection .SUPIFSInner{-webkit-transform:translateY(0);transform:translateY(0)}.SUPIAppSection .SUPIASInner .SUPIASIIcon.SUPIASII1{left:5%;top:10%}.SUPIAppSection .SUPIASInner .SUPIASIIcon.SUPIASII2{left:32%;top:10%}.SUPIAppSection .SUPIASInner .SUPIASIIcon.SUPIASII3{right:5%;top:10%}.SUPIAppSection .SUPIASInner .SUPIASIIcon.SUPIASII4{left:16%;top:44%}.SUPIAppSection .SUPIASInner .SUPIASIIcon.SUPIASII5{left:46%;top:50%}.SUPIAppSection .SUPIASInner .SUPIASIIcon.SUPIASII6{right:16%;top:44%}.SUPIAppSection .SUPIASInner .SUPIASIIcon.SUPIASII7{left:25%;top:78%}.SUPIAppSection .SUPIASInner .SUPIASIIcon.SUPIASII8{right:25%;top:78%}.SUPIAppSection .SUPIASInner .SUPIASIIcon.SUPIASII9{right:8%;top:111%}.SUPIAppSection .SUPIASInner .SUPIASIIcon.SUPIASII10{left:8%;top:111%}.SUPIAppSection .SUPIASInner .SUPIASIIcon.SUPIASII11{left:58%;top:10%}.SUPIAppSection .SUPIASInner .SUPIASIIcon.SUPIASII12{left:46%;top:88%}.SUPIFSBack{position:fixed!important;z-index:1}}@media screen and (max-width:525px){.SUPIFormSection .SUPIFSScreen{width:80%}}@media screen and (max-width:450px){.SUPIFormSection .SUPIFSScreen{width:90%}}@media screen and (max-width:350px){.SUPIFormSection .SUPIFSScreen{width:100%}}.SUPIAppSection .SUPIASInner{width:100%;display:flex;flex-wrap:wrap}.SUPIAppSection .SUPIASInner.animate>*{opacity:0;-webkit-animation:slideDownAppIconsSignup 1.2s ease forwards;animation:slideDownAppIconsSignup 1.2s ease forwards}@media screen and (max-width:850px){.SUPIAppSection .SUPIASInner.animate>*{-webkit-transform:scale(.8)!important;transform:scale(.8)!important}}.SUPIAppSection .SUPIASInner.animate>:first-child{-webkit-animation-delay:.1s;animation-delay:.1s}.SUPIAppSection .SUPIASInner.animate>:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.SUPIAppSection .SUPIASInner.animate>:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}.SUPIAppSection .SUPIASInner.animate>:nth-child(4){-webkit-animation-delay:.4s;animation-delay:.4s}.SUPIAppSection .SUPIASInner.animate>:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}.SUPIAppSection .SUPIASInner.animate>:nth-child(6){-webkit-animation-delay:.6s;animation-delay:.6s}.SUPIAppSection .SUPIASInner.animate>:nth-child(7){-webkit-animation-delay:.7s;animation-delay:.7s}.SUPIAppSection .SUPIASInner.animate>:nth-child(8){-webkit-animation-delay:.8s;animation-delay:.8s}.SUPIAppSection .SUPIASInner.animate>:nth-child(9){-webkit-animation-delay:.9s;animation-delay:.9s}.SUPIAppSection .SUPIASInner.animate>:nth-child(10){-webkit-animation-delay:1s;animation-delay:1s}.SUPIAppSection .SUPIASInner.animate>:nth-child(11){-webkit-animation-delay:1.1s;animation-delay:1.1s}.SUPIAppSection .SUPIASInner.animate>:nth-child(12){-webkit-animation-delay:1.2s;animation-delay:1.2s}.SUPIAppSection .SUPIASInner.animate>:nth-child(13){-webkit-animation-delay:1.3s;animation-delay:1.3s}.SUPIAppSection .SUPIASInner .SUPIASIIcon{width:33.33%;padding:40px;display:flex;justify-content:space-around;align-items:center}.SUPIAppSection .SUPIASInner .SUPIASIIcon .SUPIASIInner{display:flex;font-size:75px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;flex-direction:column;align-items:center}.SUPIFSBack{position:absolute;top:50px;left:50px}.SUPIFSISIcon{display:flex;position:relative;width:350px;z-index:2;margin:0 auto}.SUPIFSISIcon img{opacity:1;transition:opacity .4s;transition-delay:0ms}.SUPIFSISIcon span{position:absolute;top:100px;left:118px;background-color:#0083ff;display:block;padding:10px 40px;font-size:14px;font-weight:600;color:#fff;-webkit-user-select:none;user-select:none;border-radius:50px}.SUPIAppSection .SUPIASInner .SUPIASIIcon .SUPIASIInner svg{-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.LPIFSIFBFError{display:flex;align-items:center;background-color:#f44336;justify-content:space-between;padding:10px 15px;border-radius:4px;margin:15px auto;max-width:400px}.LPIFSIFBFError span{font-size:12px}.LPIFSIFBFError button.iconButton,.LPIFSIFBFError span{padding:0;background-color:unset;border:0;color:var(--white)}.LPIFSIFBFError button.iconButton{font-size:10px}.SignupNextPage{height:100%}.SignupNextPage .SNPBody{height:100%;display:flex}.SignupNextPage .SNPBody .SNPBVerificationDetails{width:40%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:50px;z-index:2}.SignupNextPage .SNPBody .SNPBVerificationDetails>:not(:last-child){margin-bottom:20px}@media(min-width:768px)and (max-width:991px){.SignupNextPage .SNPBody .SNPBVerificationDetails{width:50%}}@media(max-width:767px){.SignupNextPage .SNPBody .SNPBVerificationDetails{width:100%}}.SignupNextPage .SNPBody .SNPBVerificationDetails .SNPBVDHeading{font-size:32px;font-weight:600;text-align:center}.SignupNextPage .SNPBody .SNPBVerificationDetails .SNPBVDSubHeading{font-size:16px;font-weight:500;color:rgba(0,0,0,.3764705882);text-align:center}.SignupNextPage .SNPBody .SNPBVerificationDetails .SNPBVDSubHeading--important{color:red;font-size:14px;text-align:center}.SignupNextPage .SNPBody .SNPBVerificationDetails .SUPIFSISEmailVerifyImage{display:flex;position:relative;width:350px;margin:25px 0!important;z-index:2;margin:0 auto}@media(max-width:575px){.SignupNextPage .SNPBody .SNPBVerificationDetails .SUPIFSISEmailVerifyImage{width:250px}.SignupNextPage .SNPBody .SNPBVerificationDetails .SUPIFSISEmailVerifyImage span{top:68px!important;left:68px!important}}.SignupNextPage .SNPBody .SNPBVerificationDetails .SUPIFSISEmailVerifyImage img{opacity:1;transition:opacity .4s;transition-delay:0ms}.SignupNextPage .SNPBody .SNPBVerificationDetails .SUPIFSISEmailVerifyImage span{position:absolute;top:100px;left:118px;background-color:#0083ff;display:block;padding:10px 40px;font-size:14px;font-weight:600;color:#fff;-webkit-user-select:none;user-select:none;border-radius:50px}.SignupNextPage .SNPBody .SNPBVerificationDetails .SUPIFSISEmailResend{font-size:14px;font-weight:600;color:rgba(0,0,0,.3764705882)}.SignupNextPage .SNPBody .SNPBVerificationDetails .SUPIFSISEmailResend a{color:#0083ff}.SignupNextPage .SNPBody .SNPBVerificationImage{width:60%;background:#000;position:relative}@media(min-width:768px)and (max-width:991px){.SignupNextPage .SNPBody .SNPBVerificationImage{width:50%}}@media(max-width:767px){.SignupNextPage .SNPBody .SNPBVerificationImage{display:none}}.SignupNextPage .SNPBody .SNPBVerificationImage .SNPBVIEmailPreview{position:absolute;right:0;top:24%;width:74%;display:flex}@media screen and (min-width:1800px){.SignupNextPage .SNPBody .SNPBVerificationImage .SNPBVIEmailPreview{width:78%}}@media screen and (max-width:1600px){.SignupNextPage .SNPBody .SNPBVerificationImage .SNPBVIEmailPreview{width:70%}}.SignupNextPage .SNPBody .SNPBVerificationImage .SNPBVIEmailPreview--img{border-radius:10px 0 0 10px}.SignupNextPage .SNPBody .SNPBVerificationImage .SNPBVIEmailPreview .SNPBVIEPArrowPointer{position:absolute;top:-165px;left:-470px;z-index:1;width:550px;display:flex}@media screen and (max-width:1200px){.SignupNextPage .SNPBody .SNPBVerificationImage .SNPBVIEmailPreview .SNPBVIEPArrowPointer{left:-360px;width:550px}}@-webkit-keyframes MoveIcon1{0%{-webkit-transform:translate(15px);transform:translate(15px)}25%{-webkit-transform:translate(15px,15px);transform:translate(15px,15px)}50%{-webkit-transform:translateY(15px);transform:translateY(15px)}75%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(15px);transform:translate(15px)}}@keyframes MoveIcon1{0%{-webkit-transform:translate(15px);transform:translate(15px)}25%{-webkit-transform:translate(15px,15px);transform:translate(15px,15px)}50%{-webkit-transform:translateY(15px);transform:translateY(15px)}75%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(15px);transform:translate(15px)}}@-webkit-keyframes MoveIcon2{0%{-webkit-transform:translateY(15px);transform:translateY(15px)}25%{-webkit-transform:translate(-15px,15px);transform:translate(-15px,15px)}50%{-webkit-transform:translate(-15px);transform:translate(-15px)}75%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateY(15px);transform:translateY(15px)}}@keyframes MoveIcon2{0%{-webkit-transform:translateY(15px);transform:translateY(15px)}25%{-webkit-transform:translate(-15px,15px);transform:translate(-15px,15px)}50%{-webkit-transform:translate(-15px);transform:translate(-15px)}75%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateY(15px);transform:translateY(15px)}}@-webkit-keyframes MoveIcon3{0%{-webkit-transform:translate(15px);transform:translate(15px)}25%{-webkit-transform:translate(15px,-15px);transform:translate(15px,-15px)}50%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}75%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(15px);transform:translate(15px)}}@keyframes MoveIcon3{0%{-webkit-transform:translate(15px);transform:translate(15px)}25%{-webkit-transform:translate(15px,-15px);transform:translate(15px,-15px)}50%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}75%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(15px);transform:translate(15px)}}@-webkit-keyframes slideDownAppIconsSignup{0%{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideDownAppIconsSignup{0%{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.SessionsPage{display:flex;flex-direction:column;flex:1 1;justify-content:center;background:rgba(0,0,0,.01)}.SessionsPage .container{-webkit-transform:translateY(-3rem);transform:translateY(-3rem)}.SessionsPage .SPHeader{display:flex;flex-direction:column;justify-content:center;align-items:center}.SessionsPage .SPHeader .SPHLogo{display:flex;width:200px;height:45px;object-fit:contain;object-position:center;user-select:none;-moz-user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-ms-user-select:none}.SessionsPage .SPHeader .SPHTitle{font-size:1.5rem;font-weight:thin;margin:.4rem 0 1rem;display:flex;justify-content:center;align-items:center}@media(max-width:600px){.SessionsPage .SPHeader .SPHTitle{font-size:1.1rem}}.SPListContainer{margin:0 20px;box-shadow:0 4px 16px rgba(17,17,26,.04),0 8px 32px rgba(17,17,26,.02);display:flex;flex-direction:column;grid-row-gap:5px;row-gap:5px}.SPLItem{cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;box-shadow:0 0 0 1px rgba(0,0,0,.05);background-color:#fff;border-radius:5px}@media(max-width:600px){.SPLItem{padding:1.6rem 1.5rem}}.SPLItem:hover .SPLIACTABtn svg{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}.SessionsPage .SPListContainer .SPLItem .SPLITitle{font-size:20px;font-weight:600;flex:1 1}@media(max-width:600px){.SessionsPage .SPListContainer .SPLItem .SPLITitle{font-size:18px}}.SessionsPage .SPListContainer .SPLItem .SPLITitle span{font-weight:700}.SessionsPage .SPLLastItem{font-size:1.1rem;display:flex;justify-content:center;padding:1.6rem 3rem;background:#fafafa;box-shadow:0 0 0 1px rgba(0,0,0,.05)}@media(max-width:600px){.SessionsPage .SPLLastItem{font-size:.9rem;padding:1.6rem 1.5rem}}.SessionsPage .SPLLastItem a{text-decoration:none;color:#00f;margin-left:.2rem}.SPLIActions{display:flex;justify-content:center;align-items:center;grid-column-gap:12px;-webkit-column-gap:12px;column-gap:12px}.SPLIACTALabel{font-size:1.2rem;font-weight:thin;transition:color .3s ease-in-out,box-shadow .3s ease-in-out}@media(max-width:600px){.SPLIACTALabel{font-size:1rem}}.SPLIACTABtn svg{transition:all .3s;-webkit-transform:translateX(-.3rem);transform:translateX(-.3rem);-webkit-backface-visibility:hidden;backface-visibility:hidden;opacity:0}.BillingPage{flex:1 1;display:flex;flex-direction:column;overflow:auto}.SingleChipWrapper{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;float:left}.SingleChip{border-radius:10px}.BillingPage .BPSPBtn{display:flex}.PageTableBox table.DCTable .PageTableBody tr td .TableFieldNote{margin-left:10px;background:#dcdcdc;padding:2px 5px;border-radius:5px;display:flex;align-items:center}.BillingPage .BPSPBtn button{padding:15px 25px;font-size:18px;font-weight:600;color:#000;min-width:230px;border:0;border-radius:0;margin-right:15px;position:relative;background-color:var(--white);border-bottom:3px solid #d5dfef}.BillingPage .BPSPBtn button span.buttonIcon{margin-left:0;margin-right:10px;font-size:30px}.BillingPage .BPSPBtn button.active{border-bottom-color:var(--dark-blue)}.BillingPage .BPSubPage{flex:1 1;padding-top:15px;display:flex;flex-direction:column;overflow:auto}.OrdersApproved{display:flex;flex-direction:column;overflow:auto;height:100%}.OrdersApproved .BodyBox{flex:1 1;padding:0;display:flex;flex-direction:column}.OrdersApproved .BodyBox .OAHead{display:flex;align-items:center;padding:15px;background-color:#f6f8fc}.OrdersApproved .BodyBox .OAHead .OAHTitle{flex:1 1;font-size:20px;font-weight:600;color:#000}.OrdersApproved .BodyBox .OAHead .OAHBtn{border-radius:50px;padding:8px 15px;color:#26262b;box-shadow:0 0 15px #f2f2f2}.OrdersApproved .BodyBox .OABody{flex:1 1;overflow:auto;overflow-y:overlay;padding:0 10px}.ViewCredential{height:100%;display:flex;flex-direction:column;overflow:auto}.ViewCredential .BodyBox{padding:0;flex:1 1;display:flex;flex-direction:column}.ViewCredential .BodyBox .VCHead{background-color:#f6f8fc;padding:15px}.ViewCredential .BodyBox .VCBody{flex:1 1;overflow:auto;overflow-y:overlay}.ViewCredential .VCBody .VCBGroup{border-bottom:1px solid #f6f8fc}.ViewCredential .VCBGroup .VCBGTitle{padding:15px;border-bottom:1px solid #f6f8fc;font-size:16px;font-weight:600}.ViewCredential .VCBGroup .VCBGInner{padding:15px}.UpdateCommission .BodyBoxInner .UCBtns{display:flex;justify-content:center}.UpdateCommission .BodyBoxInner .UCBtns button{margin:0 7.5px}.AddAgent{height:100%;display:flex;flex-direction:column;overflow:auto}.AddAgent .BodyBox{flex:1 1}.BillingPage .BPSubPage .BPSPAD{flex:1 1;display:flex;flex-direction:column;overflow:auto}.BillingPage .BPSubPage .BPSPAD .BPSPADHead{display:flex;max-height:250px;min-height:250px}.BillingPage .BPSubPage .BPSPADHead .BPSPADHUP{width:20%;background-color:#fff;border:1px solid #eaeaea;border-radius:4px;display:flex;flex-direction:column}.BillingPage .BPSubPage .BPSPADHead .BPSPADHUP .BPSPADHUPTitle{padding:10px 15px;text-align:center;font-size:16px;font-weight:600;border-bottom:1px solid #eaeaea}.BillingPage .BPSubPage .BPSPADHead .BPSPADHUP .BPSPADHUPBody{display:flex;flex:1 1}.BillingPage .BPSubPage .BPSPADHead .BPSPADHUP .BPSPADHUPBody .BPSPADHUPBBox{width:50%;display:flex;flex-direction:column;text-align:center;justify-content:center;font-size:18px;font-weight:600;padding:10px}.BillingPage .BPSubPage .BPSPADHead .BPSPADHUP .BPSPADHUPBody .BPSPADHUPBBox span{font-size:24px}.BillingPage .BPSubPage .BPSPADHead .BPSPADHUP .BPSPADHUPBody .BPSPADHUPBBox:first-child{border-right:1px solid #eaeaea}.BillingPage .BPSubPage .BPSPADHead .BPSPADHUP .BPSPADHUPFoot{padding:10px 15px;text-align:center;font-size:16px;font-weight:600;border-top:1px solid #eaeaea}.BillingPage .BPSubPage .BPSPADHead .BPSPADHSGRN{width:calc(60% - 30px);margin:0 15px;background-color:#fff;border:1px solid #eaeaea;border-radius:4px;display:flex}.BillingPage .BPSubPage .BPSPADHead .BPSPADHSGRN .BPSPADHSGRNBox{width:25%;display:flex;flex-direction:column;text-align:center;border-right:1px solid #eaeaea}.BillingPage .BPSubPage .BPSPADHead .BPSPADHSGRN .BPSPADHSGRNBox:last-child{border-right:0}.BillingPage .BPSubPage .BPSPADHead .BPSPADHSGRN .BPSPADHSGRNBox .BPSPADHSGRNBTitle{padding:10px 15px;text-align:center;font-size:16px;font-weight:600;border-bottom:1px solid #eaeaea}.BillingPage .BPSubPage .BPSPADHead .BPSPADHSGRN .BPSPADHSGRNBox .BPSPADHSGRNBBody{flex:1 1;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600}.BillingPage .BPSubPage .BPSPADHead .BPSPADHPP{width:20%;background-color:#fff;border:1px solid #eaeaea;border-radius:4px;display:flex;flex-direction:column;overflow:auto}.BillingPage .BPSubPage .BPSPADHead .BPSPADHPP .BPSPADHPPHead{padding:10px 15px;text-align:center;font-size:16px;font-weight:600;border-bottom:1px solid #eaeaea}.BillingPage .BPSubPage .BPSPADHead .BPSPADHPP .BPSPADHPPTable{flex:1 1;overflow:auto;display:flex;flex-direction:column}.BillingPage .BPSubPage .BPSPADHead .BPSPADHPP .BPSPADHPPTable .BPSPADHPPTHead{display:flex;border-bottom:1px solid #eaeaea}.BillingPage .BPSubPage .BPSPADHead .BPSPADHPP .BPSPADHPPTable .BPSPADHPPTHead .BPSPADHPPTCol1{padding:10px;font-size:14px;font-weight:600}.BillingPage .BPSubPage .BPSPADHead .BPSPADHPP .BPSPADHPPTable .BPSPADHPPTHead .BPSPADHPPTCol1:first-child{width:60%;border-right:1px solid #eaeaea}.BillingPage .BPSubPage .BPSPADHead .BPSPADHPP .BPSPADHPPTable .BPSPADHPPTHead .BPSPADHPPTCol1:nth-child(2){width:40%}.BillingPage .BPSubPage .BPSPADHead .BPSPADHPP .BPSPADHPPTable .BPSPADHPPTBody{flex:1 1;overflow:auto;overflow-y:overlay}.BillingPage .BPSubPage .BPSPADHead .BPSPADHPP .BPSPADHPPTable .BPSPADHPPTBody .BPSPADHPPTBRow{display:flex;border-bottom:1px solid #eaeaea}.BillingPage .BPSubPage .BPSPADHead .BPSPADHPP .BPSPADHPPTable .BPSPADHPPTBody .BPSPADHPPTBRow:last-child{border-bottom:0}.BillingPage .BPSubPage .BPSPADHead .BPSPADHPP .BPSPADHPPTable .BPSPADHPPTBody .BPSPADHPPTBRow .BPSPADHPPTRCol1{padding:10px;font-size:14px;font-weight:500}.BillingPage .BPSubPage .BPSPADHead .BPSPADHPP .BPSPADHPPTable .BPSPADHPPTBody .BPSPADHPPTBRow .BPSPADHPPTRCol1:first-child{width:60%;border-right:1px solid #eaeaea}.BillingPage .BPSubPage .BPSPADHead .BPSPADHPP .BPSPADHPPTable .BPSPADHPPTBody .BPSPADHPPTBRow .BPSPADHPPTRCol1:nth-child(2){width:40%}.BillingPage .BPSubPage .BPSPAD .BPSPADBody{flex:1 1;padding-top:15px}.BillingPage .BPSubPage .BPSPAD .BPSPADBody .BPSPADBInner{height:100%;background-color:#fff}.APTransactions{height:100%;display:flex;flex-direction:column;overflow:auto}.APTransactions .BodyBox{flex:1 1}.APTransactions .BodyBox .BodyBoxInner,.PayoutTransactions .SPTable{display:flex;flex-direction:column;overflow:auto}.PayoutTransactions .SPTable .SPTHead{display:flex;background-color:#e8eef9;border-top:1px solid #cad3e3;border-bottom:1px solid #cad3e3}.PayoutTransactions .SPTable .SPTHead .SPTHCol{font-size:16px;color:#434750;border-right:1px solid #cad3e3;font-weight:400;padding:9px 10px;-webkit-user-select:none;user-select:none;min-width:200px;position:relative;width:25%}.PayoutTransactions .SPTable .SPTHead .SPTHCol:first-child{border-left:1px solid #cad3e3}.PayoutTransactions .SPTable .SPTBody{flex:1 1;overflow:auto;overflow-x:overlay;overflow-y:overlay}.PayoutTransactions .SPTable .SPTBody .SPTRow{display:flex;border-bottom:1px solid #e8eef9}.PayoutTransactions .SPTable .SPTBody .SPTRow .SPTRCol{display:block;background-color:var(--white);font-size:14px;color:#000;font-weight:400;border-right:1px solid #e8eef9;padding:9px 10px;-webkit-user-select:none;user-select:none;min-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:25%}.PayoutTransactions .SPTable .SPTBody .SPTRow .SPTRCol:first-child{border-left:1px solid #e8eef9}.PayoutTransactions .SPTable .SPTFooter{display:flex;border:1px solid #e8eef9;border-top:0}.PayoutTransactions .SPTable .SPTFooter .SPTFTitle{font-size:16px;color:#434750;font-weight:600;padding:9px 10px;-webkit-user-select:none;user-select:none;min-width:200px;position:relative;width:50%}.PayoutTransactions .SPTable .SPTFooter .SPTFCol{display:block;background-color:var(--white);font-size:14px;color:#000;font-weight:400;border-left:1px solid #e8eef9;padding:9px 10px;-webkit-user-select:none;user-select:none;min-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:25%}.PayConfirmation .PCBtns{display:flex;justify-content:flex-end}.PayConfirmation .PCBtns button{margin-left:15px}.PayoutTransactions .UserInfo .UIDetail .UIDetailName{color:inherit}.NotePopOver.ArrowPopover.top-center .PopoverMainInner:before{visibility:visible;bottom:-5px;left:calc(50% - 7px)}.NotePopOver.ArrowPopover.top-start .PopoverMainInner:before{visibility:visible;bottom:-5px;left:2px}.NotePopOver.ArrowPopover.top-end .PopoverMainInner:before{visibility:visible;bottom:-5px;left:calc(100% - 16px)}.NotePopOver.ArrowPopover.bottom-center .PopoverMainInner:before{visibility:visible;top:-5px;left:calc(50% - 7px)}.NotePopOver.ArrowPopover.bottom-start .PopoverMainInner:before{visibility:visible;top:-5px;left:2px}.NotePopOver.ArrowPopover.bottom-end .PopoverMainInner:before{visibility:visible;top:-5px;left:calc(100% - 7px)}.NotePopOver.ArrowPopover.left-start .PopoverMainInner:before{visibility:visible;top:2px;right:-5px}.NotePopOver.ArrowPopover.left-end .PopoverMainInner:before{visibility:visible;top:calc(100% - 16px);right:-5px}.NotePopOver.ArrowPopover.left-center .PopoverMainInner:before{visibility:visible;top:calc(50% - 7px);right:-5px}.NotePopOver.ArrowPopover.right-start .PopoverMainInner:before{visibility:visible;top:2px;left:-5px}.NotePopOver.ArrowPopover.right-end .PopoverMainInner:before{visibility:visible;top:calc(100% - 16px);left:-5px}.NotePopOver.ArrowPopover.right-center .PopoverMainInner:before{visibility:visible;top:calc(50% - 7px);left:-5px}.NotePopOver .PopoverMainInner .PMIContent .ButtonWrapper{margin-top:10px}.SSOUserItem{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:5px;border-radius:3px}.SSOUserItem:hover{background-color:#e5e5e5}.SSOUserItem .SSOUIBadge{display:inline-block;padding:3px 5px;border:1px solid;font-size:12px;line-height:normal;border-radius:4px;min-width:50px;text-align:center}.BodyBox .SSOLoader{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;background-color:#000;opacity:.15}.BodyBox .SSOLoader .CircularLoader{margin:auto}@media(min-width:576px)and (max-width:991px){.BillingPage .BPSPBtn{display:flex;overflow:auto}.BillingPage .BPSPBtn button{padding:10px 15px;font-size:16px;min-width:200px}.BillingPage .BPSPBtn button span.buttonIcon{margin-right:10px;font-size:24px}.BillingPage .BPSubPage .BPSPAD .BPSPADHead{display:flex;max-height:unset;min-height:auto;flex-direction:column}.BillingPage .BPSubPage .BPSPADHead .BPSPADHUP{width:100%;margin-bottom:15px}.BillingPage .BPSubPage .BPSPADHead .BPSPADHSGRN{width:100%;margin:0 0 15px}.BillingPage .BPSubPage .BPSPADHead .BPSPADHSGRN .BPSPADHSGRNBox .BPSPADHSGRNBTitle{padding:10px 5px;font-size:14px}.BillingPage .BPSubPage .BPSPADHead .BPSPADHSGRN .BPSPADHSGRNBox .BPSPADHSGRNBBody{font-size:16px;padding:10px 0}.BillingPage .BPSubPage .BPSPAD .BPSPADHead .BPSPADHPP{width:100%}.PayoutTransactions .SPTable{overflow:unset;width:900px}.PayoutTransactions .SPTable .SPTBody{overflow:unset}}@media(max-width:575.98px){.BillingPage .BPSPBtn{display:flex;overflow:auto}.BillingPage .BPSPBtn button{padding:10px 15px;font-size:16px;min-width:200px}.BillingPage .BPSPBtn button span.buttonIcon{margin-right:10px;font-size:24px}.BillingPage .BPSubPage .BPSPAD .BPSPADHead{display:flex;max-height:unset;min-height:auto;flex-direction:column}.BillingPage .BPSubPage .BPSPADHead .BPSPADHUP{width:100%;margin-bottom:15px}.BillingPage .BPSubPage .BPSPADHead .BPSPADHSGRN{width:100%;margin:0 0 15px}.BillingPage .BPSubPage .BPSPADHead .BPSPADHSGRN .BPSPADHSGRNBox .BPSPADHSGRNBTitle{padding:10px 5px;font-size:14px}.BillingPage .BPSubPage .BPSPADHead .BPSPADHSGRN .BPSPADHSGRNBox .BPSPADHSGRNBBody{font-size:16px;padding:10px 0}.BillingPage .BPSubPage .BPSPAD .BPSPADHead .BPSPADHPP{width:100%}.PayoutTransactions .SPTable{overflow:unset;width:900px}.PayoutTransactions .SPTable .SPTBody{overflow:unset}}.CreateProfilePage{display:flex;flex-direction:column;height:100%}.CreateProfilePage .CPCHeader{display:flex;align-items:center;justify-content:space-between;background-color:#333;padding:15px}.CreateProfilePage .CPCHeader .CPCHeaderContent .CPCHCHeading{font-size:22px;font-weight:600;color:#fff;margin-bottom:5px;display:inline}@media screen and (max-width:1200px){.CreateProfilePage .CPCHeader .CPCHeaderContent .CPCHCHeading{font-size:18px}}.CreateProfilePage .CPCHeader .CPCHeaderContent .CPCHCHeading+.CPCHCBCIAccountStatus{font-size:14px;padding:3px 4px;color:#fff;border-radius:5px;border:1px solid #fff;text-decoration:none;margin-left:.8rem}.CreateProfilePage .CPCHeader .CPCHeaderContent .CPCHCBreadCrum{display:flex;align-items:center;margin-top:.26rem}.CreateProfilePage .CPCHeader .CPCHeaderContent .CPCHCBreadCrum>:not(:first-child){margin-left:.6rem}.CreateProfilePage .CPCHeader .CPCHeaderContent .CPCHCBreadCrum>:last-child{text-decoration:underline}.CreateProfilePage .CPCHeader .CPCHeaderContent .CPCHCBreadCrum .CPCHCBCItem{display:flex;justify-content:space-between;align-items:center;font-weight:500;color:#fff}.CreateProfilePage .CPCHeader .CPCHeaderContent .CPCHCBreadCrum .CPCHCBCIIcon svg{fill:#fff}.CreateProfilePage .CPCHeader .CPCHeaderLogo{display:flex;justify-content:center}.CreateProfilePage .CPCHeader .CPCHeaderLogo img{width:100%;max-height:42px;object-fit:contain;object-position:left;user-select:none;-moz-user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-ms-user-select:none}@media screen and (max-width:1200px){.CreateProfilePage .CPCHeader .CPCHeaderLogo img{max-height:29.3px}}.CreateProfilePage .CPCBody{display:flex;flex:1 1;overflow:hidden}.CreateProfilePage .CPCBody .CPCBForm{width:30%;background:#000;overflow-y:auto}@media screen and (min-width:768px)and (max-width:1199px){.CreateProfilePage .CPCBody .CPCBForm{width:40%}}@media screen and (max-width:767px){.CreateProfilePage .CPCBody .CPCBForm{width:100%}}.CreateProfilePage .CPCBody .CPCBForm .CPCBFHeader{padding:35px 35px 0;color:#fff;text-align:center}@media screen and (max-width:1199px){.CreateProfilePage .CPCBody .CPCBForm .CPCBFHeader{padding:15px}}@media screen and (max-width:575px){.CreateProfilePage .CPCBody .CPCBForm .CPCBFHeader{padding:20px 20px 0}}.CreateProfilePage .CPCBody .CPCBForm .CPCBFHeader .CPCBFHHeading{font-weight:600;margin-bottom:5px}.CreateProfilePage .CPCBody .CPCBForm .CPCBFHeader .CPCBFHSubHeading{color:hsla(0,0%,100%,.3764705882);font-size:1rem}.CreateProfilePage .CPCBody .CPCBForm .CPCBFMainContent{padding:35px;position:relative}.CreateProfilePage .CPCBody .CPCBForm .CPCBFMainContent .fieldControl:not(:last-of-type){margin-bottom:28px}.CreateProfilePage .CPCBody .CPCBForm .CPCBFMainContent .fieldControl:last-of-type{margin-bottom:0}.CreateProfilePage .CPCBody .CPCBForm .CPCBFMainContent .fieldControl .DCPhoneNumberWrapper .PhoneInput{border:none}.CreateProfilePage .CPCBody .CPCBForm .CPCBFMainContent .fieldControl .DCPhoneNumberWrapper .PhoneInput .AutoCompleteRoot .SingleSelection{padding-top:17px;padding-bottom:17px;border-top-right-radius:0;border-bottom-right-radius:0}.CreateProfilePage .CPCBody .CPCBForm .CPCBFMainContent .fieldControl .DCPhoneNumberWrapper .PhoneInput .AutoCompleteRoot .SingleSelection:after{top:18px}.CreateProfilePage .CPCBody .CPCBForm .CPCBFMainContent .fieldControl .DCPhoneNumberWrapper .PhoneInput .PhoneInputInput{border-top-left-radius:0;border-bottom-left-radius:0}.CreateProfilePage .CPCBody .CPCBForm .CPCBFMainContent .fieldControl .DCPhoneNumberWrapper .PhoneInputInput{padding:18px 10px}.CPCBFMainContent--border:after{content:"";position:absolute;left:50%;bottom:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:calc(100% - 70px);height:1px;background:#333;margin:0 auto}.CreateProfilePage .CPCBody .CPCBBrandingImage{width:70%;padding:35px 35px 0;display:flex;justify-content:center;align-items:center}.CreateProfilePage .CPCBody .CPCBBrandingImage img{height:100%;width:100%;object-fit:cover;object-position:top}@media screen and (max-width:767px){.CreateProfilePage .CPCBody .CPCBBrandingImage{display:none}}.CreateProfilePage .CPCBody .CPCBForm .CPCBFMainContent .CPCBFMCFieldLabel{color:#bab9b9;font-size:14px}.CreateProfilePage .CPCBody .CPCBForm .CPCBFMainContent .CPCBFMCFieldInput{border:none!important}.CreateProfilePage .CPCBody .CPCBForm .CPCBFMainContent .CPCBFMCFieldInput input{padding:1rem 15px;font-size:1rem;color:#333;font-weight:600}.CreateProfilePage .CPCBody .CPCBForm .CPCBFMainContent .CPCBFMCFieldInput input:disabled{cursor:no-drop;background:#b8b8b8;color:-internal-light-dark(#545454,#aaa);border:none!important}.CPCBFMCFieldInput.create_profile_email{background:#fff!important;color:#000!important;border:1px solid #e7f0f9;border-radius:4px;transition:all .1s ease;outline:0;width:100%}.check-warning{border:1px solid red!important}.CreateProfilePage .CPCBody .CPCBForm .CPCBFCTABtn{padding:0 35px 20px!important;margin-bottom:0}.CreateProfilePage .CPCBody .CPCBForm .CPCBFCTABtn .CPCBFCTABButton{padding:15px;border-radius:100px;background-image:linear-gradient(90deg,#0083ff,#0161bd);color:#fff}.CreateProfilePage .CPCBody .CPCBForm .CPCBFCTABtn .CPCBFCTABButton:hover{background-image:linear-gradient(90deg,#0083ff,#0161bd)}.CreateProfilePage .CPCBody .CPCBForm .CPCBFCTABtn .CPCBFCTABButton .buttonTitle{text-align:center;font-weight:600;font-size:16px}.CreateProfilePage .CPCBody .CPCBForm .CPCBFCTABtn .CPCBFCTABButton .CPCBFCTABButtonIcon{-webkit-transform:translateX(-.55rem);transform:translateX(-.55rem)}.CreateProfilePage .CPCBody .CPCBForm .CPCBFCTABtn .CPCBFCTABButtonRed{padding:15px;border-radius:100px;background-image:linear-gradient(90deg,red,red);color:#fff;transition:all .3s ease}.CreateProfilePage .CPCBody .CPCBForm .CPCBFCTABtn .CPCBFCTABButtonRed:disabled{opacity:1;background:#990b07;border:#990b07;color:#d9a3a1}.CreateProfilePage .CPCBody .CPCBForm .CPCBFCTABtn .CPCBFCTABButtonRed:hover{opacity:.85}.CreateProfilePage .CPCBody .CPCBForm .CPCBFCTABtn .CPCBFCTABButtonRed .buttonTitle{text-align:center;font-weight:600;font-size:16px}.CreateProfilePage .CPCBody .CPCBForm .CPCBFCTABtn .CPCBFCTABButtonRed .CPCBFCTABButtonIcon{-webkit-transform:translateX(-.55rem);transform:translateX(-.55rem)}.SACPPhoneView{border:1px solid #cbced4;border-radius:5px;padding:1rem 15px;font-size:1rem;color:#333;font-weight:600;background-color:#b8b8b8}.SAPHCMessage{color:green;padding-top:5px}.newsHeadline{text-align:center;background-color:#fe6666;color:#fff;width:100%;height:25px;overflow:hidden;padding:3px;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;display:flex}.newsHeadline .newsHeadlineContent{overflow:hidden;position:relative;width:100%}.newsHeadline .newsHeadlineContent:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.newsHeadline .newsHeadlineContent .newsHeadlineItem{display:flex;justify-content:center;align-items:center;padding:5px 0}.newsHeadline .newsHeadlineContent .newsHeadlineItem .newsHeadlineItemCloseIcon{margin-left:1rem}.newsHeadline .newsHeadlineContent .newsHeadlineItem .newsHeadlineItemCloseIcon svg{width:.6rem;height:.6rem}.SteperDialog{display:flex;flex-direction:column;overflow:auto;height:100%}.topBar.SDTopBar .STBLeft{flex:1 1;padding:0 45px 0 30px}.topBar.SDTopBar .STBLeft,.topBar.SDTopBar .STBLeft .STBBtn{display:flex;align-items:center}.topBar.SDTopBar .STBLeft .STBBtn button{margin-left:15px}.topBar.SDTopBar .STBRight{display:flex;justify-content:flex-end}.SteperDialog .SteperDialogBody{flex:1 1;overflow:auto;overflow-y:overlay;overflow-x:overlay}.SteperDialog .SteperDialogBody .SDBInner{height:100%;overflow:auto;overflow-y:overlay;overflow-x:overlay;display:flex}.SteperDialog .SteperDialogBody .SDBInner .SDBILeft{width:70%;padding:50px 50px 50px 45px;overflow:auto;overflow-y:overlay;overflow-x:overlay;border-right:1px solid #f2f2f2;position:relative;display:flex;flex-direction:column}.SteperDialog .SteperDialogBody .SDBInner .SDBILeft .AutomationNoteContent .WEMWrapper .WEMEditor{min-height:400px;max-height:450px}.SteperDialog .SteperDialogBody .SDBInner .SDBIRight{width:30%;box-shadow:0 4px 34px 0 rgba(0,0,0,.062745098);padding:50px 50px 50px 45px;overflow:auto;overflow-y:overlay;overflow-x:overlay}.SteperDialog .SteperDialogBody .SDBInner .SDBIRight .SDBIRInner{height:100%;overflow:auto;overflow-y:overlay;overflow-x:overlay}.SDBIRIStepList .SDBIRISLItem{display:flex;padding-bottom:25px;position:relative;min-height:96px}.SDBIRIStepList .SDBIRISLItem:before{content:"";position:absolute;width:1px;background-color:#eaeaea;height:100%;left:25px;top:25px}.SDBIRIStepList .SDBIRISLItem:last-child{padding-bottom:0}.SDBIRIStepList .SDBIRISLItem:last-child:before{display:none}.SDBIRIStepList .SDBIRISLItem .SDBIRISLINum{width:50px;height:50px;border:1px solid #eaeaea;border-radius:100%;display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:600;color:#84929e;position:relative;z-index:2;box-shadow:0 0 2px #eaeaea;background-color:var(--white);-webkit-user-select:none;user-select:none}.SDBIRIStepList .SDBIRISLItem.activeStep .SDBIRISLINum{border-color:var(--dark-blue);color:var(--dark-blue)}.SDBIRISLItem.completeStep:before{background-color:var(--dark-blue)}.SDBIRISLItem.completeStep .SDBIRISLINum{background-color:var(--dark-blue);color:var(--dark-blue);position:relative}.SDBIRISLItem.completeStep .SDBIRISLINum:before{content:"";background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M15.32 276.83s-10.7-50.04 42.4-38.2l140.57 134.08h3.15L447.73 72.85s17.38-17.19 34.57-6.49c0 0 27.31 14.32 14.13 41.45L222.99 440.83s-14.26 14.52-34.89 4.07L16.97 280.65s-1.46-2.75-1.65-3.82z" fill="rgb(255 255 255)"/></svg>');position:absolute;background-size:45%;background-repeat:no-repeat;background-position:50%;left:0;right:0;top:0;bottom:0;z-index:3}.SDBIRIStepList .SDBIRISLItem .SDBIRISLIInfo{padding-left:25px;flex:1 1}.SDBIRIStepList .SDBIRISLItem .SDBIRISLIInfo .SDBIRISLIITitle{font-size:20px;font-weight:600;color:#000}.SDBIRIStepList .SDBIRISLItem .SDBIRISLIInfo .SDBIRISLIIDes{font-size:14px;font-weight:400;color:#48484d}@media(min-width:1559px)and (max-width:1800px){.SDBIRIStepList .SDBIRISLItem .SDBIRISLIInfo .SDBIRISLIITitle{font-size:18px}.SDBIRIStepList .SDBIRISLItem .SDBIRISLIInfo .SDBIRISLIIDes{font-size:13px}.topBar.SDTopBar .STBLeft .STBBtn button.iconButton{padding:10px;font-size:14px}}@media(min-width:1367px)and (max-width:1600px){.SDBIRIStepList .SDBIRISLItem .SDBIRISLIInfo .SDBIRISLIITitle{font-size:18px}.SDBIRIStepList .SDBIRISLItem .SDBIRISLIInfo .SDBIRISLIIDes{font-size:13px}.topBar.SDTopBar .STBLeft .STBBtn button.iconButton{padding:10px;font-size:14px}}@media(min-width:1280px)and (max-width:1367px){.SDBIRIStepList .SDBIRISLItem .SDBIRISLIInfo .SDBIRISLIITitle{font-size:18px}.SDBIRIStepList .SDBIRISLItem .SDBIRISLIInfo .SDBIRISLIIDes{font-size:13px}.topBar.SDTopBar .STBLeft .STBBtn button.iconButton{padding:10px;font-size:14px}.SteperDialog .SteperDialogBody .SDBInner .SDBIRight{width:27%;padding:50px 25px 50px 30px}.SteperDialog .SteperDialogBody .SDBInner .SDBILeft{width:73%;padding:50px 30px}}@media(min-width:1024px)and (max-width:1280px){.SteperDialog .SteperDialogBody .SDBInner .SDBILeft{width:65%}.SteperDialog .SteperDialogBody .SDBInner .SDBIRight{width:35%}.SDBIRIStepList .SDBIRISLItem .SDBIRISLINum{width:40px;height:40px;font-size:20px}.SDBIRIStepList .SDBIRISLItem .SDBIRISLIInfo{padding-left:15px}.SDBIRIStepList .SDBIRISLItem .SDBIRISLIInfo .SDBIRISLIITitle{font-size:18px}}@media(min-width:992px)and (max-width:1023.98px){.SteperDialog .SteperDialogBody .SDBInner .SDBILeft{width:65%}.SteperDialog .SteperDialogBody .SDBInner .SDBIRight{width:35%}.SDBIRIStepList .SDBIRISLItem .SDBIRISLINum{width:40px;height:40px;font-size:20px}.SDBIRIStepList .SDBIRISLItem .SDBIRISLIInfo{padding-left:15px}.SDBIRIStepList .SDBIRISLItem .SDBIRISLIInfo .SDBIRISLIITitle{font-size:18px}}@media(min-width:768px)and (max-width:991.98px){.SDBIRIStepList .SDBIRISLItem .SDBIRISLINum{width:40px;height:40px;font-size:20px}.SDBIRIStepList .SDBIRISLItem .SDBIRISLIInfo{padding-left:15px}.SDBIRIStepList .SDBIRISLItem .SDBIRISLIInfo .SDBIRISLIITitle{font-size:18px}.SteperDialog .SteperDialogBody .SDBInner{flex-direction:column}.SteperDialog .SteperDialogBody .SDBInner .SDBILeft{width:100%;order:1}.SteperDialog .SteperDialogBody .SDBInner .SDBIRight{width:100%;padding:25px 20px 25px 45px;overflow:unset}.SteperDialog .SteperDialogBody .SDBInner .SDBIRight .SDBIRInner{height:auto}.SDBIRIStepList .SDBIRISLItem{display:none;padding-bottom:0;min-height:auto}.SDBIRIStepList .SDBIRISLItem.activeStep{display:flex}.SDBIRIStepList .SDBIRISLItem:before{display:none}}@media(min-width:576px)and (max-width:767.98px){.SDBIRIStepList .SDBIRISLItem .SDBIRISLINum{width:40px;height:40px;font-size:20px}.SDBIRIStepList .SDBIRISLItem .SDBIRISLIInfo{padding-left:15px}.SDBIRIStepList .SDBIRISLItem .SDBIRISLIInfo .SDBIRISLIITitle{font-size:18px}.SteperDialog .SteperDialogBody .SDBInner{flex-direction:column}.SteperDialog .SteperDialogBody .SDBInner .SDBILeft{width:100%;order:1}.SteperDialog .SteperDialogBody .SDBInner .SDBIRight{width:100%;padding:25px 20px 25px 45px;overflow:unset}.SteperDialog .SteperDialogBody .SDBInner .SDBIRight .SDBIRInner{height:auto}.SDBIRIStepList .SDBIRISLItem{display:none;padding-bottom:0;min-height:auto}.SDBIRIStepList .SDBIRISLItem.activeStep{display:flex}.SDBIRIStepList .SDBIRISLItem:before{display:none}}@media(max-width:575.98px){.topBar.SDTopBar .STBLeft{padding:0 15px 0 0}.topBar.SDTopBar .STBLeft h1.HeaderBarTitle{display:none}.topBar.SDTopBar .STBLeft .STBBtn button{margin-left:0;margin-right:15px}.SteperDialog .SteperDialogBody .SDBInner{flex-direction:column}.SDBIRIStepList .SDBIRISLItem .SDBIRISLINum{width:40px;height:40px;font-size:20px}.SDBIRIStepList .SDBIRISLItem .SDBIRISLIInfo{padding-left:15px}.SDBIRIStepList .SDBIRISLItem .SDBIRISLIInfo .SDBIRISLIITitle{font-size:18px}.SteperDialog .SteperDialogBody .SDBInner .SDBILeft{width:100%;order:1;padding:15px;flex:1 1}.SteperDialog .SteperDialogBody .SDBInner .SDBIRight{width:100%;padding:15px;overflow:unset}.SteperDialog .SteperDialogBody .SDBInner .SDBIRight .SDBIRInner{height:auto}.SDBIRIStepList .SDBIRISLItem{display:none;padding-bottom:0;min-height:auto}.SDBIRIStepList .SDBIRISLItem.activeStep,.SDBIRIStepList .SDBIRISLItem.completeStep:last-child{display:flex}.SDBIRIStepList .SDBIRISLItem:before{display:none}}@media screen and (max-height:730px){.SteperDialog .SteperDialogBody .SDBInner .SDBILeft .SimpleInputViewMain .SimpleInputView{padding:20px}}@media screen and (max-height:650px){.SteperDialog .SteperDialogBody .SDBInner .SDBILeft{padding:15px}.SteperDialog .SteperDialogBody .SDBInner .SDBILeft .SimpleInputViewMain .SimpleInputView .SelectBusinesses .SelectBusinessesBody .PaginationMain{padding:0}}@media screen and (max-height:550px){.SteperDialog .SteperDialogBody .SDBInner .SDBILeft,.SteperDialog .SteperDialogBody .SDBInner .SDBILeft .SimpleInputViewMain .SimpleInputView{padding:5px}}.TimePicker{display:flex;flex-direction:column}.TimePicker .TimePickerInput input{height:auto;font-size:14px;font-weight:400;color:#7b89a4;padding:10px;border:1px solid #e7f0f9;border-radius:4px;transition:all .1s ease;outline:0;width:100%}.TimePickerOptionsLists{display:flex;max-height:230px;background-color:var(--white);border-radius:4px;box-shadow:0 1px 8px rgba(0,0,0,.12);z-index:9999999}.TimePickerOptionsLists ul{padding:0;margin:0;overflow:auto;overflow-y:overlay;overflow-x:overlay}.TimePickerOptionsLists ul li{font-size:14px;font-weight:500;color:#000;padding:10px 15px;cursor:pointer}.TimePickerOptionsLists ul li.active{background-color:var(--dark-blue);color:var(--blue-invert)}.AppComparePlans{display:flex;flex-direction:column;overflow:auto;height:100%}.AppComparePlans .ACPBOuter{flex:1 1;overflow:auto;display:flex;flex-direction:column}.AppComparePlans .ACPBody{height:100%;display:flex;flex-direction:column;grid-row-gap:15px;row-gap:15px;overflow:auto;padding:15px}.AppComparePlans .ACPBody .ACPBHead{display:flex;background-color:#fff;box-shadow:0 4px 50px rgba(0,0,0,.1);border-radius:10px;border:1px solid #e8eef9}.AppComparePlans .ACPBody .ACPBHead .ACPBHCol{flex:1 1;padding:15px;border-right:1px solid #e8eef9;min-width:250px}.AppComparePlans .ACPBody .ACPBHead .ACPBHCol:first-child{display:flex;flex-direction:column;justify-content:center}.AppComparePlans .ACPBody .ACPBHead .ACPBHCol:last-child{border-right:0}.AppComparePlans .ACPBody .ACPBHead .ACPBHCol .ACPBHCText{font-weight:600;font-size:14px;line-height:16px;text-align:left;color:#666;padding-bottom:15px}.AppComparePlans .ACPBody .ACPBHead .ACPBHCol .ACPBHCSwitch{display:flex;padding:5px;background-color:#dbdbdb;border-radius:100px;font-size:14px;grid-column-gap:5px;-webkit-column-gap:5px;column-gap:5px}.AppComparePlans .ACPBody .ACPBHead .ACPBHCol .ACPBHCSwitch span{font-size:14px;font-weight:600;text-align:center;color:#000;padding:5px 7px;border-radius:100px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .3s ease;flex:1 1}.AppComparePlans .ACPBody .ACPBHead .ACPBHCol .ACPBHCSwitch span.ACPBHCSActive{color:#0083ff;background-color:#fff}.AppComparePlans .ACPBody .ACPBHead .ACPBHCol .ACPBHCTitle{text-align:center;font-size:18px;font-weight:900;padding-bottom:7px;color:#fff}.AppComparePlans .ACPBody .ACPBHead .ACPBHCol .ACPBHCPrice{text-align:center;font-size:24px;font-weight:600;color:#fff}.AppComparePlans .ACPBody .ACPBHead .ACPBHCol .ACPBHCBtn{display:flex;justify-content:center;padding-top:15px}.AppComparePlans .ACPBody .ACPBHead .ACPBHCol .ACPBHCBtn .ACPBHCBtnTooltip{width:100%;justify-content:center;border-radius:50px;border:0;font-size:16px;font-weight:600;background-color:#fff}.AppComparePlans .ACPBody .ACPBHead .ACPBHCol .ACPBHCBtn button.mainButton{width:100%;border-radius:50px;border:0;padding:13px;font-size:16px;font-weight:600;background-color:#fff}.AppComparePlans .ACPBody .ACPBCompare{background-color:#fff;box-shadow:0 4px 50px rgba(0,0,0,.1);border-radius:10px;border:1px solid #e8eef9;flex:1 1;overflow:auto;overflow-y:overlay;overflow-x:overlay}.AppComparePlans .ACPBody .ACPBCompare .ACPBCGroup{border-bottom:1px solid #e8eef9}.ACPBCompare .ACPBCGroup .ACPBCGHead{padding:10px}.ACPBCompare .ACPBCGroup .ACPBCGHead .ACPBCGHInner{display:flex;align-items:center;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}.ACPBCompare .ACPBCGroup .ACPBCGHead .ACPBCGIcon{display:flex;font-size:24px}.ACPBCompare .ACPBCGroup .ACPBCGHead .ACPBCGTitle{flex:1 1;font-size:16px;font-weight:600}.ACPBCompare .ACPBCGroup .ACPBCRow{display:flex;padding:10px}.ACPBCompare .ACPBCGroup .ACPBCRow .ACPBCRCol{flex:1 1;display:flex;justify-content:center;font-size:15px;font-weight:600;color:#666;min-width:245px}.ACPBCompare .ACPBCGroup .ACPBCRow .ACPBCRCol:first-child{justify-content:flex-start;color:#000;font-size:15px;font-weight:600}.ACPBCompare .ACPBCGroup .ACPBCRow .ACPBCRCol.ACPBCRCIcon{font-size:18px;align-self:center}.ACPBCompare .ACPBCGroup .ACPBCRow .ACPBCRCol.ACPBCRCIcon1{color:#fb3c6d}.ACPBCompare .ACPBCGroup .ACPBCRow .ACPBCRCol.ACPBCRCIcon2{color:#0083ff}.ACPBCompare .ACPBCGroup .ACPBCRow .ACPBCRCol.ACPBCRCIcon3{color:#15e6cd}.ACPBCompare .ACPBCGroup .ACPBCRow .ACPBCRCol.ACPBCRCIcon4{color:#f6b72b}@media(min-width:768px)and (max-width:991.98px){.AppComparePlans .ACPBody{width:850px;display:table;padding:0}.AppComparePlans .ACPBody .ACPBHead{margin-bottom:15px}.AppComparePlans .ACPBody .ACPBCompare{overflow:visible}.AppComparePlansRoot.MainDialog.centerZoom .MDContainer .MDCRow{margin:0;max-height:unset;height:100%}.AppComparePlans .ACPBody .ACPBHead .ACPBHCol{max-width:170px;min-width:170px}.AppComparePlans .ACPBody .ACPBHead .ACPBHCol:first-child{max-width:170px;min-width:170px;position:-webkit-sticky;position:sticky;left:0;background-color:#fff;z-index:1;padding:10px}.AppComparePlans .ACPBody .ACPBHead .ACPBHCol .ACPBHCText{font-size:12px;text-align:center}.ACPBCompare .ACPBCGroup .ACPBCRow{padding:0}.ACPBCompare .ACPBCGroup .ACPBCRow .ACPBCRCol{padding:10px;max-width:170px;min-width:170px}.ACPBCompare .ACPBCGroup .ACPBCRow .ACPBCRCol:first-child{max-width:170px;min-width:170px;background-color:#fff;font-size:12px}.ACPBCompare .ACPBCGroup .ACPBCGHead,.ACPBCompare .ACPBCGroup .ACPBCRow .ACPBCRCol:first-child{display:table;position:-webkit-sticky;position:sticky;left:0;z-index:1}}@media(min-width:576px)and (max-width:767.98px){.AppComparePlans .ACPBody{width:850px;display:table;padding:0}.AppComparePlans .ACPBody .ACPBHead{margin-bottom:15px}.AppComparePlans .ACPBody .ACPBCompare{overflow:visible}.AppComparePlansRoot.MainDialog.centerZoom .MDContainer .MDCRow{margin:0;max-height:unset;height:100%}.AppComparePlans .ACPBody .ACPBHead .ACPBHCol{max-width:170px;min-width:170px}.AppComparePlans .ACPBody .ACPBHead .ACPBHCol:first-child{max-width:170px;min-width:170px;position:-webkit-sticky;position:sticky;left:0;background-color:#fff;z-index:1;padding:10px}.AppComparePlans .ACPBody .ACPBHead .ACPBHCol .ACPBHCText{font-size:12px;text-align:center}.ACPBCompare .ACPBCGroup .ACPBCRow{padding:0}.ACPBCompare .ACPBCGroup .ACPBCRow .ACPBCRCol{padding:10px;max-width:170px;min-width:170px}.ACPBCompare .ACPBCGroup .ACPBCRow .ACPBCRCol:first-child{max-width:170px;min-width:170px;background-color:#fff;font-size:12px}.ACPBCompare .ACPBCGroup .ACPBCGHead,.ACPBCompare .ACPBCGroup .ACPBCRow .ACPBCRCol:first-child{display:table;position:-webkit-sticky;position:sticky;left:0;z-index:1}}@media(max-width:575.98px){.AppComparePlans .ACPBody{width:850px;display:table;padding:0}.AppComparePlans .ACPBody .ACPBHead{margin-bottom:15px}.AppComparePlans .ACPBody .ACPBCompare{overflow:visible}.AppComparePlansRoot.MainDialog.centerZoom .MDContainer .MDCRow{margin:0;max-height:unset;height:100%}.AppComparePlans .ACPBody .ACPBHead .ACPBHCol{max-width:170px;min-width:170px}.AppComparePlans .ACPBody .ACPBHead .ACPBHCol:first-child{max-width:170px;min-width:170px;position:-webkit-sticky;position:sticky;left:0;background-color:#fff;z-index:1;padding:10px}.AppComparePlans .ACPBody .ACPBHead .ACPBHCol .ACPBHCText{font-size:12px;text-align:center}.ACPBCompare .ACPBCGroup .ACPBCRow{padding:0}.ACPBCompare .ACPBCGroup .ACPBCRow .ACPBCRCol{padding:10px;max-width:170px;min-width:170px}.ACPBCompare .ACPBCGroup .ACPBCRow .ACPBCRCol:first-child{max-width:170px;min-width:170px;background-color:#fff;font-size:12px}.ACPBCompare .ACPBCGroup .ACPBCGHead,.ACPBCompare .ACPBCGroup .ACPBCRow .ACPBCRCol:first-child{display:table;position:-webkit-sticky;position:sticky;left:0;z-index:1}}.AutoCompleteRoot .ACRLabel,.AutoCompleteRoot .ACRLabelReadonly{position:relative;height:auto;font-size:14px;font-weight:400;color:#7b89a4;border:1px solid #e7f0f9;border-radius:4px;transition:all .1s ease;outline:0;width:100%;cursor:pointer;background-color:var(--white);padding:4px 35px 4px 8px;line-height:normal;-webkit-user-select:none;user-select:none}.AutoCompleteRoot .ACRLabelDisabled{cursor:not-allowed}.AutoCompleteRoot .ACRLabel:after{content:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M505.755 123.592c-8.341-8.341-21.824-8.341-30.165 0L256.005 343.176 36.421 123.592c-8.341-8.341-21.824-8.341-30.165 0s-8.341 21.824 0 30.165l234.667 234.667a21.275 21.275 0 0015.083 6.251 21.275 21.275 0 0015.083-6.251l234.667-234.667c8.34-8.341 8.34-21.824-.001-30.165z" fill="rgb(132 146 158)"/></svg>');position:absolute;right:10px;top:12px;transition:all .1s ease;width:15px;height:15px;z-index:1;line-height:normal}.AutoCompleteRoot .ACRLabel.SingleSelection{padding:10px 40px 10px 10px}.ACRSearch{padding:10px;background-color:#f6f8fc}.AutoCompleteRootPopover .ACRResults{overflow-y:overlay!important}.AutoCompleteRootPopover .ACRResults button.ACSingleOption{justify-content:flex-start;width:100%;border-radius:0;padding:10px;border:0;position:relative}.AutoCompleteRootPopover .ACRResults button.ACSingleOption .buttonTitle{text-align:left}.AutoCompleteRootPopover .ACRResults button.ACSingleOption.active{background-color:#e8eef9}.ACMultiOption label.Checkbox.ACMOICheckbox{padding:10px;border-bottom:1px solid #f6f8fc}.ACMultiOption label.Checkbox.ACMOICheckbox.ACMOICTO span.CheckboxLabel{text-transform:none}.ACMultiOption.active{background-color:#e8eef9}.AutoCompleteRoot .ACRLabel.ACRMultiSelection{min-height:40px;display:flex;flex-wrap:wrap;align-items:center}.AutoCompleteRootPopover .ACRNotResults{display:flex;align-items:center;justify-content:center;font-size:150px}.AutoCompleteRootPopover .GACMainList{flex:1 1;overflow:auto;overflow-y:overlay;overflow-x:overlay;position:relative}.AutoCompleteRootPopover .GACMainList .GACMLTitle{font-size:13px;font-weight:600;padding:10px;background-color:#26262b;color:var(--white);position:-webkit-sticky;position:sticky;top:0;z-index:1}.AutoCompleteRootPopover .GACMainList .GACMLInner{display:flex;flex-direction:column}.AutoCompleteRootPopover .GACMainList .GACMLInner button.mainButton{justify-content:flex-start;border:0;border-bottom:1px solid #eaeaea;border-radius:0;padding:10px 10px 10px 15px;opacity:1}.AutoCompleteRootPopover .GACMainList .GACMLInner button.mainButton span.buttonTitle{text-align:left}.AutoCompleteRootPopover .ACSkeletonContainer{padding:5px}.AutoCompleteRootPopover .ACSkeletonContainer .ACSkeleton{margin:auto auto 5px}.NoData{display:flex;justify-content:center;margin:auto}.NoData.center{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.NoData .NoDataInner{display:flex;flex-direction:column;align-items:center;text-align:center;grid-row-gap:10px;row-gap:10px}.NoData .NoDataInner .NDIIcon{font-size:200px;display:flex}.NoData .NoDataInner .NDITitle{font-size:24px;line-height:normal;font-weight:600;text-transform:capitalize}.NoData .NoDataInner .NDIDes{font-size:16px;font-weight:500;color:rgba(0,0,0,.6)}.NoData .NoDataInner .NDIButton{padding-top:15px}.NoData .NoDataInner .NDIIcon.NDIISizesmall{font-size:130px}.NoData .NoDataInner .NDIIcon.NDIISizeextrasmall{font-size:80px}.NoData .NoDataInner .NDITitle.NDIISizeextrasmall{font-size:18px;line-height:12px}.NoData .NoDataInner .NDIDes.NDIISizeextrasmall{font-size:12px;line-height:12px}label.Checkbox{display:inline-flex;align-items:center;position:relative;-webkit-user-select:none;user-select:none;cursor:pointer;overflow:hidden}label.Checkbox.CheckboxDisabled{opacity:.7}label.Checkbox.fullWidth{display:flex;width:100%}label.Checkbox input.CheckboxInput{position:absolute;left:0;top:0;opacity:0;margin:0;z-index:-9}label.Checkbox span.CheckboxIcon{display:flex;font-size:24px;color:#26262b}label.Checkbox span.CheckboxLabel{padding-left:10px;font-size:14px;font-weight:500}label.Checkbox.fullWidth span.CheckboxLabel{flex:1 1;overflow:hidden;text-transform:capitalize}label.Checkbox span.CheckboxLabel .labelTitleNum{display:flex;align-items:center;overflow:hidden}label.Checkbox span.CheckboxLabel .labelTitleNum .labelTitle{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}label.Checkbox span.CheckboxLabel .labelTitleNum .labelNum{color:#bac0c7;font-size:14px}.fieldControl,.fieldControl:last-child{margin-bottom:15px}.LabelControl{display:flex;align-items:center;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px;overflow:hidden;padding-bottom:5px}.LabelControl .InputLabel{flex:1 1;font-size:15px;font-weight:500;color:#7b7b7b}.LabelControl .InputLabel span{color:#f44336;font-size:15px}.DCInputWrapper{position:relative;width:100%}.DCInputWrapper.DCIEOH{overflow:hidden}.DCInputWrapper input.DCInput{height:auto;font-size:14px;font-weight:400;color:#7b89a4;padding:10px;border:1px solid #e7f0f9;border-radius:4px;transition:all .1s ease;outline:0;width:100%}.DCInputWrapper .DCInputExact{position:absolute;top:11px;font-size:14px;color:#7b89a4;line-height:normal}.DCInputWrapper input.DCInput::-webkit-input-placeholder{color:#bfbfbf}.DCInputWrapper input.DCInput::-moz-placeholder{color:#bfbfbf}.DCInputWrapper input.DCInput:-ms-input-placeholder{color:#bfbfbf}.DCInputWrapper input.DCInput:-moz-placeholder{color:#bfbfbf}.DCInputWrapper input.DCInput:focus{border-color:var(--dark-blue);box-shadow:0 0 3px "var(--dark-blue)"}.DCInputWrapper input.DCInput.inputError{border-color:#f44336;box-shadow:0 0 3px #f44336;color:#f44336}.DCInputWrapper .DCInputError{color:#f44336;font-size:14px;font-weight:500;padding-top:2px}.DCInputWrapper .appearanceState.DCInput[type=number]::-webkit-inner-spin-button,.DCInputWrapper .appearanceState.DCInput[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.DCInputWrapper .appearanceState.DCInput[type=number]{-moz-appearance:textfield}.DCTextareaWrapper{display:flex;flex-direction:column}.DCTextareaWrapper textarea.DCTextarea{height:auto;font-size:14px;font-weight:400;color:#7b89a4;padding:10px;border:1px solid #e7f0f9;border-radius:4px;transition:all .1s ease;outline:0;width:100%;min-width:100%;min-height:40px;max-height:100px;max-width:100%;resize:none}.DCTextareaWrapper textarea.DCTextarea::-webkit-input-placeholder{color:#bfbfbf}.DCTextareaWrapper textarea.DCTextarea::-moz-placeholder{color:#bfbfbf}.DCTextareaWrapper textarea.DCTextarea:-ms-input-placeholder{color:#bfbfbf}.DCTextareaWrapper textarea.DCTextarea:-moz-placeholder{color:#bfbfbf}.DCTextareaWrapper textarea.DCTextarea:focus{border-color:var(--dark-blue);box-shadow:0 0 3px var(--dark-blue)}.DCTextareaWrapper textarea.DCTextarea.textareaError{border-color:#f44336;box-shadow:0 0 3px #f44336;color:#f44336}.DCTextareaWrapper .DCTextareaError{color:#f44336;font-size:14px;font-weight:500;padding-top:2px}.DCDSOptionList{display:flex;flex-direction:column;overflow-y:overlay!important}.DCDSOptionList .DCDSNoOption{margin:auto;font-size:18px;padding:15px;font-weight:600;line-height:normal}.DCDSOptionList .NoData{padding:50px 0}label.radioButton{display:inline-flex;align-items:center;position:relative;-webkit-user-select:none;user-select:none;cursor:pointer;overflow:hidden}label.radioButton.fullWidth{display:flex}label.radioButton input.radioButtonInput{position:absolute;top:0;left:0;opacity:0;margin:0;z-index:-1}label.radioButton span.radioButtonIcon{display:flex;font-size:24px;color:#bac0c7}label.radioButton span.radioButtonLabel{padding-left:10px;font-size:13px;font-weight:500}label.radioButton.fullWidth span.radioButtonLabel{flex:1 1}label.radioButton span.radioButtonLabel .labelTitleNum{display:flex;align-items:center;overflow:hidden}label.radioButton span.radioButtonLabel .labelTitleNum .labelTitle{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}label.radioButton span.radioButtonLabel .labelTitleNum .labelNum{color:#bac0c7;font-size:14px}.WebsiteInputWrapper{display:flex;align-items:flex-start}.WebsiteInputWrapper .WebsiteView{text-decoration:none;padding:10px;background-color:#f6f8fc;border-radius:4px;border:1px solid #ebecee;box-shadow:0 0 4px 0 hsla(0,0%,86.7%,.3294117647);width:100%}.WebsiteInputWrapper .WebsiteView:visited{color:var(--dark-blue)}.WebsiteInputWrapper .DCInputWrapper{flex:1 1;position:relative;background-color:unset}.WebsiteInputWrapper .DCInputWrapper.socialMedia:before{position:absolute;left:7px;top:11px;transition:all .1s ease;width:18px;height:18px}.WebsiteInputWrapper .DCInputWrapper.socialMedia.facebook:before{content:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M288 176v-64c0-17.664 14.336-32 32-32h32V0h-64c-53.024 0-96 42.976-96 96v80h-64v80h64v256h96V256h64l32-80h-96z" fill="rgb(76 124 226)"/></svg>')}.WebsiteInputWrapper .DCInputWrapper.socialMedia.yelp:before{content:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g fill="rgb(169 28 28)"><path d="M12.062 17.662c.038-.934-1.266-1.395-1.829-.671-1.214 1.466-3.493 4.129-3.624 4.457-.347 1 1.28 1.638 2.312 2.024 1.121.42 1.919.591 2.392.51.342-.071.562-.248.67-.533.089-.245.08-5.568.079-5.787zM11.522.642c-.08-.31-.295-.51-.647-.6C9.838-.23 5.909.88 5.177 1.666c-.234.238-.318.515-.248.828l4.985 8c1.018 1.628 2.298 1.139 2.214-.681h-.001c-.066-1.199-.544-8.775-.605-9.171zM9.413 15.237c.942-.29.872-1.671.07-1.995-2.139-.881-5.06-2.114-5.285-2.114-.876-.052-1.045 1.201-1.134 2.096-.08.81-.084 1.552-.014 2.229.066.714.221 1.443.933 1.485.309-.001 5.383-1.686 5.43-1.701zM20.514 12.052c.403-.281.342-.7.347-.838-.108-1.024-1.83-3.61-2.692-4.029-.328-.152-.614-.143-.858.029-.323.219-3.24 4.444-3.413 4.619-.567.767.244 1.871 1.092 1.648l-.014.029c.341-.115 5.274-1.282 5.538-1.458zM15.321 15.586c-.881-.315-1.712.81-1.2 1.581.145.247 2.809 4.705 3.043 4.871.225.191.507.219.83.095.905-.362 2.865-2.876 2.992-3.857.051-.348-.042-.619-.286-.814-.197-.176-5.379-1.876-5.379-1.876z"/></g></svg>')}.WebsiteInputWrapper .DCInputWrapper.socialMedia.linkedin:before{content:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g fill="rgb(41 119 201)"><path d="M23.994 24v-.001H24v-8.802c0-4.306-.927-7.623-5.961-7.623-2.42 0-4.044 1.328-4.707 2.587h-.07V7.976H8.489v16.023h4.97v-7.934c0-2.089.396-4.109 2.983-4.109 2.549 0 2.587 2.384 2.587 4.243V24zM.396 7.977h4.976V24H.396zM2.882 0C1.291 0 0 1.291 0 2.882s1.291 2.909 2.882 2.909 2.882-1.318 2.882-2.909A2.884 2.884 0 002.882 0z"/></g></svg>')}.WebsiteInputWrapper .DCInputWrapper.socialMedia.twitter:before{content:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M512 97.248c-19.04 8.352-39.328 13.888-60.48 16.576 21.76-12.992 38.368-33.408 46.176-58.016-20.288 12.096-42.688 20.64-66.56 25.408C411.872 60.704 384.416 48 354.464 48c-58.112 0-104.896 47.168-104.896 104.992 0 8.32.704 16.32 2.432 23.936-87.264-4.256-164.48-46.08-216.352-109.792-9.056 15.712-14.368 33.696-14.368 53.056 0 36.352 18.72 68.576 46.624 87.232-16.864-.32-33.408-5.216-47.424-12.928v1.152c0 51.008 36.384 93.376 84.096 103.136-8.544 2.336-17.856 3.456-27.52 3.456-6.72 0-13.504-.384-19.872-1.792 13.6 41.568 52.192 72.128 98.08 73.12-35.712 27.936-81.056 44.768-130.144 44.768-8.608 0-16.864-.384-25.12-1.44C46.496 446.88 101.6 464 161.024 464c193.152 0 298.752-160 298.752-298.688 0-4.64-.16-9.12-.384-13.568 20.832-14.784 38.336-33.248 52.608-54.496z" fill="rgb(29 161 242)"/></svg>')}.WebsiteInputWrapper .DCInputWrapper.socialMedia.instagram:before{content:"";background-image:url(/static/media/instagram.30b397e6.svg);background-size:cover;background-repeat:no-repeat;background-position:50%}.WebsiteInputWrapper .DCInputWrapper.socialMedia.youtube:before{content:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 511.626 511.627"><path d="M511.339 212.987c-.186-10.277-1-23.271-2.423-38.97-1.431-15.708-3.478-29.746-6.14-42.115-3.046-13.893-9.661-25.6-19.842-35.117-10.181-9.519-22.031-15.037-35.549-16.562-42.258-4.755-106.115-7.135-191.573-7.135-85.459 0-149.317 2.38-191.572 7.135-13.516 1.524-25.319 7.043-35.404 16.562-10.089 9.514-16.656 21.221-19.702 35.117-2.852 12.373-4.996 26.41-6.423 42.115-1.425 15.699-2.235 28.688-2.424 38.97C.094 223.265 0 237.539 0 255.813c0 18.272.094 32.55.288 42.826.189 10.284.999 23.271 2.424 38.969 1.427 15.707 3.474 29.745 6.139 42.116 3.046 13.897 9.659 25.602 19.842 35.115 10.185 9.517 22.036 15.036 35.548 16.56 42.255 4.76 106.109 7.139 191.572 7.139 85.466 0 149.315-2.379 191.573-7.139 13.518-1.523 25.316-7.043 35.405-16.56 10.089-9.514 16.652-21.225 19.698-35.115 2.854-12.371 4.996-26.409 6.427-42.116 1.423-15.697 2.231-28.691 2.423-38.969.191-10.276.287-24.554.287-42.826 0-18.274-.095-32.548-.287-42.826zm-154.456 58.244L210.706 362.59c-2.666 1.903-5.905 2.854-9.71 2.854-2.853 0-5.803-.764-8.848-2.286-6.28-3.422-9.419-8.754-9.419-15.985V164.454c0-7.229 3.14-12.561 9.419-15.986 6.473-3.431 12.657-3.239 18.558.571l146.178 91.36c5.708 3.23 8.562 8.372 8.562 15.415 0 7.04-2.855 12.184-8.563 15.417z" fill="red"/></svg>')}.WebsiteInputWrapper .DCInputWrapper.socialMedia.pinterest:before{content:"";background-image:url(/static/media/pinterest.0c4df655.svg);background-size:cover;background-repeat:no-repeat;background-position:50%}.WebsiteInputWrapper .DCInputWrapper.socialMedia.default:before{content:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><g fill="rgb(123 136 163)"><path d="M470.419 212.786c-7.25-3.73-16.16-.89-19.91 6.35l-17.21 33.31-16.56-33.13c-3.66-7.3-12.56-10.25-19.86-6.59a14.794 14.794 0 00-6.59 6.59l-16.36 32.69-16.36-32.69a14.77 14.77 0 00-14.13-8.14h-.89a14.79 14.79 0 00-13.42 11.15c-1.98-7.91-10.01-12.72-17.92-10.74a14.755 14.755 0 00-9.61 7.69l-16.31 32.74-16.36-32.69c-3.66-7.3-12.56-10.25-19.86-6.59a14.794 14.794 0 00-6.59 6.59l-16.36 32.69-16.36-32.69c-3.67-7.29-12.55-10.22-19.84-6.56a14.755 14.755 0 00-7.69 9.61 14.79 14.79 0 00-13.42-11.15h-.89a14.77 14.77 0 00-14.13 8.14l-16.35 32.7-16.36-32.69c-3.66-7.3-12.56-10.25-19.86-6.59a14.794 14.794 0 00-6.59 6.59l-16.56 33.13-17.21-33.31c-4.04-7.1-13.07-9.59-20.18-5.55-6.71 3.81-9.36 12.14-6.09 19.13l30.56 59.14c3.77 7.25 12.7 10.08 19.95 6.32 2.77-1.44 5.01-3.71 6.41-6.5l16.36-32.69 16.36 32.69c3.66 7.3 12.56 10.25 19.86 6.59 2.85-1.43 5.16-3.74 6.59-6.59l27.53-55.06c1.98-1.92 3.38-4.36 4.04-7.04.26 1.03.63 2.03 1.1 2.98l29.57 59.14c3.66 7.3 12.56 10.25 19.86 6.59 2.85-1.43 5.16-3.74 6.59-6.59l16.35-32.69 16.36 32.69c3.66 7.3 12.56 10.25 19.86 6.59 2.85-1.43 5.16-3.74 6.59-6.59l29.57-59.14c.47-.95.84-1.95 1.1-2.98.66 2.68 2.06 5.12 4.04 7.04l27.53 55.06c3.66 7.3 12.56 10.25 19.86 6.59 2.85-1.43 5.16-3.74 6.59-6.59l16.36-32.69 16.36 32.69c3.66 7.3 12.56 10.26 19.86 6.59 2.79-1.4 5.06-3.64 6.5-6.41l30.56-59.14c3.76-7.24.94-16.16-6.3-19.92l-.14-.07z"/><path d="M489.3 160.21C436.66 31.17 289.37-30.76 160.33 21.88A252.348 252.348 0 0022 160.21a44.35 44.35 0 00-18.7 36.15v118.28c0 14.37 6.97 27.85 18.7 36.15 52.65 129.04 199.93 190.97 328.98 138.33a252.348 252.348 0 00138.33-138.33 44.35 44.35 0 0018.7-36.15V196.36a44.333 44.333 0 00-18.71-36.15zM452.94 152h-75.7a283.74 283.74 0 00-42.72-100.8c-1.3-1.8-2.62-3.56-3.97-5.28A225.45 225.45 0 01452.94 152zM270.45 35.27c40.47 13.58 65.75 74.83 76.37 116.79h-76.37V35.27zm-29.57 0V152h-76.39a247.775 247.775 0 0136.27-83.5 88.419 88.419 0 0140.1-33.22h.02zm-60.13 10.74c-1.33 1.71-2.65 3.47-3.97 5.28A284.037 284.037 0 00134.06 152h-75.7A225.487 225.487 0 01180.73 45.94l.02.07zm-122.39 313h75.7a278.29 278.29 0 0046.68 106.08A225.464 225.464 0 0158.36 359.01zm182.49 116.73c-40.47-13.58-65.77-74.83-76.39-116.79h76.39v116.79zm29.58 0v-117h76.39c-10.64 42.1-36.11 103.51-76.37 117h-.02zM330.55 465a278.988 278.988 0 0046.68-106.26h75.7a225.797 225.797 0 01-122.37 106.33l-.01-.07zm147.86-150.42c0 8.17-6.62 14.8-14.8 14.8H47.67c-8.17 0-14.8-6.62-14.8-14.8V196.36c0-8.17 6.62-14.8 14.8-14.8h415.96c8.17 0 14.8 6.62 14.8 14.8l-.02 118.22z"/></g></svg>')}.WebsiteInputWrapper .DCInputWrapper.socialMedia input.DCInput{padding-left:30px;background-color:transparent;position:relative;z-index:1}.WebsiteInput{position:relative;width:100%}.WebsiteInput .WIRightButton{position:absolute;right:10px;top:10px;font-size:16px;display:flex;color:var(--dark-blue);cursor:pointer;z-index:1}.DCInputWrapper.DCIWRange{display:flex}.DCInputWrapper input.DCInput[type=range]{padding:0;margin:10px 0;border:0}.DCInputWrapper.DCIWRange input.DCInput:focus{box-shadow:unset}.DCInputWrapper input.DCInput[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:10px;border-radius:50px;background-color:#d3d3d3;opacity:.7;transition:opacity .2s}.DCInputWrapper input.DCInput[type=range]:hover{opacity:1}.DCInputWrapper input.DCInput[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:15px;height:15px;background-color:var(--dark-blue);cursor:pointer;border-radius:50%}.DCInputWrapper input.DCInput[type=range]::-moz-range-thumb{width:15px;height:15px;background-color:var(--dark-blue);cursor:pointer;border-radius:50%}.SidebarComWrapper label.Checkbox{margin-bottom:7px}.SidebarComWrapper label.Checkbox:last-child{margin-bottom:0}.DCDropdownSelectError{color:#f44336;font-size:14px;font-weight:500;padding-top:2px}@media(min-width:1561px)and (max-width:1800px){label.Checkbox span.CheckboxIcon{font-size:20px}label.Checkbox span.CheckboxLabel,label.Checkbox span.CheckboxLabel .labelTitleNum .labelNum{font-size:12px}}@media(min-width:1367px)and (max-width:1560px){label.Checkbox span.CheckboxIcon{font-size:20px}}@media(min-width:1281px)and (max-width:1366px){.LabelControl .InputLabel{font-size:12px}label.Checkbox span.CheckboxIcon{font-size:20px}}.checkboxButtonContainer{position:relative}.checkboxButtonContainer .checkboxBCInput{position:absolute;top:0;left:0;width:98%;height:100%;opacity:0;z-index:999999999;cursor:pointer;margin:0;padding:0}.checkboxButtonContainer .checkboxBCInput:hover+.checkboxBCButton{background:#f2f2f2!important}.checkboxButtonContainer .checkboxBCInput+.checkboxBCButton{width:100%;max-width:100%;min-height:40px;height:100%;border-radius:0;border:none}.checkboxButtonContainer .checkboxBCInput+.checkboxBCButton--selected{padding-left:14px}.checkboxButtonContainer .checkboxBCInput+.checkboxBCButton .buttonTitle{display:flex;justify-content:flex-start}.DealInfo{background-color:#f0faff;padding:10px;border-radius:4px;margin-bottom:15px}.DealInfo:last-child{margin-bottom:0}.DealInfo .DealInfoInner .DIIHead{display:flex;align-items:center;padding-bottom:10px}.DealInfo .DealInfoInner .DIIHead .DIIHTitle{text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:normal;flex:1 1}.DealInfo .DealInfoInner .DIIHead .DIIHTitle,.DealInfo .DealInfoInner .DIIHead .DIIHTitle a{font-size:15px;font-weight:600;color:var(--dark-blue)}.DealInfo .DealInfoInner .DIIHead .DIIHPrice{font-size:14px;font-weight:600;color:#000;padding-left:10px}.DealInfo .DealInfoInner .DIIBody{display:flex;justify-content:flex-end}.DealInfo .DealInfoInner .DIIBody button.mainButton.DIIBBtn{background-color:transparent;color:#000;font-weight:600;border:0;padding:0 5px 0 0}.DealInfoMain .DIMStages{display:flex;justify-content:space-between}.DealInfoMain .DIMStages .DIMStem{height:5px;background-color:#f6f8fc;border-radius:15px}.DealInfoMain .DIMStages .DIMStem.active{background-color:var(--dark-blue)}.MainDialogContainer{position:absolute;top:0;right:0;bottom:0;left:0}.MainDialog{z-index:9999}.MainDialog,.MainDialog .MDBackdrop{position:fixed;top:0;left:0;right:0;bottom:0}.MainDialog .MDBackdrop{z-index:2;background-color:rgba(0,0,0,.5019607843);-webkit-tap-highlight-color:rgba(0,0,0,0)}.MainDialog .MDBackdrop,.MainDialog .MDContainer{display:flex;align-items:center;justify-content:center}.MainDialog .MDContainer{height:100%;outline:0}.MainDialog .MDContainer .MDCRow{z-index:4}.MainDialog.fullWidth .MDContainer .MDCRow{height:100%;width:100%;background-color:var(--white)}.MainDialog.leftSlide .MDContainer{justify-content:flex-start}.MainDialog.leftSlide .MDContainer .MDCRow{height:100%;margin:0;max-width:100%;max-height:none;border-radius:0;width:450px;background-color:var(--white);box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.1411764706),0 9px 46px 8px rgba(0,0,0,.1215686275)}.MainDialog.rightSlide .MDContainer{justify-content:flex-end}.MainDialog.rightSlide .MDContainer .MDCRow{height:100%;margin:0;max-width:100%;max-height:none;border-radius:0;width:450px;background-color:var(--white);box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.1411764706),0 9px 46px 8px rgba(0,0,0,.1215686275)}.MainDialog.centerZoom .MDContainer{justify-content:center}.MainDialog.centerZoom .MDContainer .MDCRow{max-height:calc(100% - 64px);background-color:var(--white);box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.1411764706),0 9px 46px 8px rgba(0,0,0,.1215686275);margin:32px;position:relative;overflow-y:auto;max-width:444px;width:100%;display:flex;flex-direction:column}.MainDialog.centerZoom.sizeXs .MDContainer .MDCRow{max-width:444px}.MainDialog.centerZoom.sizeSm .MDContainer .MDCRow{max-width:600px}.MainDialog.centerZoom.sizeMd .MDContainer .MDCRow{max-width:960px}.MainDialog.centerZoom.sizeLg .MDContainer .MDCRow{max-width:1280px}.MainDialog.centerZoom.sizeXl .MDContainer .MDCRow{max-width:1920px}.MainDialog.centerZoom.sizeFull .MDContainer .MDCRow{max-width:calc(100% - 64px)}@media(min-width:1561px)and (max-width:1800px){.MainDialog.rightSlide .MDContainer .MDCRow{width:400px}}@media(min-width:1367px)and (max-width:1560px){.MainDialog.rightSlide .MDContainer .MDCRow{width:350px}}@media(min-width:1281px)and (max-width:1366px){.MainDialog.rightSlide .MDContainer .MDCRow{width:350px}}@media(min-width:1024px)and (max-width:1280px){.MainDialog.rightSlide .MDContainer .MDCRow{width:350px}}@media(min-width:992px)and (max-width:1023.98px){.MainDialog.rightSlide .MDContainer .MDCRow{width:350px}}@media(min-width:768px)and (max-width:991.98px){.MainDialog.rightSlide .MDContainer .MDCRow{width:350px}}@media(min-width:650px)and (max-width:767.98px){.MainDialog.rightSlide .MDContainer .MDCRow{width:100%}.MainDialog.centerZoom.sizeMd .MDContainer .MDCRow{max-width:unset;max-height:unset;width:100%;height:100%;margin:0}}@media(max-width:649.98px){.MainDialog.rightSlide .MDContainer .MDCRow{width:100%}.MainDialog.centerZoom.sizeMd .MDContainer .MDCRow{max-width:unset;max-height:unset;width:100%;height:100%;margin:0}}.DragBoxMain{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;padding:10px 10px 10px 27px;position:relative;background-color:#e8eef9;border:1px solid #cad3e3;border-radius:4px;margin-bottom:12px}.DragBoxMain:last-child{margin-bottom:0}.DragBoxMain:before{content:"";background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5 24"><path d="M0 0h2v2H0V0zm0 8h2v2H0V8zm0 8h2v2H0v-2zM0 4h2v2H0V4zm0 8h2v2H0v-2zm0 8h2v2H0v-2zM3 0h2v2H3V0zm0 8h2v2H3V8zm0 8h2v2H3v-2zM3 4h2v2H3V4zm0 8h2v2H3v-2zm0 8h2v2H3v-2z" fill="rgb(0 0 0)"/></svg>');position:absolute;left:5px;top:12px;transition:all .3s ease;background-repeat:no-repeat;width:6px;height:24px;z-index:1}.DragBoxMain.dragDisabled:before{display:none;content:none}.DragBoxMain .DBMTitle{flex:1 1;font-size:16px;color:#000;padding-right:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.DragBoxMain .DBMBtns{display:flex;align-items:center}.DragBoxMain .DBMBtns .iconButton.DBMBBtn:first-child{margin-left:0}.DragBoxMain .DBMBtns .iconButton.DBMBBtn{border:0;margin-left:10px;background-color:unset;font-size:10px;padding:5px}.DCDuplicateUser{padding:0 15px 15px;border-radius:4px}.DCDuplicateUser .DCDUInner .DCDUIContent{font-size:15px;font-weight:500;text-align:center;margin-bottom:10px}.DCDuplicateUser .DCDUInner a.DCDUIUser{display:block;padding:15px;background-color:var(--white);border-radius:4px;box-shadow:0 0 4px #ddd}.footerBar{padding:0 15px 0 40px;background-color:#f6f8fc;height:60px;position:relative;border-top:1px solid #eaeaea}.footerBar.DialogFooterBar{padding:0 15px}.footerBar .footerBarInner{display:flex;height:100%}.GridContainer{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.GridContainer .GridContainerRow{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.GridContainer .GridContainerRow .GCRCol{position:relative;width:100%;padding-right:15px;padding-left:15px}.GridContainer .GridContainerRow .GCRCol1{flex:0 0 8.333333%;max-width:8.333333%}.GridContainer .GridContainerRow .GCRCol2{flex:0 0 16.666667%;max-width:16.666667%}.GridContainer .GridContainerRow .GCRCol3{flex:0 0 25%;max-width:25%}.GridContainer .GridContainerRow .GCRCol4{flex:0 0 33.333333%;max-width:33.333333%}.GridContainer .GridContainerRow .GCRCol5{flex:0 0 41.666667%;max-width:41.666667%}.GridContainer .GridContainerRow .GCRCol6{flex:0 0 50%;max-width:50%}.GridContainer .GridContainerRow .GCRCol7{flex:0 0 58.333333%;max-width:58.333333%}.GridContainer .GridContainerRow .GCRCol8{flex:0 0 66.666667%;max-width:66.666667%}.GridContainer .GridContainerRow .GCRCol9{flex:0 0 75%;max-width:75%}.GridContainer .GridContainerRow .GCRCol10{flex:0 0 83.333333%;max-width:83.333333%}.GridContainer .GridContainerRow .GCRCol11{flex:0 0 91.666667%;max-width:91.666667%}.GridContainer .GridContainerRow .GCRCol12{flex:0 0 100%;max-width:100%}.iconButton{position:relative;display:inline-flex;align-items:center;background-color:var(--white);font-size:14px;text-transform:none;color:#84929e;font-weight:400;border:1px solid #f2f2f2;outline:0;padding:10px;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:3px;transition:all .3s ease}.iconButton .buttonLoading{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;background-color:hsla(0,0%,100%,.5647058824)}.iconButton:hover{background-color:#f2f2f2}.iconButton[disabled]{opacity:.8;cursor:not-allowed;color:#666!important;background-color:transparent!important}.iconButton.headerIconBtn{padding:8px;border:1px solid #f2f2f2;border-radius:4px;color:#84929e;font-size:18px}.iconButton.circleBtn{color:var(--dark-blue);background-color:#f6f9ff;border:0;border-radius:100%;padding:5px;font-size:14px}.iconButton.circleBtn:hover{color:var(--blue-invert);background-color:var(--dark-blue)}.iconButton.RedFillBtn{background-color:#f44336;border-color:#f44336;color:var(--white)}.iconButton.RedFillBtn:hover,.iconButton.RedOutlineBtn{background-color:var(--white);border-color:#f44336;color:#f44336}.iconButton.RedOutlineBtn:hover{background-color:#f44336;border-color:#f44336;color:var(--white)}.iconButton.BlueFillBtn{background-color:var(--dark-blue);border-color:var(--dark-blue);color:var(--blue-invert)}.iconButton.BlueFillBtn.disabled:disabled{background-color:#ccc!important}.iconButton.BlueFillBtn:hover,.iconButton.BlueOutlineBtn{background-color:var(--white);border-color:var(--dark-blue);color:var(--dark-blue)}.iconButton.BlueOutlineBtn:hover{background-color:var(--dark-blue);border-color:var(--dark-blue);color:var(--blue-invert)}.iconButton.WhiteFillBtn{background-color:var(--white);border-color:var(--white);color:#26262b}.iconButton.WhiteFillBtn:hover{background-color:#26262b;border-color:#26262b;color:var(--white)}.iconButton.WhiteOutlineBtn{background-color:var(--white);border-color:#26262b;color:#26262b}.iconButton.BlackFillBtn,.iconButton.WhiteOutlineBtn:hover{background-color:#26262b;border-color:#26262b;color:var(--white)}.iconButton.BlackFillBtn:hover{background-color:var(--white);border-color:var(--white);color:#26262b}.iconButton.BlackOutlineBtn{background-color:#26262b;border-color:var(--white);color:var(--white)}.iconButton.BlackOutlineBtn:hover{background-color:var(--white);border-color:#26262b;color:#26262b}.iconButton.OrangeFillBtn{background-color:#ff4c00;border-color:#ff4c00;color:var(--white)}.iconButton.OrangeFillBtn:disabled{background-color:#ccc!important}.iconButton.OrangeFillBtn:hover{background-color:var(--white);border-color:var(--white);color:#ff4c00}.iconButton.OrangeOutlineBtn{background-color:#ff4c00;border-color:var(--white);color:var(--white)}.iconButton.OrangeOutlineBtn:hover{background-color:var(--white);border-color:#ff4c00;color:#ff4c00}@media(min-width:1559px)and (max-width:1800px){.iconButton.circleBtn{font-size:12px}.iconButton{font-size:15px;padding:8px}}@media(min-width:1367px)and (max-width:1600px){.iconButton.circleBtn{font-size:12px}.iconButton{font-size:15px;padding:8px}}@media(min-width:1281px)and (max-width:1366px){.iconButton.circleBtn{font-size:12px}.iconButton{font-size:15px;padding:8px}.iconButton.headerIconBtn{padding:6px;font-size:15px}}@media(min-width:1024px)and (max-width:1280px){.iconButton.headerIconBtn{padding:7px;font-size:17px}}@media(min-width:992px)and (max-width:1023.98px){.iconButton.headerIconBtn{padding:7px;font-size:17px}}@media(min-width:768px)and (max-width:991.98px){.iconButton.headerIconBtn{border-color:var(--dark-blue);color:var(--dark-blue);padding:7px;font-size:17px}}@media(min-width:576px)and (max-width:767.98px){.iconButton.headerIconBtn{border-color:var(--dark-blue);color:var(--dark-blue);padding:7px;font-size:17px}}@media(max-width:575.98px){.iconButton.headerIconBtn{border-color:var(--dark-blue);color:var(--dark-blue);padding:7px;font-size:17px}a.linkIconButton.iconButton.headerIconBtn{color:var(--dark-blue);padding:7px;font-size:17px;background-color:#fff;border:1px solid var(--dark-blue);border-radius:3px}}.CircularLoader{position:relative;margin:0 auto;width:25px;height:25px;display:inline-flex;overflow:hidden;border-radius:100%}.circular-loader{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;height:25px;-webkit-transform-origin:center center;transform-origin:center center;width:25px;top:0;left:0;margin:auto}.loader-path{stroke-dasharray:150,200;stroke-dashoffset:-10;-webkit-animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;stroke-linecap:round;stroke:var(--dark-blue)}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@-webkit-keyframes color{0%{stroke:var(--dark-blue)}40%{stroke:var(--dark-blue)}66%{stroke:var(--dark-blue)}80%,90%{stroke:var(--dark-blue)}}@keyframes color{0%{stroke:var(--dark-blue)}40%{stroke:var(--dark-blue)}66%{stroke:var(--dark-blue)}80%,90%{stroke:var(--dark-blue)}}.IconTitleSubtitle{background-color:#f6f8fc;padding:10px;border-radius:4px;margin-bottom:15px}.IconTitleSubtitle:last-child{margin-bottom:0}.IconTitleSubtitle .IconTitleSubtitleInner{display:flex;align-items:center;overflow:hidden}.IconTitleSubtitle .IconTitleSubtitleInner .ITSIIcon{color:var(--dark-blue);font-size:24px;background-color:var(--white);padding:5px;border:1px solid var(--dark-blue);border-radius:4px}.IconTitleSubtitle .IconTitleSubtitleInner .ITSIInfo{flex:1 1;padding-left:10px;overflow:auto;overflow-y:overlay;overflow-x:overlay;padding-right:15px}.IconTitleSubtitle .IconTitleSubtitleInner .ITSIInfo a.ITSIITitle{display:block;font-size:15px;font-weight:500;color:var(--dark-blue);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:normal}.IconTitleSubtitle .IconTitleSubtitleInner .ITSIInfo .ITSIIDate{font-size:13px;font-weight:500;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:normal}.IconTitleSubtitle .IconTitleSubtitleInner .ITSIBtn{display:flex}.IconTitleSubtitle .IconTitleSubtitleInner .ITSIBtn button{margin-left:10px}.IconTitleSubtitle .IconTitleSubtitleInner .ITSIBtn button:first-child{margin-left:0}.PTBudge{display:inline-block;padding:3px 5px;border:1px solid;font-size:12px;line-height:normal;border-radius:4px;min-width:50px;text-align:center}.WebLogo{display:flex;align-items:center}.WebLogo a{display:flex;justify-content:flex-start}.WebLogo a img{width:200px;height:45px;object-fit:contain;object-position:left;user-select:none;-moz-user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-ms-user-select:none}@media(min-width:1559px)and (max-width:1800px){.WebLogo a img{width:160px;height:40px}}@media(min-width:1367px)and (max-width:1600px){.WebLogo a img{width:160px;height:40px}}@media(min-width:1281px)and (max-width:1366px){.WebLogo a img{width:120px;height:25px}}@media(min-width:1024px)and (max-width:1280px){.WebLogo a img{width:140px;height:30px}}@media(min-width:992px)and (max-width:1023.98px){.WebLogo a img{width:140px;height:30px}}@media(min-width:768px)and (max-width:991.98px){.WebLogo a img{width:140px;height:30px}}@media(min-width:576px)and (max-width:767.98px){.WebLogo a img{width:140px;height:30px}}@media(max-width:575.98px){.WebLogo a img{width:140px;height:30px}}.MobileView{width:275px;height:500px;position:relative}.MobileView:before{content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAAAZCAYAAABn7SHgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAspJREFUeF7tWzuL1FAYVcRiRGRk3u/3m3kwjYXY+AusbLUQFFs7sRXs1MbGUraytFgWBTsLQVFYFsHKSrCwEUUL+fxOdu/O7hCZzU7C5GbOhUMmN8l3b76c852ZSXLyxG7rKO4qKnvrXLhnIKbdZ+ZwjsmyKgO/dbY3FS8VX+dn/lg7hGAOIsqBL3pe40VyfR3Rk6ew17u4/VRelxeRH9svUgB0gAhy4PZRyG/2+R7BBNAB1tsBznoRwCYFMHOBWCwm5XJZarWaVKtV5zNQLBalUChIPp+XXC4n2WzWQTqddpBKpQ4hmUwKkEgk9mHW3ZZmf7NEPMTNZDLOOBi3VCpJpVJx4vKa/de533shP/Z9yGTOklmv12U8HstwOJTBYCC9Xk86nY60221ptVrSbDYF+0AgICPEAWICEIkRihELiOsGs91tiT7EQ2yIEGM1Gg1nDv1+35lbPB6nCNxd7rlXAVyjAGYCmE6nMplMDgmg2+3uCwBEhABAzIMOcRQRLCI9thtASBAARGYEACFCAKPRyHEhXjdXF7jqVQA9JpIOEBEO/NHzwP0bzw03CVhRNAf8DWA1DzY8M3/vgKcUgNUXnsVrt4BPjiuASxQABWA5B/C4w1Ltg+UJYBVc76+xF5Zivx58hQKgC1jKgWN/958XDW4isJIyBzZxAM/9FJet/ub4yxQAC4BlHLjhF/lNnEeWJcCmasW5+uuuL/wmP+KdVryhCOgEIefAW50fXlgKpJ3XqJ9CngBWU3+rqU35fKfcjAfC/ANBs/r5M0VAJwgZB/B/f2CVf15UcIKtkCXApkrFufrnUn+Vh/cVp4Ku/G7xb2nnDwqBbrAiDuzouHhaYaWtoKM/W1ECWEn9q6Q25fKX8u3OSlnvMnhJ+x4otikGOkJAHPioce8pUHRD3Vo6u+sKvFX2SsHHqtezUvvhKt+UP08Uw6AY/w81pmJFVQ5SkAAAAABJRU5ErkJggg==);background-size:contain;background-repeat:no-repeat;background-position:bottom;width:140px;height:23px;position:absolute;z-index:1;top:8px;left:70px}.MobileView .MobileViewImg{position:absolute;left:0;top:0;width:100%;height:100%;user-select:none;-moz-user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-ms-user-select:none}.MobileView .MobileViewMob{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#000;overflow-y:auto;width:88%;height:calc(94% + 3px);border-radius:18px}.MobilePersonalise{color:#664b13;background-color:#ffeaaa;border:1px solid #ffc233;border-radius:5px;background-repeat:no-repeat;background-size:16px;background-position-x:5px;background-position-y:3px;background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.764 23.453L18.576 5.52a3.027 3.027 0 00-5.146-.009L2.224 23.474A3.027 3.027 0 004.807 28h22.386a3.028 3.028 0 002.571-4.547zm-13.755.634a1.24 1.24 0 01-.142-2.471 1.24 1.24 0 11.141 2.471zm1.186-9.538l-.356 4.093a3.221 3.221 0 01-.249 1.12.708.708 0 01-1.254.013 3.763 3.763 0 01-.248-1.15l-.266-3.976c-.052-.8-.325-2.093.286-2.743.465-.5 1.566-.586 1.9.107a4.873 4.873 0 01.186 2.536z" fill="rgb(102 75 19)"/></svg>')}.MobilePersonalise,.MobilePersonaliseSaved{display:inline-block;cursor:pointer;-webkit-user-select:none;user-select:none;outline:0;padding:0 3px 0 25px;margin-top:3px;margin-bottom:3px}.MobilePersonaliseSaved{color:#1f1f1f;background-color:#efefef;border:1px solid #d3d2d2;border-radius:5px;background-repeat:no-repeat;background-size:16px;background-position-x:5px;background-position-y:3px;background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 492.001 492.001"><path d="M487.971 235.993l-85.468-85.464c-5.22-5.228-14.396-5.228-19.616 0l-7.452 7.448c-5.4 5.408-5.4 14.548.004 19.956l48.456 48.792H67.911l48.696-49.02c5.408-5.412 5.408-14.384 0-19.796l-7.444-7.524c-5.232-5.232-14.404-5.272-19.624-.044L4.035 235.813c-2.672 2.676-4.1 6.24-4.032 9.916-.072 3.82 1.36 7.396 4.032 10.068l85.464 85.464c5.228 5.232 14.396 5.228 19.62 0l7.444-7.448c5.416-5.416 5.416-13.784 0-19.192l-49.856-49.436h358.792l-50.096 49.668c-2.612 2.604-4.052 5.884-4.052 9.592s1.436 7.088 4.052 9.7l7.444 7.396c2.616 2.612 6.1 4.02 9.812 4.02 3.716 0 7.196-1.448 9.812-4.06l85.5-85.508c2.664-2.668 4.096-6.248 4.028-9.924.076-3.824-1.36-7.404-4.028-10.076z" fill="rgb(31 31 31)"/></svg>')}.MobileViewMob .MobileViewMPreview{height:100%;width:100%;display:flex;flex-direction:column;overflow:auto;overflow-y:overlay;overflow-x:overlay;background-color:var(--white)}.MobileViewMob .MobileViewMPreview .MobileViewMPMobFeature{display:flex;align-items:center;padding:5px;color:#26262b}.MobileViewMob .MobileViewMPreview .MobileViewMPMobFeature .MobileViewMPMFTime{flex:1 1;font-size:12px;font-weight:600;padding-right:10px}.MobileViewMob .MobileViewMPreview .MobileViewMPMobFeature .MobileViewMPMFBT{display:flex;align-items:center}.MobileViewMob .MobileViewMPreview .MobileViewMPMobFeature .MobileViewMPMFBT svg{margin-left:10px}.MobileViewMob .MobileViewMPreview .MobileViewMEmailView .MobileViewMEVHead .MobileViewMEVHOption{padding:5px 10px;border-bottom:1px solid #ddd;display:flex;color:#26262b;font-size:12px;overflow:hidden}.MobileViewMEmailView .MobileViewMEVHead .MobileViewMEVHOption strong{min-width:60px}.MobileViewMEmailView .MobileViewMEVHead .MobileViewMEVHOption span{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MobileViewMob .MobileViewMPreview .MobileViewMEmailView{flex:1 1;display:flex;flex-direction:column;overflow:auto;overflow-y:overlay;overflow-x:overlay;padding-bottom:10px}.MobileViewMob .MobileViewMPreview .MobileViewMEmailView .MobileViewMEVMsg{flex:1 1;padding:10px;overflow:auto;overflow-y:overlay;overflow-x:overlay;word-break:break-word}.MobileViewMob .MobileViewMPreview .MobileViewMEmailView .MobileViewMEVMsg p,.MobileViewMob .MobileViewMPreview .MobileViewMEmailView .MVEVMSMSView .MVEVMSMSVContent p{margin-bottom:5px}.MobileViewMob .MobileViewMPreview .MobileViewMEmailView .MobileViewMEVMsg p:empty,.MobileViewMob .MobileViewMPreview .MobileViewMEmailView .MVEVMSMSView .MVEVMSMSVContent p:empty{padding:10px 0}.MobileViewMob .MobileViewMPreview .MobileViewMEmailView .MVEVMSMSView{flex:1 1;padding:10px;overflow:auto;overflow-y:overlay;overflow-x:overlay;display:flex;align-items:flex-start}.MobileViewMob .MobileViewMPreview .MobileViewMEmailView .MVEVMSMSView .MVEVMSMSVUser{display:flex;font-size:25px;border-radius:100%;overflow:hidden;color:#7b89a4}.MobileViewMob .MobileViewMPreview .MobileViewMEmailView .MVEVMSMSView .MVEVMSMSVContent{flex:1 1;max-height:100%;overflow:auto;overflow-y:overlay;overflow-x:overlay;margin-left:10px;background-color:#e8eef9;border:1px solid #cad3e3;padding:10px;border-radius:4px;word-break:break-word}.MobileViewMob .MobileViewMPreview .MobileViewMEmailView .MVEVMSMSView .MVEVMSMSVContent br:last-child{display:none}@media(min-width:1367px)and (max-width:1600px){.MobileView{width:270px}}.pageContainer{flex:1 1;position:relative;overflow:auto;overflow-y:overlay;overflow-x:overlay}.pageContainer .pageContainerRow{height:100%;display:flex;overflow:auto;overflow-y:overlay;overflow-x:hidden!important}.PCRViewMain{width:calc(100% - 270px);display:flex;flex-direction:column;height:100%;overflow:auto;overflow-y:overlay;overflow-x:overlay}.PCRViewMain.noSidebar{width:100%}.PCRViewMain .PCRViewContainer{padding:15px;background-color:#f6f8fc;height:100%;overflow:auto;overflow-y:overlay;overflow-x:overlay}.PCRViewMain .PCRViewContainer .PCRVBInner{height:100%;display:flex;flex-direction:column;overflow:auto;overflow-y:overlay;overflow-x:overlay;position:relative}@media(min-width:1559px)and (max-width:1800px){.PCRViewMain{width:calc(100% - 250px)}}@media(min-width:1367px)and (max-width:1600px){.PCRViewMain{width:calc(100% - 250px)}}@media(min-width:1280px)and (max-width:1367px){.PCRViewMain{width:calc(100% - 250px)}}@media(min-width:1024px)and (max-width:1280px){.PCRViewMain{width:calc(100% - 200px)}}@media(min-width:992px)and (max-width:1023.98px){.PCRViewMain{width:100%}}@media(min-width:768px)and (max-width:991.98px){.PCRViewMain{width:100%}}@media(min-width:576px)and (max-width:767.98px){.PCRViewMain{width:100%}}@media(max-width:575.98px){.PCRViewMain{width:100%}}@media only screen and (min-width:321px)and (max-device-width:960px)and (orientation:landscape){.PCRViewMain .PCRViewContainer .PCRVBInner{height:500px!important}}.PaginationMain{padding:10px;background-color:var(--white)}.PaginationMain .PMInner{display:flex;align-items:center;justify-content:space-between}.PaginationMain .PMInner .PMTotal{font-size:14px;font-weight:600;color:#84929e}.PaginationMain .PMInner .PMTotal strong{color:#48484d}.PaginationMain .PMInner .PMPages{display:flex;align-items:center}.PaginationMain .PMInner .PMPages button.mainButton{margin:0 3px;border-color:transparent;border-radius:8px;font-weight:600;min-width:auto}.PaginationMain .PMInner .PMPages button.PaginationBtn.active{background-color:var(--dark-blue);color:var(--blue-invert)}.PaginationMain .PMInner .PMPages .PaginationPNBtn{border-color:transparent;font-size:16px;color:var(--dark-blue)}.PaginationMain .PMInner .PMRowView .PMRowViewBtn{border-color:transparent;color:var(--dark-blue);background-color:transparent}.PaginationMain .PMInner .PMRowView .PMRowViewBtn:hover{text-decoration:underline}.PaginationMain .PMInner .PMRowView .PMRowViewBtn span.buttonIcon{color:#abb7d4}.PaginationSelect{display:flex;flex-direction:column}.PaginationSelect button{border:0;border-bottom:1px solid #e8eef9;border-radius:0;justify-content:center}.PaginationSelect button:last-child{border-bottom:0}.PaginationSelect button.active,.PaginationSelect button:hover{background-color:var(--dark-blue);color:var(--blue-invert)}.PaginationMain .PMInner .PMPages .PaginationBtnDisabled{pointer-events:none}@media(min-width:1561px)and (max-width:1800px){.PaginationMain .PMInner .PMTotal{font-size:12px;font-weight:400}.PaginationMain .PMInner .PMPages button.mainButton{padding:4px 6px;font-size:12px}.PaginationMain .PMInner .PMRowView .PMRowViewBtn{font-size:12px}}@media(min-width:1367px)and (max-width:1560px){.PaginationMain .PMInner .PMTotal{font-size:12px;font-weight:400}.PaginationMain .PMInner .PMPages button.mainButton{padding:4px 6px;font-size:12px}.PaginationMain .PMInner .PMRowView .PMRowViewBtn{font-size:12px}}@media(min-width:1281px)and (max-width:1366px){.PaginationMain .PMInner .PMTotal{font-size:12px;font-weight:400}.PaginationMain .PMInner .PMPages button.mainButton{padding:4px 6px;font-size:12px}.PaginationMain .PMInner .PMRowView .PMRowViewBtn{font-size:12px}}@media(min-width:1024px)and (max-width:1280px){.PaginationMain .PMInner .PMTotal{font-size:12px;font-weight:400}.PaginationMain .PMInner .PMPages button.mainButton{padding:5px 8px;font-size:12px}.PaginationMain .PMInner .PMRowView .PMRowViewBtn{font-size:12px}}@media(min-width:992px)and (max-width:1023.98px){.PaginationMain .PMInner .PMTotal{font-size:12px;font-weight:400}.PaginationMain .PMInner .PMPages button.mainButton{padding:5px 8px;font-size:12px}.PaginationMain .PMInner .PMRowView .PMRowViewBtn{font-size:12px}}@media(min-width:768px)and (max-width:991.98px){.PaginationMain .PMInner .PMTotal{font-size:12px;font-weight:400}.PaginationMain .PMInner .PMPages button.mainButton{padding:5px 8px;font-size:12px}.PaginationMain .PMInner .PMRowView .PMRowViewBtn{font-size:12px}}@media(min-width:576px)and (max-width:767.98px){.PaginationMain .PMInner{flex-wrap:wrap}.PaginationMain .PMInner .PMTotal{flex:1 1}.PaginationMain .PMInner .PMRowView{display:flex;justify-content:flex-end}.PaginationMain .PMInner .PMPages{width:100%;order:2;justify-content:center}.PaginationMain .PMInner .PMRowView .PMRowViewBtn{padding:8px 5px}}@media(max-width:575.98px){.PaginationMain .PMInner{flex-wrap:wrap}.PaginationMain .PMInner .PMTotal{flex:1 1}.PaginationMain .PMInner .PMRowView{display:flex;justify-content:flex-end}.PaginationMain .PMInner .PMPages{width:100%;order:2;justify-content:center;margin-top:7px}.PaginationMain .PMInner .PMRowView .PMRowViewBtn{padding:8px 5px}}.PopoverMain{z-index:9999}.PopoverMain *{backface-visibility:hidden;-webkit-backface-visibility:hidden}.PopoverMain.ToolTipPopover,.PopoverMain.ToolTipPopover .PopoverMainInner{pointer-events:none}.PopoverMain .PopoverMainInner{box-shadow:0 4px 14px 0 rgba(0,0,0,.2),0 0 0 1px rgba(0,0,0,.0509803922);flex-direction:column}.PopoverMain .PopoverMainInner,.PopoverMain .PopoverMainInner .PMIContent{position:relative;background-color:var(--white);display:flex;border-radius:3px}.PopoverMain .PopoverMainInner .PMIContent{padding:10px;z-index:2;flex:1 1;flex-direction:column;height:100%;overflow:auto;overflow-y:overlay;overflow-x:overlay}.PopoverMain .PopoverMainInner.withOutPadding .PMIContent{padding:0}.popoverBtns{display:flex}.popoverBtns button{margin-right:10px}.RatingMain{display:inline-flex;align-items:center}.RatingMain .ReviewsIcon{font-size:20px;display:flex;margin:0 2px;color:#e6e6e6}.RatingMain .ReviewsIcon:first-child{margin-left:0}.RatingMain .ReviewsIcon:last-child{margin-right:0}.RatingMain .ReviewsIcon.selected{color:#ffb400}.PCRSidebar{width:270px;border-right:1px solid #eaeaea;overflow:auto;overflow-y:overlay;overflow-x:overlay;height:100%}.PCRSidebar .PCRSInner{height:100%}button.iconButton.SideBarToggleBtn{display:none}button.iconButton.BlueFillBtn.SideBarToggleBtn,button.iconButton.BlueFillBtn.SideBarToggleBtn:active,button.iconButton.BlueFillBtn.SideBarToggleBtn:focus{background-color:var(--dark-blue);border-color:var(--dark-blue);color:var(--blue-invert)}button.iconButton.RedFillBtn.SideBarToggleBtn,button.iconButton.RedFillBtn.SideBarToggleBtn:active,button.iconButton.RedFillBtn.SideBarToggleBtn:focus{background-color:#f44336;border-color:#f44336;color:var(--white)}@media(min-width:1561px)and (max-width:1800px){.PCRSidebar{width:250px}}@media(min-width:1367px)and (max-width:1600px){.PCRSidebar{width:250px}}@media(min-width:1280px)and (max-width:1366px){.PCRSidebar{width:250px}}@media(min-width:1024px)and (max-width:1280px){.PCRSidebar{width:200px}}@media(min-width:992px)and (max-width:1023.98px){.PCRSidebar{width:230px;position:absolute;left:0;top:0;bottom:0;z-index:9;background-color:var(--white);border-top:1px solid #eaeaea;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:all .3s ease}.PCRSidebar.sidebarView{-webkit-transform:translateX(0);transform:translateX(0)}button.iconButton.SideBarToggleBtn{display:flex;margin-right:15px}}@media(min-width:768px)and (max-width:991.98px){.PCRSidebar{width:230px;position:absolute;left:0;top:0;bottom:0;z-index:9;background-color:var(--white);border-top:1px solid #eaeaea;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:all .3s ease}.PCRSidebar.sidebarView{-webkit-transform:translateX(0);transform:translateX(0)}button.iconButton.SideBarToggleBtn{display:flex}}@media(min-width:576px)and (max-width:767.98px){.PCRSidebar{width:200px;position:absolute;left:0;top:0;bottom:0;z-index:9;background-color:var(--white);border-top:1px solid #eaeaea;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:all .3s ease}.PCRSidebar.sidebarView{-webkit-transform:translateX(0);transform:translateX(0)}button.iconButton.SideBarToggleBtn{display:flex}}@media(max-width:575.98px){.PCRSidebar{width:100%;position:absolute;left:0;top:0;bottom:0;z-index:9;background-color:var(--white);border-top:1px solid #eaeaea;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:all .3s ease}.PCRSidebar.sidebarView{-webkit-transform:translateX(0);transform:translateX(0)}button.iconButton.SideBarToggleBtn{display:flex}}.SkeletonMain{height:20px;display:block;background-color:rgba(0,0,0,.11);-webkit-animation:skeleton-keyframes 1.5s ease-in-out .5s infinite;animation:skeleton-keyframes 1.5s ease-in-out .5s infinite;border-radius:4px}.SkeletonMain.SkeletonCircleMain{border-radius:100%;position:relative}.SkeletonMain.SkeletonCircleMain:before{content:"";position:absolute;left:15%;right:15%;top:15%;bottom:15%;background-color:var(--white);border-radius:100%}@-webkit-keyframes skeleton-keyframes{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@keyframes skeleton-keyframes{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.IconTitleCard{width:230px;height:230px;padding:15px;border:1px solid #e4edff;border-radius:4px;cursor:pointer;transition:all .3s ease;position:relative}.IconTitleCard.disabled{opacity:.5;cursor:default}.IconTitleCard .ITCCheckBox{position:absolute;top:15px;right:15px;display:flex}.IconTitleCard.activeCard{border-color:var(--dark-blue)}.IconTitleCard .ITCInner{display:flex;flex-direction:column;height:100%;align-items:center;justify-content:center}.IconTitleCard .ITCInner .ITCIIcon{font-size:70px;display:flex}.IconTitleCard.ITCWidth .ITCInner .ITCIIcon svg{width:100%}.IconTitleCard .ITCInner .ITCITitle{width:100%;text-align:center;padding-top:10px}.IconTitleCard .ITCInner .ITCIDes{text-align:center;font-size:14px;line-height:16px;padding-top:10px;color:#84929e}@media(min-width:1559px)and (max-width:1800px){.IconTitleCard .ITCInner .ITCIIcon{font-size:60px}.IconTitleCard .ITCInner .ITCITitle h5{font-size:18px}.IconTitleCard .ITCInner .ITCIDes{font-size:15px}}@media(min-width:1367px)and (max-width:1600px){.IconTitleCard .ITCInner .ITCIIcon{font-size:60px}.IconTitleCard .ITCInner .ITCITitle h5{font-size:18px}.IconTitleCard .ITCInner .ITCIDes{font-size:12px}}@media(min-width:1280px)and (max-width:1367px){.IconTitleCard .ITCInner .ITCIIcon{font-size:60px}.IconTitleCard .ITCInner .ITCITitle h5{font-size:18px}.IconTitleCard .ITCInner .ITCIDes{font-size:12px}}@media(min-width:1024px)and (max-width:1280px){.IconTitleCard .ITCInner .ITCIIcon{font-size:50px}}@media(min-width:992px)and (max-width:1023.98px){.IconTitleCard .ITCInner .ITCIIcon{font-size:50px}}@media(min-width:768px)and (max-width:991.98px){.IconTitleCard .ITCInner .ITCIIcon{font-size:50px}}@media(min-width:576px)and (max-width:767.98px){.IconTitleCard .ITCInner .ITCIIcon{font-size:50px}}.STemplateView{border:1px solid #e4edff;border-radius:4px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.STemplateView.activeTemplate{border-color:var(--dark-blue)}.STemplateView .STemplateViewInner{display:flex;flex-direction:column;overflow:auto;overflow-y:overlay;overflow-x:overlay;height:100%}.STemplateView .STemplateViewInner .STVIImage{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.STemplateView .STemplateViewInner .STVIImage img{width:100%;height:100%;object-fit:cover;object-position:top}.STemplateView .STemplateViewInner .STVITitle{padding:7px;text-align:center}.SwitchMain.disabled{opacity:.9}.SwitchMain.disabled *{opacity:.8;cursor:not-allowed!important}.SwitchMain .SwitchMainInner{display:inline-flex;align-items:center;padding:5px;background-color:#f6f8fc;border-radius:4px}.SwitchMain .SwitchMainInner .SMIBtn{font-size:12px;font-weight:600;padding:5px;line-height:normal;min-width:40px;text-align:center;border-radius:4px;transition:all .2s ease;cursor:pointer;-webkit-user-select:none;user-select:none;color:#26262b}.SwitchMain .SwitchMainInner .SMIBtn.SMIBtnOn.active{background-color:#4caf50;color:var(--white)}.SwitchMain .SwitchMainInner .SMIBtn.SMIBtnOff.active{background-color:#f44336;color:var(--white)}.SwitchWithLabel .SWLInner{display:flex;align-items:center;justify-content:flex-end}.SwitchWithLabel .SWLInner .SWLILabel{font-size:15px;font-weight:500;color:#7b7b7b;padding-right:10px}.SwitchGroup.SwitchMain .SwitchMainInner .SMIBtn.selected{background-color:var(--dark-blue);color:var(--blue-invert)}@media(min-width:1559px)and (max-width:1800px){.SwitchMain .SwitchMainInner .SMIBtn{font-size:10px;min-width:35px}}@media(min-width:1367px)and (max-width:1600px){.SwitchMain .SwitchMainInner .SMIBtn{font-size:10px;min-width:35px}}@media(min-width:1280px)and (max-width:1367px){.SwitchMain .SwitchMainInner .SMIBtn{font-size:10px;min-width:35px}}@media(min-width:1024px)and (max-width:1280px){.SwitchMain .SwitchMainInner .SMIBtn{font-size:9px;padding:4px;min-width:32px}}.TabWithIconTitle{display:flex;flex-wrap:wrap;align-items:center;padding:15px;border-bottom:1px solid #f6f8fc;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .3s ease;color:#666}.TabWithIconTitle.active,.TabWithIconTitle:hover{background-color:#ebf8ff;color:#13b4ff}.TabWithIconTitle .TWITIcon{display:flex;font-size:25px}.TabWithIconTitle .TWITTitle{flex:1 1;padding:0 10px;font-size:16px;font-weight:500;line-height:normal}.TabWithIconTitle .TWITArw{display:flex;font-size:16px}@media(min-width:1024px)and (max-width:1280px){.TabWithIconTitle .TWITIcon{font-size:20px}.TabWithIconTitle .TWITTitle{padding:0 7px;font-size:15px}.TabWithIconTitle .TWITArw{font-size:14px}}.TabWithTitleNumber{display:flex;align-items:center;transition:all .3s ease;border-radius:4px;cursor:pointer;margin-bottom:5px;padding:0 5px}.TabWithTitleNumber.active,.TabWithTitleNumber:hover{background-color:#f4f4f6}.TabWithTitleNumber .TWTNTitle{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;line-height:28px}.TabWithTitleNumber .TWTNTNumber{color:#bac0c7;font-size:13px;font-weight:500;padding:5px}.TNTitleMain{position:relative}.TitleNumber{display:flex;align-items:center;transition:all .3s ease;border-radius:4px;cursor:pointer}.TitleNumber.disabled{cursor:not-allowed}.TitleNumber.active,.TitleNumber:hover,.TNTitleMain:hover{background-color:#f4f4f6}.TitleNumber .TNTitle{flex:1 1;position:relative;padding-right:50px}.TitleNumber .TNTitle,.TitleNumber .TNTitle input{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TitleNumber .TNTitle input{width:100%;border:0;background-color:transparent;outline:0;font-size:14px;font-weight:500;padding:5px}.TitleNumber .TNTitle input:disabled{cursor:pointer;pointer-events:none}.TNNumber{color:#bac0c7;font-size:13px;font-weight:500;padding:5px;width:38px;text-align:right}.TitleNumber .TNTitle .TNTBtns{display:flex;position:absolute;top:6px;right:18px;opacity:0;transition:all .3s ease}.TitleNumber .TNTitle .TNTBtns button,.TNTitleMain button.iconButton.danger{padding:0;background-color:transparent;border:0}.TNTitleMain button.iconButton.danger{display:flex;position:absolute;top:6px;right:35px;opacity:0;transition:all .3s ease;z-index:1}.TNTitleMain:hover .TitleNumber .TNTitle .TNTBtns,.TNTitleMain:hover button.iconButton.danger{opacity:1}@media(min-width:1561px)and (max-width:1800px){.TitleNumber .TNTitle input,.TNNumber{font-size:12px}.TNNumber{line-height:normal}}@media(min-width:1367px)and (max-width:1560px){.TitleNumber .TNTitle input,.TNNumber{font-size:12px}.TNNumber{line-height:normal}}@media(min-width:1281px)and (max-width:1366px){.TitleNumber .TNTitle input,.TNNumber{font-size:12px}.TNNumber{line-height:normal}}@media(min-width:1024px)and (max-width:1280px){.TitleNumber .TNTitle input,.TNNumber{font-size:12px}.TNNumber{line-height:normal}}.PopoverMain.TextOverflowTooltipPopover .PopoverMainInner{margin-bottom:10px;max-width:250px}.TOFTPWrapper{position:relative}.TOFTPWrapper .TOFTPWInner{padding:7px;word-break:break-all}.PopoverMain.TextOverflowTooltipPopover .PopoverMainInner .PMIContent{z-index:2}.PopoverMain.TextOverflowTooltipPopover .PopoverMainInner:before{content:"";position:absolute;width:13px;height:13px;background-color:var(--white);box-shadow:0 4px 14px 0 rgba(0,0,0,.2),0 0 0 1px rgba(0,0,0,.0509803922);-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:4px}.PopoverMain.TextOverflowTooltipPopover.top-center .PopoverMainInner:before{bottom:-5px;left:calc(50% - 5px)}.TOFTPWText{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TitleIconMain{display:flex;align-items:center;padding-bottom:10px}.TitleIconMain .TIMInner{display:flex;align-items:center;flex:1 1}.TitleIconMain .TIMInner .TIMITitle{font-size:16px;color:#000;padding-right:10px;font-weight:600}.TitleIconMain .TIMInner .TIMIIcon{font-size:16px;color:#bac0c7}@media(min-width:1561px)and (max-width:1800px){.TitleIconMain .TIMInner .TIMITitle{font-size:15px;font-weight:600}}@media(min-width:1281px)and (max-width:1366px){.TitleIconMain .TIMInner .TIMITitle{font-size:14px;font-weight:600}.TitleIconMain .TIMInner .TIMIIcon{font-size:14px}}@media(min-width:1024px)and (max-width:1280px){.TitleIconMain .TIMInner .TIMITitle{font-size:14px;font-weight:600}.TitleIconMain .TIMInner .TIMIIcon{font-size:14px}}.ToolTip{position:relative}.ToolTip .ToolTipInner{padding:7px}.ToolTip .ToolTipInner .TooltipTitle{font-size:14px;font-weight:600;padding-bottom:3px}.ToolTip .ToolTipInner .TooltipDes{font-size:12px;opacity:.9;word-break:break-word}.PopoverMain.ToolTipPopover .PopoverMainInner{margin-bottom:10px;max-width:200px}.PopoverMain.ToolTipPopover .PopoverMainInner .PMIContent{z-index:2}.PopoverMain.ToolTipPopover .PopoverMainInner:before{content:"";position:absolute;width:13px;height:13px;background-color:var(--white);box-shadow:0 4px 14px 0 rgba(0,0,0,.2),0 0 0 1px rgba(0,0,0,.0509803922);-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:4px}.PopoverMain.ToolTipPopover.top-center .PopoverMainInner:before{bottom:-5px;left:calc(50% - 5px)}.PopoverMain.ToolTipPopover.top-start .PopoverMainInner:before{visibility:visible;bottom:-5px;left:2px}.PopoverMain.ToolTipPopover.top-end .PopoverMainInner:before{visibility:visible;bottom:-5px;left:calc(100% - 16px)}.PopoverMain.ToolTipPopover.bottom-center .PopoverMainInner:before{visibility:visible;top:-5px;left:calc(50% - 7px)}.PopoverMain.ToolTipPopover.bottom-start .PopoverMainInner:before{visibility:visible;top:-5px;left:2px}.PopoverMain.ToolTipPopover.bottom-end .PopoverMainInner:before{visibility:visible;top:-5px;left:calc(100% - 7px)}.PopoverMain.ToolTipPopover.left-start .PopoverMainInner:before{visibility:visible;top:2px;right:-5px}.PopoverMain.ToolTipPopover.left-end .PopoverMainInner:before{visibility:visible;top:calc(100% - 16px);right:-5px}.PopoverMain.ToolTipPopover.left-center .PopoverMainInner:before{visibility:visible;top:calc(50% - 7px)}.PopoverMain.ToolTipPopover.right-start .PopoverMainInner:before{visibility:visible;top:2px;left:-5px}.PopoverMain.ToolTipPopover.right-end .PopoverMainInner:before{visibility:visible;top:calc(100% - 16px);left:-5px}.PopoverMain.ToolTipPopover.right-center .PopoverMainInner:before{visibility:visible;top:calc(50% - 7px);left:-5px}.PopoverMain.ToolTipPopover.UserInfoToolTip .PopoverMainInner{max-width:unset}.PopoverMain.ToolTipPopover.left-center .PopoverMainInner{margin-top:0;margin-bottom:0;margin-right:10px}.PopoverMain.ToolTipPopover.left-center .PopoverMainInner:before{right:-5px;top:calc(50% - 5px)}.ToolTipPopover.withBackgroundTooltip .PopoverMainInner .PMIContent{background-color:var(--primary-main);color:var(--blue-invert)}.ToolTipPopover.withBackgroundTooltip .PopoverMainInner:before{background-color:var(--primary-main)}.TooltipWithIcon{font-size:20px;color:var(--dark-blue)}.topBar{background-color:#26262b;height:60px;position:relative;border-bottom:1px solid #eaeaea}.topBar,.topBar.DialogTopBar{padding:0 15px}.topBar .topBarInner{display:flex;min-height:60px;height:100%}.MainDialog.rightSlide .topBar.DialogTopBar{padding:0 15px}@media(min-width:1561px)and (max-width:1800px){.topBar{height:50px}.topBar .topBarInner{min-height:50px}}@media(min-width:1367px)and (max-width:1560px){.topBar{height:50px}.topBar .topBarInner{min-height:50px}}@media(min-width:1281px)and (max-width:1366px){.topBar{height:50px}.topBar .topBarInner{min-height:50px}}@media(min-width:1024px)and (max-width:1280px){.topBar{height:50px}.topBar .topBarInner{min-height:50px}}@media(min-width:992px)and (max-width:1023.98px){.topBar{height:50px}.topBar .topBarInner{min-height:50px}}@media(min-width:768px)and (max-width:991.98px){.topBar{height:50px}.topBar .topBarInner{min-height:50px}}@media(min-width:576px)and (max-width:767.98px){.topBar{height:50px}.topBar .topBarInner{min-height:50px}}@media(max-width:575.98px){.topBar{height:50px}.topBar .topBarInner{min-height:50px}}.MainDialog.FilePreviewDialogMain .MDContainer .MDCRow{height:100%}.FilePreviewDialog .HeaderBar .HeaderBarClose button{margin-left:15px}.FilePreviewDialog{height:100%;display:flex;flex-direction:column}.FilePreviewDialog,.FilePreviewDialog .BodyBox{overflow:auto;overflow-y:overlay;overflow-x:overlay}.FilePreviewDialog .BodyBox{flex:1 1}.FilePreviewDialog .BodyBox .BodyBoxInner .pg-viewer-wrapper .pg-viewer .react-grid-Container .react-grid-Main .react-grid-Grid .react-grid-Header .react-grid-HeaderRow div .react-grid-HeaderCell .react-grid-HeaderCell-sortable,.FilePreviewDialogRow .BodyBox .BodyBoxInner .pg-viewer-wrapper .pg-viewer .react-grid-Container .react-grid-Main .react-grid-Grid .react-grid-Header .react-grid-HeaderRow div .react-grid-HeaderCell .react-grid-HeaderCell-sortable{pointer-events:none}.FilePreviewDialog .pdf-viewer-container,.FilePreviewDialog .pdf-viewer-container .pdf-viewer{height:100%}.FilePreviewDialog .pdf-loading{width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:30px;font-weight:500}.pg-driver-view .video-container{display:flex!important;flex-direction:column!important}.pg-viewer-wrapper .document-container{overflow-wrap:break-word}.pg-viewer-wrapper img{width:auto!important}.pg-viewer-wrapper blockquote,.pg-viewer-wrapper body,.pg-viewer-wrapper bodyaddress,.pg-viewer-wrapper center,.pg-viewer-wrapper dd,.pg-viewer-wrapper dir,.pg-viewer-wrapper div,.pg-viewer-wrapper dl,.pg-viewer-wrapper dt,.pg-viewer-wrapper fieldset,.pg-viewer-wrapper form,.pg-viewer-wrapper frame,.pg-viewer-wrapper frameset,.pg-viewer-wrapper h1,.pg-viewer-wrapper h2,.pg-viewer-wrapper h3,.pg-viewer-wrapper h4,.pg-viewer-wrapper h5,.pg-viewer-wrapper h6,.pg-viewer-wrapper hr,.pg-viewer-wrapper html,.pg-viewer-wrapper menu,.pg-viewer-wrapper noframes,.pg-viewer-wrapper ol,.pg-viewer-wrapper p,.pg-viewer-wrapper pre,.pg-viewer-wrapper ul{text-align:center}@media(max-width:575.98px){.MainDialog.FilePreviewDialogMain .MDContainer .MDCRow{height:100%;max-height:100%;margin:0}.FilePreviewDialog .HeaderBar h1.HeaderBarTitle{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FilePreviewDialog .HeaderBar{overflow:hidden}.FilePreviewDialog .pg-viewer-wrapper .pg-viewer{width:100%}}.UserDetailEdit{padding:15px}.UserDetailEdit .UDEInner{display:flex;align-items:flex-start}.UserDetailEdit .UDEInner .UDEIImg{width:80px;height:80px;position:relative}.UserDetailEdit .UDEInner .UDEIImg input[type=file]{position:absolute;z-index:-1}.UserDetailEdit .UDEInner .UDEIImg .UDEIImgInner{display:flex;font-size:80px;overflow:hidden;position:relative;border-radius:100%}.UserDetailEdit .UDEInner .UDEIInfoEdit{flex:1 1;padding-left:15px;overflow:hidden;display:flex;align-items:baseline}.UserDetailEdit .UDEInner .UDEIInfo{padding-right:40px;overflow:hidden}.UserDetailEdit .UDEInner .UDEIInfo .UDEIIName{font-size:24px;font-weight:500;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.UserDetailEdit .UDEInner .UDEIInfo .UDEIIJob{padding-top:4px;font-size:16px;font-weight:500;color:#000;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.UserDetailEdit .UDEInner .UDEIIBtn{display:flex}.UserDetailEdit .UDEInner .UDEIIBtn .iconButton{background-color:unset;border:0;padding:4px;font-size:16px;color:var(--dark-blue)}.ContactPreview .UserDetailEdit.UDECenter .UDEInner .UDEIInfoEdit{margin:10px 0}.UserDetailEdit .UDEInner .UDEIIStatus{font-size:14px;font-weight:600;padding:3px 5px;line-height:normal;border-radius:4px;text-transform:uppercase;background-color:var(--dark-blue);border-color:var(--dark-blue);color:var(--blue-invert)}.UserDetailEditPopover .PopoverMainInner .PMIContent{padding:20px}.UserDetailEditPopover .UDEPBtns{display:flex}.UserDetailEditPopover .UDEPBtns button{margin-right:10px}.CropImageDialog .UICPBtns{display:flex;justify-content:flex-end}.CropImageDialog .UICPBtns button{margin-left:10px}.CropImageDialog{padding:15px}.imageDropdownPopover .PopoverMainInner:before{top:-6px;left:62px;visibility:visible}.UserDetailEditPopover.ArrowPopover .PopoverMainInner:before{top:-5px;left:3px;visibility:visible}.UserDetailEdit.UDECenter .UDEInner{flex-direction:column;align-items:center}.UserDetailEdit.UDECenter .UDEInner .UDEIInfoEdit{max-width:100%;padding-left:30px;padding-right:30px;position:relative;text-align:center}.UserDetailEdit.UDECenter .UDEInner .UDEIInfoEdit .UDEIInfo{padding-right:0}.UserDetailEdit.UDECenter .UDEInner .UDEIInfoEdit .UDEIIBtn{position:absolute;right:0;top:5px}.UserDetailEdit .UDEInner .UDEIImg.UDEIImgSquare{width:180px}.UserDetailEdit .UDEInner .UDEIImg .UDEIImgInner img{cursor:pointer;width:100%;object-fit:contain;object-position:center}.UDEIImg.UDEIImgSquare .UserImageEdit{border-radius:4px}.UserDetailEdit .UDEInner .UDEIImg.UDEIImgSquare .UDEIImgInner{border-radius:4px;width:100%;height:80px}.UserDetailEdit .UDEInner .UDEIImg.UDEIImgSquare .UDEIImgInner.UDEIIISvg{justify-content:center}.UserDetailEdit .UDEInner .UDEIInfo .UDEIWebsiteLink{display:inline-block;color:var(--dark-blue)}.UserInfo{display:flex;align-items:center;overflow:hidden}.UserInfo .UIImg{width:36px;height:36px;display:flex;border-radius:100%;border:0 solid #e8eef9}.UserInfo .UIImg img,.UserInfo .UIImg svg{width:100%;height:100%;border-radius:100%}.UserInfo .UIImg img{object-fit:contain}.UserInfo .UIDetail{flex:1 1;overflow:hidden;padding-left:10px}.UserInfo .UIDetail .UIDetailName{font-size:15px;color:var(--dark-blue)}.UserInfo .UIDetail .UIDetailEmail,.UserInfo .UIDetail .UIDetailName{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:normal}.UserInfo .UIDetail .UIDetailEmail{font-size:13px;color:#000;text-transform:lowercase}.ColorBlue{color:var(--dark-blue)!important}.UserInfoWithDelete{display:flex;align-items:center;background-color:#f0faff;padding:10px;border-radius:4px;margin-bottom:15px}.UserInfoWithDelete:last-child{margin-bottom:0}.UserInfoWithDelete .UserInfo{flex:1 1}.UserInfoWithDelete a{flex:1 1;display:flex}.UserInfoWithDelete .UIWDelete{display:flex}.ToolTip .ToolTipInner .UserInfo .UIDetail .UIDetailEmail,.ToolTip .ToolTipInner .UserInfo .UIDetail .UIDetailName{color:var(--blue-invert)}@media(min-width:1561px)and (max-width:1800px){.UserInfo .UIDetail .UIDetailName{font-size:1rem}}@media(min-width:1367px)and (max-width:1560px){.UserInfo .UIDetail .UIDetailName{font-size:1rem}.UserInfo .UIImg{width:30px;height:30px}}@media(min-width:1281px)and (max-width:1366px){.UserInfo .UIDetail .UIDetailName{font-size:1rem}}@media(min-width:1024px)and (max-width:1280px){.UserInfo .UIDetail .UIDetailName{font-size:1rem}}.TagsContainer{display:flex;align-items:center;grid-column-gap:7px;-webkit-column-gap:7px;column-gap:7px;flex-wrap:wrap;grid-row-gap:7px;row-gap:7px}.TagsContainer.hideMore{flex-wrap:wrap;line-height:19px}.TagsContainer .TCTag{padding:0 8px;border-radius:10px;font-size:10px;font-weight:500}.TagsContainer .TCTag.clickable{cursor:pointer}.TagsContainer .TCTag.hideMore{margin-bottom:5px}.TagsContainer .TCTag:nth-child(n+0){border:2px solid #e60202;background-color:rgba(255,0,0,.1490196078);color:#e60002;text-shadow:0 0 7px #fff,0 0 9px #fff,0 0 30px #fff}.TagsContainer .TCTag:nth-child(2n+0),.TagsContainer .TCTag:nth-child(3n+0){border:2px solid var(--dark-blue);background-color:var(--dark-blue) 26;color:var(--dark-blue);text-shadow:0 0 7px #fff,0 0 9px #fff,0 0 30px #fff}.TagsContainer button.mainButton{padding:4px 8px;font-size:10px;font-weight:500;min-width:auto}.ColorPickerMain{display:flex;align-items:center}.ColorPickerMain .CPMLabel{flex:1 1;padding-right:10px;font-weight:600;color:#666;font-size:14px}.ColorPickerMain .CPMLColor{width:20px;height:20px;border-radius:100%;box-shadow:0 0 10px #a7a7a7;border:2px solid #fff}.UpdateViewText .UVTLoading{display:flex;align-items:center}.UpdateViewText .UVTLoading .UVTLText{color:var(--dark-blue);font-weight:600;padding-left:5px;-webkit-user-select:none;user-select:none}.UpdateViewText .UVTLoading .CircularLoader{width:24px;height:24px}.UpdateViewText .UVTAfterLoading{display:flex;align-items:center;color:var(--dark-blue);font-weight:600}.UpdateViewText .UVTAfterLoading .UVTALIcon{font-size:18px;display:flex}.UpdateViewText .UVTAfterLoading .UVTALText{padding-left:5px;font-style:oblique}.ConfettiWrapper{position:fixed;left:0;right:0;top:0;bottom:0;z-index:9;overflow:hidden}[class|=confetti]{position:absolute}.confetti-0{width:9px;height:3.6px;background-color:#ffbf00;top:-10%;left:79%;opacity:1;-webkit-transform:rotate(92.5604322988deg);transform:rotate(92.5604322988deg);-webkit-animation:drop-0 4.8564940974s .4371721912s 1;animation:drop-0 4.8564940974s .4371721912s 1}@-webkit-keyframes drop-0{to{top:110%;left:82%}}@keyframes drop-0{to{top:110%;left:82%}}.confetti-1{width:9px;height:3.6px;background-color:#ffbf00;top:-10%;left:21%;opacity:.9115293337;-webkit-transform:rotate(189.3975425912deg);transform:rotate(189.3975425912deg);-webkit-animation:drop-1 4.9474589962s .7748847839s 1;animation:drop-1 4.9474589962s .7748847839s 1}@-webkit-keyframes drop-1{to{top:110%;left:36%}}@keyframes drop-1{to{top:110%;left:36%}}.confetti-2{width:11px;height:4.4px;background-color:#d13447;top:-10%;left:41%;opacity:1;-webkit-transform:rotate(194.9764323462deg);transform:rotate(194.9764323462deg);-webkit-animation:drop-2 4.7181286415s .9286527414s 1;animation:drop-2 4.7181286415s .9286527414s 1}@-webkit-keyframes drop-2{to{top:110%;left:54%}}@keyframes drop-2{to{top:110%;left:54%}}.confetti-3{width:11px;height:4.4px;background-color:#263672;top:-10%;left:67%;opacity:1;-webkit-transform:rotate(296.5801675952deg);transform:rotate(296.5801675952deg);-webkit-animation:drop-3 4.848924866s .5522684487s 1;animation:drop-3 4.848924866s .5522684487s 1}@-webkit-keyframes drop-3{to{top:110%;left:71%}}@keyframes drop-3{to{top:110%;left:71%}}.confetti-4{width:16px;height:6.4px;background-color:#d13447;top:-10%;left:65%;opacity:.8227071059;-webkit-transform:rotate(354.3458429011deg);transform:rotate(354.3458429011deg);-webkit-animation:drop-4 4.9957032611s .1925194507s 1;animation:drop-4 4.9957032611s .1925194507s 1}@-webkit-keyframes drop-4{to{top:110%;left:78%}}@keyframes drop-4{to{top:110%;left:78%}}.confetti-5{width:8px;height:3.2px;background-color:#ffbf00;top:-10%;left:34%;opacity:.7679921513;-webkit-transform:rotate(53.8117252177deg);transform:rotate(53.8117252177deg);-webkit-animation:drop-5 4.9762118487s .6249624571s 1;animation:drop-5 4.9762118487s .6249624571s 1}@-webkit-keyframes drop-5{to{top:110%;left:42%}}@keyframes drop-5{to{top:110%;left:42%}}.confetti-6{width:2px;height:.8px;background-color:#ffbf00;top:-10%;left:24%;opacity:1;-webkit-transform:rotate(225.3583919817deg);transform:rotate(225.3583919817deg);-webkit-animation:drop-6 4.4844792113s .2461067304s 1;animation:drop-6 4.4844792113s .2461067304s 1}@-webkit-keyframes drop-6{to{top:110%;left:25%}}@keyframes drop-6{to{top:110%;left:25%}}.confetti-7{width:5px;height:2px;background-color:#ffbf00;top:-10%;left:65%;opacity:1;-webkit-transform:rotate(187.775064267deg);transform:rotate(187.775064267deg);-webkit-animation:drop-7 4.8359567625s .7679844606s 1;animation:drop-7 4.8359567625s .7679844606s 1}@-webkit-keyframes drop-7{to{top:110%;left:70%}}@keyframes drop-7{to{top:110%;left:70%}}.confetti-8{width:13px;height:5.2px;background-color:#263672;top:-10%;left:35%;opacity:.7120152594;-webkit-transform:rotate(280.7413261813deg);transform:rotate(280.7413261813deg);-webkit-animation:drop-8 4.5472039571s .6130415012s 1;animation:drop-8 4.5472039571s .6130415012s 1}@-webkit-keyframes drop-8{to{top:110%;left:46%}}@keyframes drop-8{to{top:110%;left:46%}}.confetti-9{width:10px;height:4px;background-color:#263672;top:-10%;left:44%;opacity:1;-webkit-transform:rotate(45.4162522636deg);transform:rotate(45.4162522636deg);-webkit-animation:drop-9 4.9501804429s .7308902035s 1;animation:drop-9 4.9501804429s .7308902035s 1}@-webkit-keyframes drop-9{to{top:110%;left:53%}}@keyframes drop-9{to{top:110%;left:53%}}.confetti-10{width:6px;height:2.4px;background-color:#ffbf00;top:-10%;left:71%;opacity:1;-webkit-transform:rotate(75.5459667777deg);transform:rotate(75.5459667777deg);-webkit-animation:drop-10 4.7837662854s .8000422948s 1;animation:drop-10 4.7837662854s .8000422948s 1}@-webkit-keyframes drop-10{to{top:110%;left:72%}}@keyframes drop-10{to{top:110%;left:72%}}.confetti-11{width:18px;height:7.2px;background-color:#ffbf00;top:-10%;left:82%;opacity:1;-webkit-transform:rotate(25.1217471942deg);transform:rotate(25.1217471942deg);-webkit-animation:drop-11 4.2840092055s .8945663853s 1;animation:drop-11 4.2840092055s .8945663853s 1}@-webkit-keyframes drop-11{to{top:110%;left:86%}}@keyframes drop-11{to{top:110%;left:86%}}.confetti-12{width:8px;height:3.2px;background-color:#d13447;top:-10%;left:34%;opacity:.6231078244;-webkit-transform:rotate(235.5190048019deg);transform:rotate(235.5190048019deg);-webkit-animation:drop-12 4.7872719101s .9467960133s 1;animation:drop-12 4.7872719101s .9467960133s 1}@-webkit-keyframes drop-12{to{top:110%;left:44%}}@keyframes drop-12{to{top:110%;left:44%}}.confetti-13{width:16px;height:6.4px;background-color:#263672;top:-10%;left:46%;opacity:1;-webkit-transform:rotate(195.8889667931deg);transform:rotate(195.8889667931deg);-webkit-animation:drop-13 4.1764980584s .6613290381s 1;animation:drop-13 4.1764980584s .6613290381s 1}@-webkit-keyframes drop-13{to{top:110%;left:47%}}@keyframes drop-13{to{top:110%;left:47%}}.confetti-14{width:12px;height:4.8px;background-color:#ffbf00;top:-10%;left:91%;opacity:.9457383706;-webkit-transform:rotate(351.4128072639deg);transform:rotate(351.4128072639deg);-webkit-animation:drop-14 4.4085446463s .8542312737s 1;animation:drop-14 4.4085446463s .8542312737s 1}@-webkit-keyframes drop-14{to{top:110%;left:93%}}@keyframes drop-14{to{top:110%;left:93%}}.confetti-15{width:16px;height:6.4px;background-color:#d13447;top:-10%;left:75%;opacity:1;-webkit-transform:rotate(276.8587030959deg);transform:rotate(276.8587030959deg);-webkit-animation:drop-15 4.5802298505s .4892099115s 1;animation:drop-15 4.5802298505s .4892099115s 1}@-webkit-keyframes drop-15{to{top:110%;left:83%}}@keyframes drop-15{to{top:110%;left:83%}}.confetti-16{width:12px;height:4.8px;background-color:#d13447;top:-10%;left:92%;opacity:.5459334914;-webkit-transform:rotate(288.0002817519deg);transform:rotate(288.0002817519deg);-webkit-animation:drop-16 4.5924982208s .9345565682s 1;animation:drop-16 4.5924982208s .9345565682s 1}@-webkit-keyframes drop-16{to{top:110%;left:107%}}@keyframes drop-16{to{top:110%;left:107%}}.confetti-17{width:18px;height:7.2px;background-color:#d13447;top:-10%;left:69%;opacity:1;-webkit-transform:rotate(85.9409691924deg);transform:rotate(85.9409691924deg);-webkit-animation:drop-17 4.9024730179s .568897521s 1;animation:drop-17 4.9024730179s .568897521s 1}@-webkit-keyframes drop-17{to{top:110%;left:80%}}@keyframes drop-17{to{top:110%;left:80%}}.confetti-18{width:4px;height:1.6px;background-color:#ffbf00;top:-10%;left:38%;opacity:1;-webkit-transform:rotate(3.6423031244deg);transform:rotate(3.6423031244deg);-webkit-animation:drop-18 4.5682749048s .8033563338s 1;animation:drop-18 4.5682749048s .8033563338s 1}@-webkit-keyframes drop-18{to{top:110%;left:51%}}@keyframes drop-18{to{top:110%;left:51%}}.confetti-19{width:16px;height:6.4px;background-color:#263672;top:-10%;left:25%;opacity:1;-webkit-transform:rotate(69.464985993deg);transform:rotate(69.464985993deg);-webkit-animation:drop-19 4.6729624545s .7639365637s 1;animation:drop-19 4.6729624545s .7639365637s 1}@-webkit-keyframes drop-19{to{top:110%;left:40%}}@keyframes drop-19{to{top:110%;left:40%}}.confetti-20{width:2px;height:.8px;background-color:#263672;top:-10%;left:65%;opacity:.9342665455;-webkit-transform:rotate(6.0122939237deg);transform:rotate(6.0122939237deg);-webkit-animation:drop-20 4.8259882592s .3258869072s 1;animation:drop-20 4.8259882592s .3258869072s 1}@-webkit-keyframes drop-20{to{top:110%;left:77%}}@keyframes drop-20{to{top:110%;left:77%}}.confetti-21{width:18px;height:7.2px;background-color:#ffbf00;top:-10%;left:57%;opacity:.7283912879;-webkit-transform:rotate(296.0454314482deg);transform:rotate(296.0454314482deg);-webkit-animation:drop-21 4.9860619403s .4841063419s 1;animation:drop-21 4.9860619403s .4841063419s 1}@-webkit-keyframes drop-21{to{top:110%;left:72%}}@keyframes drop-21{to{top:110%;left:72%}}.confetti-22{width:9px;height:3.6px;background-color:#d13447;top:-10%;left:11%;opacity:.7328020418;-webkit-transform:rotate(81.5608801616deg);transform:rotate(81.5608801616deg);-webkit-animation:drop-22 4.4413545665s .7498707729s 1;animation:drop-22 4.4413545665s .7498707729s 1}@-webkit-keyframes drop-22{to{top:110%;left:19%}}@keyframes drop-22{to{top:110%;left:19%}}.confetti-23{width:2px;height:.8px;background-color:#d13447;top:-10%;left:84%;opacity:.6819195236;-webkit-transform:rotate(173.3338768643deg);transform:rotate(173.3338768643deg);-webkit-animation:drop-23 4.8212258257s .7885565016s 1;animation:drop-23 4.8212258257s .7885565016s 1}@-webkit-keyframes drop-23{to{top:110%;left:91%}}@keyframes drop-23{to{top:110%;left:91%}}.confetti-24{width:13px;height:5.2px;background-color:#ffbf00;top:-10%;left:47%;opacity:.8471872785;-webkit-transform:rotate(210.0487549146deg);transform:rotate(210.0487549146deg);-webkit-animation:drop-24 4.5231442788s .5099744286s 1;animation:drop-24 4.5231442788s .5099744286s 1}@-webkit-keyframes drop-24{to{top:110%;left:55%}}@keyframes drop-24{to{top:110%;left:55%}}.confetti-25{width:6px;height:2.4px;background-color:#ffbf00;top:-10%;left:34%;opacity:1;-webkit-transform:rotate(96.1234631504deg);transform:rotate(96.1234631504deg);-webkit-animation:drop-25 4.8965311551s .9923192709s 1;animation:drop-25 4.8965311551s .9923192709s 1}@-webkit-keyframes drop-25{to{top:110%;left:37%}}@keyframes drop-25{to{top:110%;left:37%}}.confetti-26{width:20px;height:8px;background-color:#263672;top:-10%;left:83%;opacity:.7559874468;-webkit-transform:rotate(106.0266368139deg);transform:rotate(106.0266368139deg);-webkit-animation:drop-26 4.4252716779s .826002235s 1;animation:drop-26 4.4252716779s .826002235s 1}@-webkit-keyframes drop-26{to{top:110%;left:94%}}@keyframes drop-26{to{top:110%;left:94%}}.confetti-27{width:19px;height:7.6px;background-color:#263672;top:-10%;left:22%;opacity:1;-webkit-transform:rotate(83.8983886353deg);transform:rotate(83.8983886353deg);-webkit-animation:drop-27 4.1536497889s .0221531509s 1;animation:drop-27 4.1536497889s .0221531509s 1}@-webkit-keyframes drop-27{to{top:110%;left:34%}}@keyframes drop-27{to{top:110%;left:34%}}.confetti-28{width:6px;height:2.4px;background-color:#ffbf00;top:-10%;left:66%;opacity:.832429569;-webkit-transform:rotate(242.284651822deg);transform:rotate(242.284651822deg);-webkit-animation:drop-28 4.1009876582s .9628583509s 1;animation:drop-28 4.1009876582s .9628583509s 1}@-webkit-keyframes drop-28{to{top:110%;left:77%}}@keyframes drop-28{to{top:110%;left:77%}}.confetti-29{width:12px;height:4.8px;background-color:#d13447;top:-10%;left:49%;opacity:1;-webkit-transform:rotate(161.7428971092deg);transform:rotate(161.7428971092deg);-webkit-animation:drop-29 4.5364427758s .0910154493s 1;animation:drop-29 4.5364427758s .0910154493s 1}@-webkit-keyframes drop-29{to{top:110%;left:60%}}@keyframes drop-29{to{top:110%;left:60%}}.confetti-30{width:19px;height:7.6px;background-color:#263672;top:-10%;left:65%;opacity:.7180272474;-webkit-transform:rotate(311.9955458268deg);transform:rotate(311.9955458268deg);-webkit-animation:drop-30 4.1609539703s .047780868s 1;animation:drop-30 4.1609539703s .047780868s 1}@-webkit-keyframes drop-30{to{top:110%;left:76%}}@keyframes drop-30{to{top:110%;left:76%}}.confetti-31{width:16px;height:6.4px;background-color:#ffbf00;top:-10%;left:36%;opacity:.5285230507;-webkit-transform:rotate(51.8898228573deg);transform:rotate(51.8898228573deg);-webkit-animation:drop-31 4.6463741692s .9033811571s 1;animation:drop-31 4.6463741692s .9033811571s 1}@-webkit-keyframes drop-31{to{top:110%;left:40%}}@keyframes drop-31{to{top:110%;left:40%}}.confetti-32{width:2px;height:.8px;background-color:#263672;top:-10%;left:49%;opacity:1;-webkit-transform:rotate(73.6921387287deg);transform:rotate(73.6921387287deg);-webkit-animation:drop-32 4.7321713331s .5937723029s 1;animation:drop-32 4.7321713331s .5937723029s 1}@-webkit-keyframes drop-32{to{top:110%;left:54%}}@keyframes drop-32{to{top:110%;left:54%}}.confetti-33{width:6px;height:2.4px;background-color:#d13447;top:-10%;left:11%;opacity:1;-webkit-transform:rotate(126.6821870979deg);transform:rotate(126.6821870979deg);-webkit-animation:drop-33 4.2197282185s .4199959085s 1;animation:drop-33 4.2197282185s .4199959085s 1}@-webkit-keyframes drop-33{to{top:110%;left:18%}}@keyframes drop-33{to{top:110%;left:18%}}.confetti-34{width:17px;height:6.8px;background-color:#ffbf00;top:-10%;left:96%;opacity:1;-webkit-transform:rotate(248.0991772825deg);transform:rotate(248.0991772825deg);-webkit-animation:drop-34 4.6720682332s .3936530913s 1;animation:drop-34 4.6720682332s .3936530913s 1}@-webkit-keyframes drop-34{to{top:110%;left:105%}}@keyframes drop-34{to{top:110%;left:105%}}.confetti-35{width:8px;height:3.2px;background-color:#ffbf00;top:-10%;left:25%;opacity:1;-webkit-transform:rotate(7.721041726deg);transform:rotate(7.721041726deg);-webkit-animation:drop-35 4.9841362465s .0533245742s 1;animation:drop-35 4.9841362465s .0533245742s 1}@-webkit-keyframes drop-35{to{top:110%;left:28%}}@keyframes drop-35{to{top:110%;left:28%}}.confetti-36{width:5px;height:2px;background-color:#ffbf00;top:-10%;left:83%;opacity:.9950063363;-webkit-transform:rotate(354.8728967387deg);transform:rotate(354.8728967387deg);-webkit-animation:drop-36 4.6481741849s .3744882375s 1;animation:drop-36 4.6481741849s .3744882375s 1}@-webkit-keyframes drop-36{to{top:110%;left:88%}}@keyframes drop-36{to{top:110%;left:88%}}.confetti-37{width:19px;height:7.6px;background-color:#263672;top:-10%;left:80%;opacity:1;-webkit-transform:rotate(126.0467457521deg);transform:rotate(126.0467457521deg);-webkit-animation:drop-37 4.5311262545s .5877616811s 1;animation:drop-37 4.5311262545s .5877616811s 1}@-webkit-keyframes drop-37{to{top:110%;left:86%}}@keyframes drop-37{to{top:110%;left:86%}}.confetti-38{width:16px;height:6.4px;background-color:#263672;top:-10%;left:39%;opacity:1;-webkit-transform:rotate(144.0176031066deg);transform:rotate(144.0176031066deg);-webkit-animation:drop-38 4.7723235462s .4797341642s 1;animation:drop-38 4.7723235462s .4797341642s 1}@-webkit-keyframes drop-38{to{top:110%;left:46%}}@keyframes drop-38{to{top:110%;left:46%}}.confetti-39{width:5px;height:2px;background-color:#d13447;top:-10%;left:71%;opacity:1;-webkit-transform:rotate(242.1514344544deg);transform:rotate(242.1514344544deg);-webkit-animation:drop-39 4.9750803158s .1035111322s 1;animation:drop-39 4.9750803158s .1035111322s 1}@-webkit-keyframes drop-39{to{top:110%;left:79%}}@keyframes drop-39{to{top:110%;left:79%}}.confetti-40{width:3px;height:1.2px;background-color:#263672;top:-10%;left:88%;opacity:.5603527615;-webkit-transform:rotate(343.9953284775deg);transform:rotate(343.9953284775deg);-webkit-animation:drop-40 4.4237975588s .4465693136s 1;animation:drop-40 4.4237975588s .4465693136s 1}@-webkit-keyframes drop-40{to{top:110%;left:97%}}@keyframes drop-40{to{top:110%;left:97%}}.confetti-41{width:15px;height:6px;background-color:#d13447;top:-10%;left:89%;opacity:.5916654597;-webkit-transform:rotate(241.8627076039deg);transform:rotate(241.8627076039deg);-webkit-animation:drop-41 4.7387596376s .3872716975s 1;animation:drop-41 4.7387596376s .3872716975s 1}@-webkit-keyframes drop-41{to{top:110%;left:92%}}@keyframes drop-41{to{top:110%;left:92%}}.confetti-42{width:20px;height:8px;background-color:#ffbf00;top:-10%;left:93%;opacity:1;-webkit-transform:rotate(28.4783017703deg);transform:rotate(28.4783017703deg);-webkit-animation:drop-42 4.8088989444s .5046030704s 1;animation:drop-42 4.8088989444s .5046030704s 1}@-webkit-keyframes drop-42{to{top:110%;left:95%}}@keyframes drop-42{to{top:110%;left:95%}}.confetti-43{width:15px;height:6px;background-color:#d13447;top:-10%;left:93%;opacity:.5034066674;-webkit-transform:rotate(194.5712874641deg);transform:rotate(194.5712874641deg);-webkit-animation:drop-43 4.141024194s .0695866046s 1;animation:drop-43 4.141024194s .0695866046s 1}@-webkit-keyframes drop-43{to{top:110%;left:97%}}@keyframes drop-43{to{top:110%;left:97%}}.confetti-44{width:20px;height:8px;background-color:#d13447;top:-10%;left:99%;opacity:1;-webkit-transform:rotate(48.487208525deg);transform:rotate(48.487208525deg);-webkit-animation:drop-44 4.6141768089s .9309285065s 1;animation:drop-44 4.6141768089s .9309285065s 1}@-webkit-keyframes drop-44{to{top:110%;left:109%}}@keyframes drop-44{to{top:110%;left:109%}}.confetti-45{width:16px;height:6.4px;background-color:#ffbf00;top:-10%;left:36%;opacity:1;-webkit-transform:rotate(273.2632994077deg);transform:rotate(273.2632994077deg);-webkit-animation:drop-45 4.2137092615s .2830974742s 1;animation:drop-45 4.2137092615s .2830974742s 1}@-webkit-keyframes drop-45{to{top:110%;left:43%}}@keyframes drop-45{to{top:110%;left:43%}}.confetti-46{width:6px;height:2.4px;background-color:#ffbf00;top:-10%;left:43%;opacity:1;-webkit-transform:rotate(71.7690153271deg);transform:rotate(71.7690153271deg);-webkit-animation:drop-46 4.9169575213s .0186849672s 1;animation:drop-46 4.9169575213s .0186849672s 1}@-webkit-keyframes drop-46{to{top:110%;left:54%}}@keyframes drop-46{to{top:110%;left:54%}}.confetti-47{width:15px;height:6px;background-color:#ffbf00;top:-10%;left:74%;opacity:1;-webkit-transform:rotate(47.0996172266deg);transform:rotate(47.0996172266deg);-webkit-animation:drop-47 4.3988033175s .8459738046s 1;animation:drop-47 4.3988033175s .8459738046s 1}@-webkit-keyframes drop-47{to{top:110%;left:75%}}@keyframes drop-47{to{top:110%;left:75%}}.confetti-48{width:16px;height:6.4px;background-color:#263672;top:-10%;left:33%;opacity:.5019300306;-webkit-transform:rotate(20.5199216996deg);transform:rotate(20.5199216996deg);-webkit-animation:drop-48 4.0274372147s .3180655655s 1;animation:drop-48 4.0274372147s .3180655655s 1}@-webkit-keyframes drop-48{to{top:110%;left:46%}}@keyframes drop-48{to{top:110%;left:46%}}.confetti-49{width:17px;height:6.8px;background-color:#263672;top:-10%;left:33%;opacity:1;-webkit-transform:rotate(150.3446909129deg);transform:rotate(150.3446909129deg);-webkit-animation:drop-49 4.2555964853s .3962592254s 1;animation:drop-49 4.2555964853s .3962592254s 1}@-webkit-keyframes drop-49{to{top:110%;left:46%}}@keyframes drop-49{to{top:110%;left:46%}}.confetti-50{width:15px;height:6px;background-color:#d13447;top:-10%;left:57%;opacity:.872727374;-webkit-transform:rotate(176.8558101053deg);transform:rotate(176.8558101053deg);-webkit-animation:drop-50 4.7403989579s .2853524132s 1;animation:drop-50 4.7403989579s .2853524132s 1}@-webkit-keyframes drop-50{to{top:110%;left:60%}}@keyframes drop-50{to{top:110%;left:60%}}.confetti-51{width:14px;height:5.6px;background-color:#ffbf00;top:-10%;left:85%;opacity:1;-webkit-transform:rotate(304.6462319237deg);transform:rotate(304.6462319237deg);-webkit-animation:drop-51 4.0800519184s .0427562921s 1;animation:drop-51 4.0800519184s .0427562921s 1}@-webkit-keyframes drop-51{to{top:110%;left:96%}}@keyframes drop-51{to{top:110%;left:96%}}.confetti-52{width:13px;height:5.2px;background-color:#ffbf00;top:-10%;left:36%;opacity:1;-webkit-transform:rotate(170.8865658885deg);transform:rotate(170.8865658885deg);-webkit-animation:drop-52 4.2650767014s .9729988292s 1;animation:drop-52 4.2650767014s .9729988292s 1}@-webkit-keyframes drop-52{to{top:110%;left:40%}}@keyframes drop-52{to{top:110%;left:40%}}.confetti-53{width:15px;height:6px;background-color:#263672;top:-10%;left:80%;opacity:.791730945;-webkit-transform:rotate(102.0535872248deg);transform:rotate(102.0535872248deg);-webkit-animation:drop-53 4.5896718003s .4909281301s 1;animation:drop-53 4.5896718003s .4909281301s 1}@-webkit-keyframes drop-53{to{top:110%;left:94%}}@keyframes drop-53{to{top:110%;left:94%}}.confetti-54{width:8px;height:3.2px;background-color:#263672;top:-10%;left:70%;opacity:1;-webkit-transform:rotate(265.5872237611deg);transform:rotate(265.5872237611deg);-webkit-animation:drop-54 4.8763467705s .0921604983s 1;animation:drop-54 4.8763467705s .0921604983s 1}@-webkit-keyframes drop-54{to{top:110%;left:82%}}@keyframes drop-54{to{top:110%;left:82%}}.confetti-55{width:12px;height:4.8px;background-color:#d13447;top:-10%;left:19%;opacity:.6884637223;-webkit-transform:rotate(3.4961923347deg);transform:rotate(3.4961923347deg);-webkit-animation:drop-55 4.5989840827s .1026740677s 1;animation:drop-55 4.5989840827s .1026740677s 1}@-webkit-keyframes drop-55{to{top:110%;left:31%}}@keyframes drop-55{to{top:110%;left:31%}}.confetti-56{width:6px;height:2.4px;background-color:#263672;top:-10%;left:60%;opacity:.5239249979;-webkit-transform:rotate(258.1527609928deg);transform:rotate(258.1527609928deg);-webkit-animation:drop-56 4.3476604114s .87622524s 1;animation:drop-56 4.3476604114s .87622524s 1}@-webkit-keyframes drop-56{to{top:110%;left:61%}}@keyframes drop-56{to{top:110%;left:61%}}.confetti-57{width:4px;height:1.6px;background-color:#ffbf00;top:-10%;left:56%;opacity:.7279786693;-webkit-transform:rotate(168.3235418525deg);transform:rotate(168.3235418525deg);-webkit-animation:drop-57 4.2912889754s .0730130894s 1;animation:drop-57 4.2912889754s .0730130894s 1}@-webkit-keyframes drop-57{to{top:110%;left:66%}}@keyframes drop-57{to{top:110%;left:66%}}.confetti-58{width:15px;height:6px;background-color:#d13447;top:-10%;left:67%;opacity:.9881283099;-webkit-transform:rotate(146.1809942231deg);transform:rotate(146.1809942231deg);-webkit-animation:drop-58 4.8756159522s .8963087065s 1;animation:drop-58 4.8756159522s .8963087065s 1}@-webkit-keyframes drop-58{to{top:110%;left:80%}}@keyframes drop-58{to{top:110%;left:80%}}.confetti-59{width:8px;height:3.2px;background-color:#d13447;top:-10%;left:95%;opacity:.5096946338;-webkit-transform:rotate(69.0781458793deg);transform:rotate(69.0781458793deg);-webkit-animation:drop-59 4.2926462263s .1201204533s 1;animation:drop-59 4.2926462263s .1201204533s 1}@-webkit-keyframes drop-59{to{top:110%;left:102%}}@keyframes drop-59{to{top:110%;left:102%}}.confetti-60{width:11px;height:4.4px;background-color:#d13447;top:-10%;left:78%;opacity:.7118505242;-webkit-transform:rotate(320.6375307933deg);transform:rotate(320.6375307933deg);-webkit-animation:drop-60 4.2650879109s .8065379158s 1;animation:drop-60 4.2650879109s .8065379158s 1}@-webkit-keyframes drop-60{to{top:110%;left:85%}}@keyframes drop-60{to{top:110%;left:85%}}.confetti-61{width:16px;height:6.4px;background-color:#ffbf00;top:-10%;left:57%;opacity:1;-webkit-transform:rotate(116.7340062786deg);transform:rotate(116.7340062786deg);-webkit-animation:drop-61 4.0313895844s .3150944764s 1;animation:drop-61 4.0313895844s .3150944764s 1}@-webkit-keyframes drop-61{to{top:110%;left:59%}}@keyframes drop-61{to{top:110%;left:59%}}.confetti-62{width:5px;height:2px;background-color:#ffbf00;top:-10%;left:75%;opacity:.9784902151;-webkit-transform:rotate(213.6994258633deg);transform:rotate(213.6994258633deg);-webkit-animation:drop-62 4.0474800922s .4495221268s 1;animation:drop-62 4.0474800922s .4495221268s 1}@-webkit-keyframes drop-62{to{top:110%;left:84%}}@keyframes drop-62{to{top:110%;left:84%}}.confetti-63{width:19px;height:7.6px;background-color:#ffbf00;top:-10%;left:73%;opacity:.6286788462;-webkit-transform:rotate(255.5210902484deg);transform:rotate(255.5210902484deg);-webkit-animation:drop-63 4.1256904255s .0167537415s 1;animation:drop-63 4.1256904255s .0167537415s 1}@-webkit-keyframes drop-63{to{top:110%;left:75%}}@keyframes drop-63{to{top:110%;left:75%}}.confetti-64{width:6px;height:2.4px;background-color:#263672;top:-10%;left:74%;opacity:1;-webkit-transform:rotate(44.5142427706deg);transform:rotate(44.5142427706deg);-webkit-animation:drop-64 4.4532469163s .0436690303s 1;animation:drop-64 4.4532469163s .0436690303s 1}@-webkit-keyframes drop-64{to{top:110%;left:76%}}@keyframes drop-64{to{top:110%;left:76%}}.confetti-65{width:5px;height:2px;background-color:#ffbf00;top:-10%;left:87%;opacity:1;-webkit-transform:rotate(168.027159815deg);transform:rotate(168.027159815deg);-webkit-animation:drop-65 4.141246783s .4177960426s 1;animation:drop-65 4.141246783s .4177960426s 1}@-webkit-keyframes drop-65{to{top:110%;left:94%}}@keyframes drop-65{to{top:110%;left:94%}}.confetti-66{width:7px;height:2.8px;background-color:#263672;top:-10%;left:96%;opacity:.9192175525;-webkit-transform:rotate(143.9170671489deg);transform:rotate(143.9170671489deg);-webkit-animation:drop-66 4.4139227145s .5388000637s 1;animation:drop-66 4.4139227145s .5388000637s 1}@-webkit-keyframes drop-66{to{top:110%;left:100%}}@keyframes drop-66{to{top:110%;left:100%}}.confetti-67{width:8px;height:3.2px;background-color:#263672;top:-10%;left:67%;opacity:1;-webkit-transform:rotate(286.3647657238deg);transform:rotate(286.3647657238deg);-webkit-animation:drop-67 4.4144594792s .9864501195s 1;animation:drop-67 4.4144594792s .9864501195s 1}@-webkit-keyframes drop-67{to{top:110%;left:78%}}@keyframes drop-67{to{top:110%;left:78%}}.confetti-68{width:14px;height:5.6px;background-color:#ffbf00;top:-10%;left:30%;opacity:.8616347983;-webkit-transform:rotate(46.3614850295deg);transform:rotate(46.3614850295deg);-webkit-animation:drop-68 4.4604997679s .7193351896s 1;animation:drop-68 4.4604997679s .7193351896s 1}@-webkit-keyframes drop-68{to{top:110%;left:36%}}@keyframes drop-68{to{top:110%;left:36%}}.confetti-69{width:2px;height:.8px;background-color:#d13447;top:-10%;left:85%;opacity:1;-webkit-transform:rotate(90.6562458718deg);transform:rotate(90.6562458718deg);-webkit-animation:drop-69 4.8854791895s .8218735338s 1;animation:drop-69 4.8854791895s .8218735338s 1}@-webkit-keyframes drop-69{to{top:110%;left:90%}}@keyframes drop-69{to{top:110%;left:90%}}.confetti-70{width:1px;height:.4px;background-color:#d13447;top:-10%;left:100%;opacity:.5294411298;-webkit-transform:rotate(232.5420600681deg);transform:rotate(232.5420600681deg);-webkit-animation:drop-70 4.5257700851s .3879381719s 1;animation:drop-70 4.5257700851s .3879381719s 1}@-webkit-keyframes drop-70{to{top:110%;left:102%}}@keyframes drop-70{to{top:110%;left:102%}}.confetti-71{width:6px;height:2.4px;background-color:#263672;top:-10%;left:33%;opacity:.5910458671;-webkit-transform:rotate(286.2423852027deg);transform:rotate(286.2423852027deg);-webkit-animation:drop-71 4.0066552001s .4639366553s 1;animation:drop-71 4.0066552001s .4639366553s 1}@-webkit-keyframes drop-71{to{top:110%;left:45%}}@keyframes drop-71{to{top:110%;left:45%}}.confetti-72{width:18px;height:7.2px;background-color:#d13447;top:-10%;left:41%;opacity:.6066464022;-webkit-transform:rotate(17.7621082923deg);transform:rotate(17.7621082923deg);-webkit-animation:drop-72 4.3938663542s .2655700648s 1;animation:drop-72 4.3938663542s .2655700648s 1}@-webkit-keyframes drop-72{to{top:110%;left:48%}}@keyframes drop-72{to{top:110%;left:48%}}.confetti-73{width:18px;height:7.2px;background-color:#d13447;top:-10%;left:7%;opacity:1;-webkit-transform:rotate(115.4077211922deg);transform:rotate(115.4077211922deg);-webkit-animation:drop-73 4.4612059183s .5242862265s 1;animation:drop-73 4.4612059183s .5242862265s 1}@-webkit-keyframes drop-73{to{top:110%;left:11%}}@keyframes drop-73{to{top:110%;left:11%}}.confetti-74{width:7px;height:2.8px;background-color:#263672;top:-10%;left:5%;opacity:1;-webkit-transform:rotate(147.8666329345deg);transform:rotate(147.8666329345deg);-webkit-animation:drop-74 4.5445359956s .5392638931s 1;animation:drop-74 4.5445359956s .5392638931s 1}@-webkit-keyframes drop-74{to{top:110%;left:16%}}@keyframes drop-74{to{top:110%;left:16%}}.confetti-75{width:18px;height:7.2px;background-color:#263672;top:-10%;left:26%;opacity:.8570386854;-webkit-transform:rotate(173.7869655418deg);transform:rotate(173.7869655418deg);-webkit-animation:drop-75 4.9044060444s .0681497517s 1;animation:drop-75 4.9044060444s .0681497517s 1}@-webkit-keyframes drop-75{to{top:110%;left:32%}}@keyframes drop-75{to{top:110%;left:32%}}.confetti-76{width:7px;height:2.8px;background-color:#263672;top:-10%;left:86%;opacity:1;-webkit-transform:rotate(98.1031068088deg);transform:rotate(98.1031068088deg);-webkit-animation:drop-76 4.1508971318s .1096228955s 1;animation:drop-76 4.1508971318s .1096228955s 1}@-webkit-keyframes drop-76{to{top:110%;left:94%}}@keyframes drop-76{to{top:110%;left:94%}}.confetti-77{width:14px;height:5.6px;background-color:#d13447;top:-10%;left:5%;opacity:1;-webkit-transform:rotate(328.9431241325deg);transform:rotate(328.9431241325deg);-webkit-animation:drop-77 4.9367324798s .8071530799s 1;animation:drop-77 4.9367324798s .8071530799s 1}@-webkit-keyframes drop-77{to{top:110%;left:20%}}@keyframes drop-77{to{top:110%;left:20%}}.confetti-78{width:12px;height:4.8px;background-color:#263672;top:-10%;left:42%;opacity:.6678886234;-webkit-transform:rotate(231.847077471deg);transform:rotate(231.847077471deg);-webkit-animation:drop-78 4.2896047551s .9400570534s 1;animation:drop-78 4.2896047551s .9400570534s 1}@-webkit-keyframes drop-78{to{top:110%;left:45%}}@keyframes drop-78{to{top:110%;left:45%}}.confetti-79{width:7px;height:2.8px;background-color:#263672;top:-10%;left:25%;opacity:.6268664237;-webkit-transform:rotate(273.3259004559deg);transform:rotate(273.3259004559deg);-webkit-animation:drop-79 4.5371581817s .7616639776s 1;animation:drop-79 4.5371581817s .7616639776s 1}@-webkit-keyframes drop-79{to{top:110%;left:40%}}@keyframes drop-79{to{top:110%;left:40%}}.confetti-80{width:12px;height:4.8px;background-color:#263672;top:-10%;left:93%;opacity:.6942092194;-webkit-transform:rotate(245.4251878383deg);transform:rotate(245.4251878383deg);-webkit-animation:drop-80 4.1742103936s .8587356032s 1;animation:drop-80 4.1742103936s .8587356032s 1}@-webkit-keyframes drop-80{to{top:110%;left:107%}}@keyframes drop-80{to{top:110%;left:107%}}.confetti-81{width:16px;height:6.4px;background-color:#d13447;top:-10%;left:77%;opacity:1;-webkit-transform:rotate(153.0447736885deg);transform:rotate(153.0447736885deg);-webkit-animation:drop-81 4.8215685368s .8989557441s 1;animation:drop-81 4.8215685368s .8989557441s 1}@-webkit-keyframes drop-81{to{top:110%;left:83%}}@keyframes drop-81{to{top:110%;left:83%}}.confetti-82{width:13px;height:5.2px;background-color:#263672;top:-10%;left:16%;opacity:.6829736714;-webkit-transform:rotate(341.9746511423deg);transform:rotate(341.9746511423deg);-webkit-animation:drop-82 4.0408423951s .4367340312s 1;animation:drop-82 4.0408423951s .4367340312s 1}@-webkit-keyframes drop-82{to{top:110%;left:31%}}@keyframes drop-82{to{top:110%;left:31%}}.confetti-83{width:5px;height:2px;background-color:#d13447;top:-10%;left:17%;opacity:.9158725922;-webkit-transform:rotate(60.9198787509deg);transform:rotate(60.9198787509deg);-webkit-animation:drop-83 4.9668074505s .6407276955s 1;animation:drop-83 4.9668074505s .6407276955s 1}@-webkit-keyframes drop-83{to{top:110%;left:19%}}@keyframes drop-83{to{top:110%;left:19%}}.confetti-84{width:3px;height:1.2px;background-color:#263672;top:-10%;left:69%;opacity:1;-webkit-transform:rotate(26.9515346505deg);transform:rotate(26.9515346505deg);-webkit-animation:drop-84 4.4032093218s .4015187113s 1;animation:drop-84 4.4032093218s .4015187113s 1}@-webkit-keyframes drop-84{to{top:110%;left:73%}}@keyframes drop-84{to{top:110%;left:73%}}.confetti-85{width:12px;height:4.8px;background-color:#ffbf00;top:-10%;left:69%;opacity:.7608380216;-webkit-transform:rotate(48.2967965433deg);transform:rotate(48.2967965433deg);-webkit-animation:drop-85 4.65413687s .8309159659s 1;animation:drop-85 4.65413687s .8309159659s 1}@-webkit-keyframes drop-85{to{top:110%;left:74%}}@keyframes drop-85{to{top:110%;left:74%}}.confetti-86{width:6px;height:2.4px;background-color:#d13447;top:-10%;left:24%;opacity:.702810538;-webkit-transform:rotate(155.6294963338deg);transform:rotate(155.6294963338deg);-webkit-animation:drop-86 4.0934023013s 5.5232608ms 1;animation:drop-86 4.0934023013s 5.5232608ms 1}@-webkit-keyframes drop-86{to{top:110%;left:36%}}@keyframes drop-86{to{top:110%;left:36%}}.confetti-87{width:9px;height:3.6px;background-color:#ffbf00;top:-10%;left:20%;opacity:.7100975844;-webkit-transform:rotate(91.7361048501deg);transform:rotate(91.7361048501deg);-webkit-animation:drop-87 4.2543723834s .326638976s 1;animation:drop-87 4.2543723834s .326638976s 1}@-webkit-keyframes drop-87{to{top:110%;left:24%}}@keyframes drop-87{to{top:110%;left:24%}}.confetti-88{width:17px;height:6.8px;background-color:#ffbf00;top:-10%;left:11%;opacity:1;-webkit-transform:rotate(86.8835011083deg);transform:rotate(86.8835011083deg);-webkit-animation:drop-88 4.9004274799s .1333818405s 1;animation:drop-88 4.9004274799s .1333818405s 1}@-webkit-keyframes drop-88{to{top:110%;left:18%}}@keyframes drop-88{to{top:110%;left:18%}}.confetti-89{width:20px;height:8px;background-color:#263672;top:-10%;left:46%;opacity:.9946881534;-webkit-transform:rotate(139.0449842398deg);transform:rotate(139.0449842398deg);-webkit-animation:drop-89 4.8724158719s .1647124996s 1;animation:drop-89 4.8724158719s .1647124996s 1}@-webkit-keyframes drop-89{to{top:110%;left:49%}}@keyframes drop-89{to{top:110%;left:49%}}.confetti-90{width:9px;height:3.6px;background-color:#ffbf00;top:-10%;left:79%;opacity:.7062937709;-webkit-transform:rotate(304.9124776491deg);transform:rotate(304.9124776491deg);-webkit-animation:drop-90 4.3225178414s .6262816387s 1;animation:drop-90 4.3225178414s .6262816387s 1}@-webkit-keyframes drop-90{to{top:110%;left:80%}}@keyframes drop-90{to{top:110%;left:80%}}.confetti-91{width:19px;height:7.6px;background-color:#d13447;top:-10%;left:68%;opacity:.8611427258;-webkit-transform:rotate(149.4804151684deg);transform:rotate(149.4804151684deg);-webkit-animation:drop-91 4.130205523s .0663050841s 1;animation:drop-91 4.130205523s .0663050841s 1}@-webkit-keyframes drop-91{to{top:110%;left:73%}}@keyframes drop-91{to{top:110%;left:73%}}.confetti-92{width:14px;height:5.6px;background-color:#d13447;top:-10%;left:18%;opacity:1;-webkit-transform:rotate(84.4034956517deg);transform:rotate(84.4034956517deg);-webkit-animation:drop-92 4.1006445471s .202056776s 1;animation:drop-92 4.1006445471s .202056776s 1}@-webkit-keyframes drop-92{to{top:110%;left:19%}}@keyframes drop-92{to{top:110%;left:19%}}.confetti-93{width:19px;height:7.6px;background-color:#263672;top:-10%;left:62%;opacity:.999472725;-webkit-transform:rotate(172.6393634065deg);transform:rotate(172.6393634065deg);-webkit-animation:drop-93 4.8813147417s .211908898s 1;animation:drop-93 4.8813147417s .211908898s 1}@-webkit-keyframes drop-93{to{top:110%;left:74%}}@keyframes drop-93{to{top:110%;left:74%}}.confetti-94{width:11px;height:4.4px;background-color:#263672;top:-10%;left:28%;opacity:1;-webkit-transform:rotate(348.8891578581deg);transform:rotate(348.8891578581deg);-webkit-animation:drop-94 4.3018397197s .5875910684s 1;animation:drop-94 4.3018397197s .5875910684s 1}@-webkit-keyframes drop-94{to{top:110%;left:29%}}@keyframes drop-94{to{top:110%;left:29%}}.confetti-95{width:11px;height:4.4px;background-color:#ffbf00;top:-10%;left:48%;opacity:1;-webkit-transform:rotate(72.3336073113deg);transform:rotate(72.3336073113deg);-webkit-animation:drop-95 4.1678889413s .0677022975s 1;animation:drop-95 4.1678889413s .0677022975s 1}@-webkit-keyframes drop-95{to{top:110%;left:62%}}@keyframes drop-95{to{top:110%;left:62%}}.confetti-96{width:10px;height:4px;background-color:#ffbf00;top:-10%;left:15%;opacity:.8872064552;-webkit-transform:rotate(346.7956311507deg);transform:rotate(346.7956311507deg);-webkit-animation:drop-96 4.1912295397s .6908442335s 1;animation:drop-96 4.1912295397s .6908442335s 1}@-webkit-keyframes drop-96{to{top:110%;left:28%}}@keyframes drop-96{to{top:110%;left:28%}}.confetti-97{width:2px;height:.8px;background-color:#ffbf00;top:-10%;left:14%;opacity:1;-webkit-transform:rotate(104.1196327511deg);transform:rotate(104.1196327511deg);-webkit-animation:drop-97 4.8758826434s .6520448983s 1;animation:drop-97 4.8758826434s .6520448983s 1}@-webkit-keyframes drop-97{to{top:110%;left:23%}}@keyframes drop-97{to{top:110%;left:23%}}.confetti-98{width:12px;height:4.8px;background-color:#d13447;top:-10%;left:22%;opacity:.6308296276;-webkit-transform:rotate(78.9786535267deg);transform:rotate(78.9786535267deg);-webkit-animation:drop-98 4.6421781467s .6332286887s 1;animation:drop-98 4.6421781467s .6332286887s 1}@-webkit-keyframes drop-98{to{top:110%;left:28%}}@keyframes drop-98{to{top:110%;left:28%}}.confetti-99{width:20px;height:8px;background-color:#263672;top:-10%;left:99%;opacity:.8850495431;-webkit-transform:rotate(60.9407975555deg);transform:rotate(60.9407975555deg);-webkit-animation:drop-99 4.7926172629s .3300008428s 1;animation:drop-99 4.7926172629s .3300008428s 1}@-webkit-keyframes drop-99{to{top:110%;left:112%}}@keyframes drop-99{to{top:110%;left:112%}}.confetti-100{width:8px;height:3.2px;background-color:#ffbf00;top:-10%;left:6%;opacity:1;-webkit-transform:rotate(215.4991234637deg);transform:rotate(215.4991234637deg);-webkit-animation:drop-100 4.4389780037s .9862020114s 1;animation:drop-100 4.4389780037s .9862020114s 1}@-webkit-keyframes drop-100{to{top:110%;left:12%}}@keyframes drop-100{to{top:110%;left:12%}}.confetti-101{width:2px;height:.8px;background-color:#263672;top:-10%;left:82%;opacity:1;-webkit-transform:rotate(236.2788729519deg);transform:rotate(236.2788729519deg);-webkit-animation:drop-101 4.6534733559s .2891081807s 1;animation:drop-101 4.6534733559s .2891081807s 1}@-webkit-keyframes drop-101{to{top:110%;left:92%}}@keyframes drop-101{to{top:110%;left:92%}}.confetti-102{width:19px;height:7.6px;background-color:#263672;top:-10%;left:21%;opacity:.921847499;-webkit-transform:rotate(163.2373887499deg);transform:rotate(163.2373887499deg);-webkit-animation:drop-102 4.4085343441s .332666789s 1;animation:drop-102 4.4085343441s .332666789s 1}@-webkit-keyframes drop-102{to{top:110%;left:22%}}@keyframes drop-102{to{top:110%;left:22%}}.confetti-103{width:13px;height:5.2px;background-color:#d13447;top:-10%;left:69%;opacity:.7368333101;-webkit-transform:rotate(229.6650520958deg);transform:rotate(229.6650520958deg);-webkit-animation:drop-103 4.4336036374s .1016053959s 1;animation:drop-103 4.4336036374s .1016053959s 1}@-webkit-keyframes drop-103{to{top:110%;left:75%}}@keyframes drop-103{to{top:110%;left:75%}}.confetti-104{width:2px;height:.8px;background-color:#d13447;top:-10%;left:56%;opacity:1;-webkit-transform:rotate(142.605619558deg);transform:rotate(142.605619558deg);-webkit-animation:drop-104 4.272375183s .1069131175s 1;animation:drop-104 4.272375183s .1069131175s 1}@-webkit-keyframes drop-104{to{top:110%;left:65%}}@keyframes drop-104{to{top:110%;left:65%}}.confetti-105{width:9px;height:3.6px;background-color:#d13447;top:-10%;left:91%;opacity:1;-webkit-transform:rotate(35.5453476527deg);transform:rotate(35.5453476527deg);-webkit-animation:drop-105 4.5806214836s .5153642958s 1;animation:drop-105 4.5806214836s .5153642958s 1}@-webkit-keyframes drop-105{to{top:110%;left:100%}}@keyframes drop-105{to{top:110%;left:100%}}.confetti-106{width:3px;height:1.2px;background-color:#ffbf00;top:-10%;left:59%;opacity:1;-webkit-transform:rotate(247.8047674886deg);transform:rotate(247.8047674886deg);-webkit-animation:drop-106 4.3864491555s .4495977917s 1;animation:drop-106 4.3864491555s .4495977917s 1}@-webkit-keyframes drop-106{to{top:110%;left:65%}}@keyframes drop-106{to{top:110%;left:65%}}.confetti-107{width:6px;height:2.4px;background-color:#263672;top:-10%;left:34%;opacity:1;-webkit-transform:rotate(154.0263207409deg);transform:rotate(154.0263207409deg);-webkit-animation:drop-107 4.2457649568s .7959638353s 1;animation:drop-107 4.2457649568s .7959638353s 1}@-webkit-keyframes drop-107{to{top:110%;left:39%}}@keyframes drop-107{to{top:110%;left:39%}}.confetti-108{width:17px;height:6.8px;background-color:#ffbf00;top:-10%;left:74%;opacity:1;-webkit-transform:rotate(236.312532094deg);transform:rotate(236.312532094deg);-webkit-animation:drop-108 4.9139423985s .7549143437s 1;animation:drop-108 4.9139423985s .7549143437s 1}@-webkit-keyframes drop-108{to{top:110%;left:79%}}@keyframes drop-108{to{top:110%;left:79%}}.confetti-109{width:11px;height:4.4px;background-color:#d13447;top:-10%;left:72%;opacity:.6239548009;-webkit-transform:rotate(63.4999143519deg);transform:rotate(63.4999143519deg);-webkit-animation:drop-109 4.532156912s .5152552309s 1;animation:drop-109 4.532156912s .5152552309s 1}@-webkit-keyframes drop-109{to{top:110%;left:74%}}@keyframes drop-109{to{top:110%;left:74%}}.confetti-110{width:10px;height:4px;background-color:#ffbf00;top:-10%;left:58%;opacity:1;-webkit-transform:rotate(356.4141284695deg);transform:rotate(356.4141284695deg);-webkit-animation:drop-110 4.2716665544s .0262896708s 1;animation:drop-110 4.2716665544s .0262896708s 1}@-webkit-keyframes drop-110{to{top:110%;left:64%}}@keyframes drop-110{to{top:110%;left:64%}}.confetti-111{width:18px;height:7.2px;background-color:#263672;top:-10%;left:12%;opacity:1;-webkit-transform:rotate(33.9452269458deg);transform:rotate(33.9452269458deg);-webkit-animation:drop-111 4.4794810436s 2.1778802ms 1;animation:drop-111 4.4794810436s 2.1778802ms 1}@-webkit-keyframes drop-111{to{top:110%;left:19%}}@keyframes drop-111{to{top:110%;left:19%}}.confetti-112{width:10px;height:4px;background-color:#263672;top:-10%;left:50%;opacity:1;-webkit-transform:rotate(110.455316171deg);transform:rotate(110.455316171deg);-webkit-animation:drop-112 4.6583703804s .6181340778s 1;animation:drop-112 4.6583703804s .6181340778s 1}@-webkit-keyframes drop-112{to{top:110%;left:60%}}@keyframes drop-112{to{top:110%;left:60%}}.confetti-113{width:7px;height:2.8px;background-color:#263672;top:-10%;left:45%;opacity:1;-webkit-transform:rotate(331.0803336685deg);transform:rotate(331.0803336685deg);-webkit-animation:drop-113 4.944944953s .8387126682s 1;animation:drop-113 4.944944953s .8387126682s 1}@-webkit-keyframes drop-113{to{top:110%;left:48%}}@keyframes drop-113{to{top:110%;left:48%}}.confetti-114{width:8px;height:3.2px;background-color:#263672;top:-10%;left:91%;opacity:1;-webkit-transform:rotate(225.5287232912deg);transform:rotate(225.5287232912deg);-webkit-animation:drop-114 4.2113245968s .7154003537s 1;animation:drop-114 4.2113245968s .7154003537s 1}@-webkit-keyframes drop-114{to{top:110%;left:101%}}@keyframes drop-114{to{top:110%;left:101%}}.confetti-115{width:6px;height:2.4px;background-color:#d13447;top:-10%;left:12%;opacity:1;-webkit-transform:rotate(261.7212133121deg);transform:rotate(261.7212133121deg);-webkit-animation:drop-115 4.1777265548s .438846815s 1;animation:drop-115 4.1777265548s .438846815s 1}@-webkit-keyframes drop-115{to{top:110%;left:26%}}@keyframes drop-115{to{top:110%;left:26%}}.confetti-116{width:5px;height:2px;background-color:#263672;top:-10%;left:83%;opacity:.5849074317;-webkit-transform:rotate(18.4760855511deg);transform:rotate(18.4760855511deg);-webkit-animation:drop-116 4.6847160719s .1220872091s 1;animation:drop-116 4.6847160719s .1220872091s 1}@-webkit-keyframes drop-116{to{top:110%;left:98%}}@keyframes drop-116{to{top:110%;left:98%}}.confetti-117{width:9px;height:3.6px;background-color:#263672;top:-10%;left:1%;opacity:1;-webkit-transform:rotate(155.6368498429deg);transform:rotate(155.6368498429deg);-webkit-animation:drop-117 4.2734565638s .9383194263s 1;animation:drop-117 4.2734565638s .9383194263s 1}@-webkit-keyframes drop-117{to{top:110%;left:3%}}@keyframes drop-117{to{top:110%;left:3%}}.confetti-118{width:8px;height:3.2px;background-color:#263672;top:-10%;left:20%;opacity:1;-webkit-transform:rotate(88.9436511417deg);transform:rotate(88.9436511417deg);-webkit-animation:drop-118 4.8093057047s .6646379652s 1;animation:drop-118 4.8093057047s .6646379652s 1}@-webkit-keyframes drop-118{to{top:110%;left:28%}}@keyframes drop-118{to{top:110%;left:28%}}.confetti-119{width:15px;height:6px;background-color:#ffbf00;top:-10%;left:61%;opacity:1;-webkit-transform:rotate(64.2768543044deg);transform:rotate(64.2768543044deg);-webkit-animation:drop-119 4.5621396603s .2333355667s 1;animation:drop-119 4.5621396603s .2333355667s 1}@-webkit-keyframes drop-119{to{top:110%;left:69%}}@keyframes drop-119{to{top:110%;left:69%}}.confetti-120{width:4px;height:1.6px;background-color:#d13447;top:-10%;left:65%;opacity:.6610869494;-webkit-transform:rotate(241.0706200498deg);transform:rotate(241.0706200498deg);-webkit-animation:drop-120 4.0704376178s .9250996512s 1;animation:drop-120 4.0704376178s .9250996512s 1}@-webkit-keyframes drop-120{to{top:110%;left:78%}}@keyframes drop-120{to{top:110%;left:78%}}.confetti-121{width:13px;height:5.2px;background-color:#263672;top:-10%;left:52%;opacity:1;-webkit-transform:rotate(275.0158893696deg);transform:rotate(275.0158893696deg);-webkit-animation:drop-121 4.8679637381s .3618533914s 1;animation:drop-121 4.8679637381s .3618533914s 1}@-webkit-keyframes drop-121{to{top:110%;left:56%}}@keyframes drop-121{to{top:110%;left:56%}}.confetti-122{width:17px;height:6.8px;background-color:#263672;top:-10%;left:12%;opacity:1;-webkit-transform:rotate(168.7685522304deg);transform:rotate(168.7685522304deg);-webkit-animation:drop-122 4.7442592527s .1233393965s 1;animation:drop-122 4.7442592527s .1233393965s 1}@-webkit-keyframes drop-122{to{top:110%;left:26%}}@keyframes drop-122{to{top:110%;left:26%}}.confetti-123{width:6px;height:2.4px;background-color:#d13447;top:-10%;left:79%;opacity:1;-webkit-transform:rotate(338.5366739016deg);transform:rotate(338.5366739016deg);-webkit-animation:drop-123 4.925779661s .231039304s 1;animation:drop-123 4.925779661s .231039304s 1}@-webkit-keyframes drop-123{to{top:110%;left:88%}}@keyframes drop-123{to{top:110%;left:88%}}.confetti-124{width:12px;height:4.8px;background-color:#d13447;top:-10%;left:48%;opacity:.9583532331;-webkit-transform:rotate(196.7530253074deg);transform:rotate(196.7530253074deg);-webkit-animation:drop-124 4.2943563116s .9142493209s 1;animation:drop-124 4.2943563116s .9142493209s 1}@-webkit-keyframes drop-124{to{top:110%;left:54%}}@keyframes drop-124{to{top:110%;left:54%}}.confetti-125{width:14px;height:5.6px;background-color:#ffbf00;top:-10%;left:45%;opacity:.5446858968;-webkit-transform:rotate(189.1184732128deg);transform:rotate(189.1184732128deg);-webkit-animation:drop-125 4.5017436806s .5912566862s 1;animation:drop-125 4.5017436806s .5912566862s 1}@-webkit-keyframes drop-125{to{top:110%;left:56%}}@keyframes drop-125{to{top:110%;left:56%}}.confetti-126{width:18px;height:7.2px;background-color:#263672;top:-10%;left:79%;opacity:.5565366485;-webkit-transform:rotate(74.5214180538deg);transform:rotate(74.5214180538deg);-webkit-animation:drop-126 4.5602608574s .9093079955s 1;animation:drop-126 4.5602608574s .9093079955s 1}@-webkit-keyframes drop-126{to{top:110%;left:88%}}@keyframes drop-126{to{top:110%;left:88%}}.confetti-127{width:15px;height:6px;background-color:#ffbf00;top:-10%;left:36%;opacity:1;-webkit-transform:rotate(60.786461341deg);transform:rotate(60.786461341deg);-webkit-animation:drop-127 4.4698829569s .012252845s 1;animation:drop-127 4.4698829569s .012252845s 1}@-webkit-keyframes drop-127{to{top:110%;left:48%}}@keyframes drop-127{to{top:110%;left:48%}}.confetti-128{width:5px;height:2px;background-color:#ffbf00;top:-10%;left:82%;opacity:1;-webkit-transform:rotate(75.4920965043deg);transform:rotate(75.4920965043deg);-webkit-animation:drop-128 4.5240367991s .9706390258s 1;animation:drop-128 4.5240367991s .9706390258s 1}@-webkit-keyframes drop-128{to{top:110%;left:92%}}@keyframes drop-128{to{top:110%;left:92%}}.confetti-129{width:15px;height:6px;background-color:#d13447;top:-10%;left:36%;opacity:1;-webkit-transform:rotate(283.0113316159deg);transform:rotate(283.0113316159deg);-webkit-animation:drop-129 4.7012940259s .8469391624s 1;animation:drop-129 4.7012940259s .8469391624s 1}@-webkit-keyframes drop-129{to{top:110%;left:45%}}@keyframes drop-129{to{top:110%;left:45%}}.confetti-130{width:18px;height:7.2px;background-color:#d13447;top:-10%;left:60%;opacity:1;-webkit-transform:rotate(75.1811895697deg);transform:rotate(75.1811895697deg);-webkit-animation:drop-130 4.4263417227s .7268413167s 1;animation:drop-130 4.4263417227s .7268413167s 1}@-webkit-keyframes drop-130{to{top:110%;left:74%}}@keyframes drop-130{to{top:110%;left:74%}}.confetti-131{width:15px;height:6px;background-color:#ffbf00;top:-10%;left:39%;opacity:1;-webkit-transform:rotate(138.8979575032deg);transform:rotate(138.8979575032deg);-webkit-animation:drop-131 4.9113262173s .6831737931s 1;animation:drop-131 4.9113262173s .6831737931s 1}@-webkit-keyframes drop-131{to{top:110%;left:46%}}@keyframes drop-131{to{top:110%;left:46%}}.confetti-132{width:3px;height:1.2px;background-color:#d13447;top:-10%;left:73%;opacity:1;-webkit-transform:rotate(119.2360345364deg);transform:rotate(119.2360345364deg);-webkit-animation:drop-132 4.6137257178s .1754224176s 1;animation:drop-132 4.6137257178s .1754224176s 1}@-webkit-keyframes drop-132{to{top:110%;left:85%}}@keyframes drop-132{to{top:110%;left:85%}}.confetti-133{width:7px;height:2.8px;background-color:#ffbf00;top:-10%;left:14%;opacity:1;-webkit-transform:rotate(218.6829824141deg);transform:rotate(218.6829824141deg);-webkit-animation:drop-133 4.3063614985s .5350779202s 1;animation:drop-133 4.3063614985s .5350779202s 1}@-webkit-keyframes drop-133{to{top:110%;left:15%}}@keyframes drop-133{to{top:110%;left:15%}}.confetti-134{width:11px;height:4.4px;background-color:#ffbf00;top:-10%;left:84%;opacity:.8415060189;-webkit-transform:rotate(330.477682255deg);transform:rotate(330.477682255deg);-webkit-animation:drop-134 4.5547698971s .9579494671s 1;animation:drop-134 4.5547698971s .9579494671s 1}@-webkit-keyframes drop-134{to{top:110%;left:94%}}@keyframes drop-134{to{top:110%;left:94%}}.confetti-135{width:11px;height:4.4px;background-color:#d13447;top:-10%;left:30%;opacity:1;-webkit-transform:rotate(322.9292314598deg);transform:rotate(322.9292314598deg);-webkit-animation:drop-135 4.3723664486s .3170192148s 1;animation:drop-135 4.3723664486s .3170192148s 1}@-webkit-keyframes drop-135{to{top:110%;left:43%}}@keyframes drop-135{to{top:110%;left:43%}}.confetti-136{width:12px;height:4.8px;background-color:#263672;top:-10%;left:87%;opacity:.9192913845;-webkit-transform:rotate(244.1041560193deg);transform:rotate(244.1041560193deg);-webkit-animation:drop-136 4.0237289373s .0956688765s 1;animation:drop-136 4.0237289373s .0956688765s 1}@-webkit-keyframes drop-136{to{top:110%;left:102%}}@keyframes drop-136{to{top:110%;left:102%}}.confetti-137{width:1px;height:.4px;background-color:#263672;top:-10%;left:96%;opacity:.9374561794;-webkit-transform:rotate(101.144679622deg);transform:rotate(101.144679622deg);-webkit-animation:drop-137 4.5860309294s .1317354368s 1;animation:drop-137 4.5860309294s .1317354368s 1}@-webkit-keyframes drop-137{to{top:110%;left:98%}}@keyframes drop-137{to{top:110%;left:98%}}.confetti-138{width:5px;height:2px;background-color:#ffbf00;top:-10%;left:24%;opacity:.908817569;-webkit-transform:rotate(201.1045539025deg);transform:rotate(201.1045539025deg);-webkit-animation:drop-138 4.7469931061s .1752189532s 1;animation:drop-138 4.7469931061s .1752189532s 1}@-webkit-keyframes drop-138{to{top:110%;left:32%}}@keyframes drop-138{to{top:110%;left:32%}}.confetti-139{width:2px;height:.8px;background-color:#d13447;top:-10%;left:96%;opacity:.6353742685;-webkit-transform:rotate(149.8069118156deg);transform:rotate(149.8069118156deg);-webkit-animation:drop-139 4.1146520774s .2852351958s 1;animation:drop-139 4.1146520774s .2852351958s 1}@-webkit-keyframes drop-139{to{top:110%;left:110%}}@keyframes drop-139{to{top:110%;left:110%}}.confetti-140{width:2px;height:.8px;background-color:#ffbf00;top:-10%;left:35%;opacity:1;-webkit-transform:rotate(203.0361658963deg);transform:rotate(203.0361658963deg);-webkit-animation:drop-140 4.13749352s .5620907828s 1;animation:drop-140 4.13749352s .5620907828s 1}@-webkit-keyframes drop-140{to{top:110%;left:45%}}@keyframes drop-140{to{top:110%;left:45%}}.confetti-141{width:12px;height:4.8px;background-color:#263672;top:-10%;left:75%;opacity:.9245747027;-webkit-transform:rotate(179.8070503219deg);transform:rotate(179.8070503219deg);-webkit-animation:drop-141 4.8132655338s .4200292548s 1;animation:drop-141 4.8132655338s .4200292548s 1}@-webkit-keyframes drop-141{to{top:110%;left:80%}}@keyframes drop-141{to{top:110%;left:80%}}.confetti-142{width:8px;height:3.2px;background-color:#d13447;top:-10%;left:39%;opacity:1;-webkit-transform:rotate(276.8083915088deg);transform:rotate(276.8083915088deg);-webkit-animation:drop-142 4.3625218975s .7024687733s 1;animation:drop-142 4.3625218975s .7024687733s 1}@-webkit-keyframes drop-142{to{top:110%;left:51%}}@keyframes drop-142{to{top:110%;left:51%}}.confetti-143{width:19px;height:7.6px;background-color:#d13447;top:-10%;left:59%;opacity:.5565400959;-webkit-transform:rotate(41.9590675051deg);transform:rotate(41.9590675051deg);-webkit-animation:drop-143 4.0652335897s .2159545693s 1;animation:drop-143 4.0652335897s .2159545693s 1}@-webkit-keyframes drop-143{to{top:110%;left:64%}}@keyframes drop-143{to{top:110%;left:64%}}.confetti-144{width:18px;height:7.2px;background-color:#ffbf00;top:-10%;left:24%;opacity:1;-webkit-transform:rotate(227.9101915473deg);transform:rotate(227.9101915473deg);-webkit-animation:drop-144 4.1804701338s .2680163126s 1;animation:drop-144 4.1804701338s .2680163126s 1}@-webkit-keyframes drop-144{to{top:110%;left:34%}}@keyframes drop-144{to{top:110%;left:34%}}.confetti-145{width:10px;height:4px;background-color:#ffbf00;top:-10%;left:52%;opacity:.7539176152;-webkit-transform:rotate(131.1315872491deg);transform:rotate(131.1315872491deg);-webkit-animation:drop-145 4.8313519698s .2498656167s 1;animation:drop-145 4.8313519698s .2498656167s 1}@-webkit-keyframes drop-145{to{top:110%;left:64%}}@keyframes drop-145{to{top:110%;left:64%}}.confetti-146{width:20px;height:8px;background-color:#d13447;top:-10%;left:67%;opacity:1;-webkit-transform:rotate(23.3294514974deg);transform:rotate(23.3294514974deg);-webkit-animation:drop-146 4.0793002397s .1593331304s 1;animation:drop-146 4.0793002397s .1593331304s 1}@-webkit-keyframes drop-146{to{top:110%;left:72%}}@keyframes drop-146{to{top:110%;left:72%}}.confetti-147{width:5px;height:2px;background-color:#263672;top:-10%;left:76%;opacity:.5626802542;-webkit-transform:rotate(135.0201603688deg);transform:rotate(135.0201603688deg);-webkit-animation:drop-147 4.4808027796s .4285792665s 1;animation:drop-147 4.4808027796s .4285792665s 1}@-webkit-keyframes drop-147{to{top:110%;left:87%}}@keyframes drop-147{to{top:110%;left:87%}}.confetti-148{width:4px;height:1.6px;background-color:#263672;top:-10%;left:52%;opacity:1;-webkit-transform:rotate(56.3436490852deg);transform:rotate(56.3436490852deg);-webkit-animation:drop-148 4.7996652201s .5694736789s 1;animation:drop-148 4.7996652201s .5694736789s 1}@-webkit-keyframes drop-148{to{top:110%;left:62%}}@keyframes drop-148{to{top:110%;left:62%}}.confetti-149{width:8px;height:3.2px;background-color:#263672;top:-10%;left:34%;opacity:1;-webkit-transform:rotate(122.3192051096deg);transform:rotate(122.3192051096deg);-webkit-animation:drop-149 4.3118698082s .4029139867s 1;animation:drop-149 4.3118698082s .4029139867s 1}@-webkit-keyframes drop-149{to{top:110%;left:36%}}@keyframes drop-149{to{top:110%;left:36%}}.confetti-150{width:15px;height:6px;background-color:#ffbf00;top:-10%;left:51%;opacity:1;-webkit-transform:rotate(135.3350079525deg);transform:rotate(135.3350079525deg);-webkit-animation:drop-150 4.6815906144s .0904545604s 1;animation:drop-150 4.6815906144s .0904545604s 1}@-webkit-keyframes drop-150{to{top:110%;left:58%}}@keyframes drop-150{to{top:110%;left:58%}}.WysiwygEditor{border:1px solid #e8f0f9;background-color:var(--white)}.WysiwygEditor.WysiwygEditorReadOnly{background-color:#fafafa}.WysiwygEditor.WysiwygEditorFocus .WEMWrapper .WEMToolbar{border-color:var(--dark-blue);box-shadow:0 0 3px var(--dark-blue)}.WysiwygEditor .WEMWrapper .WEMToolbar{padding:15px 10px;background-color:unset;margin-bottom:0;border:0;border-bottom:1px solid #e7f0f9}.WysiwygEditor .WEMWrapper .WEMToolbar,.WysiwygEditor .WEMWrapper .WEMToolbar>div{grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;grid-row-gap:15px;row-gap:15px}.WysiwygEditor .WEMWrapper .WEMToolbar>div{margin:0;display:flex;flex-wrap:wrap}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div{border:0;margin:0;padding:0;min-width:auto;transition:all .1s ease;width:15px;height:15px;z-index:1;cursor:pointer;background-repeat:no-repeat;background-size:cover;background-position:50%;box-shadow:unset;opacity:.6}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div img{display:none}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div.rdw-dropdown-wrapper{width:auto;position:relative;z-index:9;opacity:1}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div.rdw-dropdown-wrapper a.rdw-dropdown-selectedtext{padding-right:15px}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div.rdw-dropdown-wrapper a.rdw-dropdown-selectedtext .rdw-dropdown-carettoclose,.WysiwygEditor .WEMWrapper .WEMToolbar>div>div.rdw-dropdown-wrapper a.rdw-dropdown-selectedtext .rdw-dropdown-carettoopen{right:0}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div.rdw-dropdown-wrapper ul.rdw-dropdown-optionwrapper{position:absolute;width:100px;overflow:auto;max-height:150px;overflow-y:overlay;overflow-x:overlay;box-shadow:unset;margin-top:10px}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div.rdw-fontsize-dropdown ul.rdw-dropdown-optionwrapper{width:50px}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div.rdw-dropdown-wrapper ul.rdw-dropdown-optionwrapper li.rdw-dropdownoption-default{font-size:14px;min-height:auto;padding:5px;justify-content:flex-start}.WysiwygEditor .WEMWrapper .WEMToolbar>div.rdw-colorpicker-wrapper{z-index:9}.WysiwygEditor .WEMWrapper .WEMToolbar>div.rdw-colorpicker-wrapper .rdw-colorpicker-modal{left:unset;right:0;width:150px;height:150px;margin:0;top:25px;overflow-y:overlay;overflow-x:overlay;opacity:1;border:1px solid #e9f1f9}.WysiwygEditor .WEMWrapper .WEMToolbar>div.rdw-colorpicker-wrapper .rdw-colorpicker-modal .rdw-colorpicker-option{box-shadow:unset}.WysiwygEditor .WEMWrapper .WEMToolbar>div.rdw-colorpicker-wrapper .rdw-colorpicker-modal span.rdw-colorpicker-modal-options{overflow-y:overlay;overflow-x:overlay}.WysiwygEditor .WEMWrapper .WEMToolbar>div.rdw-embedded-wrapper .rdw-embedded-modal{height:auto;width:250px;margin:0;box-shadow:0 0 10px #ddd;padding:10px;z-index:9;opacity:1}.WysiwygEditor .WEMWrapper .WEMToolbar>div.rdw-embedded-wrapper .rdw-embedded-modal span.rdw-embedded-modal-link-input-wrapper{margin:10px 0}.WysiwygEditor .WEMWrapper .WEMToolbar>div.rdw-embedded-wrapper .rdw-embedded-modal input{height:30px;margin:0;flex:1 1}.WysiwygEditor .WEMWrapper .WEMToolbar>div.rdw-embedded-wrapper .rdw-embedded-modal .rdw-embedded-modal-size>span{flex:1 1}.WysiwygEditor .WEMWrapper .WEMToolbar>div.rdw-emoji-wrapper .rdw-emoji-modal{height:200px;width:250px;margin:0;box-shadow:0 0 10px #ddd;padding:10px;z-index:9;top:25px;justify-content:space-between;overflow-y:overlay;overflow-x:overlay;opacity:1}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div.rdw-option-active{opacity:1}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div[title=Redo],.WysiwygEditor .WEMWrapper .WEMToolbar>div>div[title=Undo]{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 438.536 438.536"><path d="M421.125 134.191c-11.608-27.03-27.217-50.347-46.819-69.949-19.606-19.603-42.922-35.209-69.953-46.822C277.325 5.807 248.969.005 219.275.005c-27.978 0-55.052 5.277-81.227 15.843-26.169 10.564-49.438 25.457-69.805 44.683l-37.12-36.835c-5.711-5.901-12.275-7.232-19.701-3.999C3.807 22.937 0 28.554 0 36.547v127.907c0 4.948 1.809 9.231 5.426 12.847 3.619 3.617 7.902 5.426 12.85 5.426h127.907c7.996 0 13.61-3.807 16.846-11.421 3.234-7.423 1.903-13.988-3.999-19.701l-39.115-39.398c13.328-12.563 28.553-22.222 45.683-28.98 17.131-6.757 35.021-10.138 53.675-10.138 19.793 0 38.687 3.858 56.674 11.563 17.99 7.71 33.544 18.131 46.679 31.265 13.134 13.131 23.555 28.69 31.265 46.679 7.703 17.987 11.56 36.875 11.56 56.674 0 19.798-3.856 38.686-11.56 56.672-7.71 17.987-18.131 33.544-31.265 46.679-13.135 13.134-28.695 23.558-46.679 31.265-17.987 7.707-36.881 11.561-56.674 11.561-22.651 0-44.064-4.949-64.241-14.843-20.174-9.894-37.209-23.883-51.104-41.973-1.331-1.902-3.521-3.046-6.567-3.429-2.856 0-5.236.855-7.139 2.566L51.108 347.17c-1.521 1.53-2.33 3.478-2.426 5.853-.094 2.385.527 4.524 1.858 6.427 20.749 25.125 45.871 44.587 75.373 58.382 29.502 13.798 60.625 20.701 93.362 20.701 29.694 0 58.05-5.808 85.078-17.416 27.031-11.607 50.34-27.22 69.949-46.821 19.605-19.609 35.211-42.921 46.822-69.949s17.411-55.392 17.411-85.08c.001-29.698-5.803-58.047-17.41-85.076z" fill="rgb(0 0 0)"/></svg>')}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div[title=Redo]{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div[title=Bold]{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 97.01 97.01"><path d="M71.865 46.842c8.133-3.628 12.611-10.272 12.611-18.709C84.477 9.991 73.076 0 52.378 0H11.623a2 2 0 00-2 2v93.01a2 2 0 002 2h40.756c23.557 0 35.008-9.339 35.008-28.549 0-5.509-3.794-18.042-15.522-21.619zM52.379 79.963h-24.74V55.02h24.74c8.171 0 16.854 4.435 16.854 12.652.001 8.49-8.463 12.291-16.854 12.291zm0-41.02h-24.74V16.631h24.74c12.938 0 13.941 9.122 13.941 11.918 0 4.84-1.584 10.394-13.941 10.394z" fill="rgb(0 0 0)"/></svg>')}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div[title=Italic]{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 97.861 97.861"><path d="M87.494.763A2.003 2.003 0 0085.923 0H32.411a2 2 0 00-1.944 1.53l-2.204 9.115a1.998 1.998 0 001.944 2.47H49.01l-17.2 71.631H14.145a2 2 0 00-1.944 1.529L9.996 95.39a2.002 2.002 0 001.944 2.471h53.512c.924 0 1.727-.633 1.943-1.53l2.204-9.114a2.002 2.002 0 00-1.944-2.471H49.133l17.199-71.631h17.385c.924 0 1.727-.632 1.943-1.529l2.205-9.115a1.999 1.999 0 00-.371-1.708z" fill="rgb(0 0 0)"/></svg>')}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div[title=Underline]{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 93.868 93.868"><g fill="rgb(0 0 0)"><path d="M75.915 0H63.367a2 2 0 00-2 2v42.117c0 .514.006 1.054.014 1.611.066 5.981.169 15.021-7.857 18.893-1.734.854-4.137 1.324-6.764 1.326-2.593 0-5.141-.5-6.816-1.336-7.501-3.745-7.4-11.289-7.326-16.797.007-.496.013-.976.013-1.432V2a2 2 0 00-2-2H17.95a2 2 0 00-2 2v43.985c-.005 11.042-.01 20.582 14.223 27.57 4.093 2.053 10.371 3.231 17.226 3.232 6.238 0 12.133-1.005 15.799-2.702 13.583-6.539 14.72-17.964 14.72-29.105V2a2.004 2.004 0 00-2.003-2zM75.904 81.407H17.966a2 2 0 00-2 2v8.461a2 2 0 002 2h57.938a2 2 0 002-2v-8.461a2 2 0 00-2-2z"/></g></svg>')}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div[title=Strikethrough]{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 511.62 511.62"><path d="M509.053 240.106c-1.718-1.709-3.901-2.565-6.57-2.565h-51.106l9.712-36.547h41.395c2.669 0 4.853-.859 6.57-2.568 1.708-1.715 2.563-3.901 2.563-6.567v-18.271c0-2.668-.855-4.858-2.563-6.567-1.718-1.714-3.901-2.568-6.57-2.568h-31.689l25.981-98.216c.951-2.853.479-5.515-1.431-7.993-1.903-2.286-4.374-3.427-7.42-3.427h-39.111c-4.948 0-7.902 2.284-8.85 6.854l-26.553 102.781H309.199L281.226 61.671c-1.328-4.57-4.284-6.854-8.843-6.854h-35.984c-4.57 0-7.52 2.284-8.852 6.854l-27.695 102.781H97.357L71.66 61.671c-.95-4.57-3.901-6.854-8.85-6.854H23.697c-3.046 0-5.52 1.146-7.423 3.427-1.903 2.478-2.38 5.14-1.427 7.993l25.409 98.216H9.135c-2.666 0-4.853.854-6.567 2.568C.859 168.73 0 170.92 0 173.588v18.271c0 2.668.855 4.853 2.568 6.567 1.714 1.709 3.905 2.568 6.567 2.568h40.546l9.419 36.547H9.135c-2.666 0-4.853.855-6.567 2.565C.859 241.819 0 244.009 0 246.673v18.271c0 2.669.855 4.859 2.568 6.57 1.714 1.711 3.905 2.56 6.567 2.56h59.388l45.681 175.875c.38 1.906 1.377 3.521 2.996 4.856 1.621 1.334 3.474 1.995 5.57 1.995h45.396c4.567 0 7.517-2.283 8.85-6.852l47.68-175.868h59.672l47.39 175.872c1.335 4.571 4.285 6.851 8.851 6.851H386c4.568 0 7.518-2.279 8.85-6.851l46.821-175.872h60.812c2.669 0 4.853-.855 6.57-2.563 1.711-1.714 2.566-3.904 2.566-6.57v-18.271c.007-2.667-.848-4.857-2.566-6.57zM146.749 359.45c0 .185-.046.521-.14.992-.094.479-.144.808-.144 1-.191-.192-.288-.479-.288-.855 0-.377-.097-.664-.287-.856l-21.411-85.649h45.395l-23.125 85.368zm33.12-121.912h-64.237l-9.136-36.547h83.368l-9.995 36.547zm54.818 0l9.707-36.547h19.982l9.996 36.547h-39.685zM362.878 359.73c0 .192-.047.479-.144.856-.096.376-.144.663-.144.855-.191-.192-.332-.521-.424-1-.09-.472-.145-.808-.145-.992l-23.127-85.369h46.248l-22.264 85.65zm31.69-122.192h-65.664l-9.709-36.547h84.798l-9.425 36.547z"/></svg>')}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div[title=Remove]{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 511.62 511.62"><path d="M512 214.637L297.367 0 75.926 221.438l-53.34 53.34C8.066 289.3.066 308.608.066 329.147c0 20.54 8 39.848 22.52 54.372L86 446.934H0v29.972h511.59v-29.972H279.703zM297.367 42.395L469.61 214.637 290.563 393.68 118.32 221.437zM128.395 446.934l-84.61-84.61c-8.863-8.863-13.742-20.644-13.742-33.176s4.879-24.312 13.742-33.175l53.336-53.336 172.246 172.242-32.055 32.055zm0 0"/></svg>')}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div[title=Unordered]{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 343.5 343.5"><path d="M322.05 161.8h-182.6c-5.5 0-10 4.5-10 10s4.5 10 10 10h182.6c5.5 0 10-4.5 10-10s-4.4-10-10-10zM57.95 125.3c-25.7 0-46.5 20.8-46.5 46.5s20.8 46.5 46.5 46.5 46.5-20.8 46.5-46.5-20.8-46.5-46.5-46.5zm0 73c-14.7 0-26.5-11.9-26.5-26.5 0-14.7 11.9-26.5 26.5-26.5s26.5 11.9 26.5 26.5-11.9 26.5-26.5 26.5zM322.05 36.8h-182.6c-5.5 0-10 4.5-10 10s4.5 10 10 10h182.6c5.5 0 10-4.5 10-10s-4.4-10-10-10zM57.95 0c-25.7 0-46.5 20.8-46.5 46.5S32.25 93 57.95 93s46.5-20.8 46.5-46.5c0-25.6-20.8-46.4-46.5-46.5zm0 73.1c-14.7 0-26.5-11.9-26.5-26.5s11.9-26.5 26.5-26.5c14.7 0 26.5 11.9 26.5 26.5s-11.9 26.5-26.5 26.5zM322.05 286.8h-182.6c-5.5 0-10 4.5-10 10s4.5 10 10 10h182.6c5.5 0 10-4.5 10-10s-4.4-10-10-10zM57.95 250.5c-25.7 0-46.5 20.8-46.5 46.5s20.8 46.5 46.5 46.5 46.5-20.8 46.5-46.5c0-25.6-20.8-46.5-46.5-46.5zm0 73.1c-14.7 0-26.5-11.9-26.5-26.5 0-14.7 11.9-26.5 26.5-26.5 14.7 0 26.5 11.9 26.5 26.5s-11.9 26.5-26.5 26.5z"/></svg>')}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div[title=Ordered]{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.123 60.123"><path d="M57.124 51.893H16.92a3 3 0 110-6h40.203a3 3 0 01.001 6zM57.124 33.062H16.92a3 3 0 110-6h40.203a3 3 0 01.001 6zM57.124 14.231H16.92a3 3 0 110-6h40.203a3 3 0 01.001 6z"/><circle cx="4.029" cy="11.463" r="4.029"/><circle cx="4.029" cy="30.062" r="4.029"/><circle cx="4.029" cy="48.661" r="4.029"/></svg>')}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div[title=Left]{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 985 985"><path d="M915 61.55H70c-38.7 0-70 31.3-70 70s31.3 70 70 70h845c38.7 0 70-31.3 70-70s-31.3-70-70-70zM985 612.851c0-38.701-31.3-70-70-70H70c-38.7 0-70 31.299-70 70 0 38.699 31.3 70 70 70h845c38.7 0 70-31.401 70-70zM70 442.15h695.4c38.699 0 70-31.3 70-70s-31.301-70-70-70H70c-38.7 0-70 31.3-70 70s31.3 70 70 70zM592.3 853.45c0-38.701-31.3-70-70-70H70c-38.7 0-70 31.299-70 70 0 38.699 31.3 70 70 70h452.3c38.7 0 70-31.301 70-70z"/></svg>')}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div[title=Center]{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 990.9 990.9"><path d="M920.8 64.5H70c-38.7 0-70 31.3-70 70s31.3 70 70 70h850.9c38.7 0 70-31.3 70-70s-31.4-70-70.1-70zM920.8 545.801H70c-38.7 0-70 31.299-70 70 0 38.699 31.3 70 70 70h850.9c38.7 0 70-31.301 70-70 0-38.701-31.4-70-70.1-70zM804.101 445.1c38.699 0 70-31.3 70-70s-31.301-70-70-70H186.8c-38.7 0-70 31.3-70 70s31.3 70 70 70h617.301zM682.5 926.4c38.7 0 70-31.301 70-70 0-38.701-31.3-70-70-70H308.3c-38.7 0-70 31.299-70 70 0 38.699 31.3 70 70 70h374.2z"/></svg>')}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div[title=Right]{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 985 985"><path d="M70 201.55h845c38.7 0 70-31.3 70-70s-31.3-70-70-70H70c-38.7 0-70 31.3-70 70s31.3 70 70 70zM915 542.851H70c-38.7 0-70 31.299-70 70 0 38.699 31.3 70 70 70h845c38.7 0 70-31.301 70-70 0-38.702-31.3-70-70-70zM915 302.15H219.6c-38.7 0-70 31.3-70 70s31.3 70 70 70H915c38.7 0 70-31.3 70-70s-31.3-70-70-70zM915 783.45H462.7c-38.7 0-70 31.299-70 70 0 38.699 31.3 70 70 70H915c38.7 0 70-31.301 70-70 0-38.701-31.3-70-70-70z"/></svg>')}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div[title=Justify]{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M512 45.832v60.048H0V45.832zM512 165.928v60.048H0v-60.048zM512 286.024v60.048H0v-60.048zM512 406.12v60.048H0V406.12z"/></svg>')}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div[title=Link]{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M476.853 35.148c-46.864-46.864-122.842-46.864-169.706-.001L206.853 135.441c-48.475 48.477-43.987 125.717 0 169.706 7.366 7.366 15.516 13.372 24.122 18.305l18.305-18.305c12.006-12.008 7.78-26.045 7.564-36.174-2.635-1.868-5.198-3.887-7.564-6.253-22.573-22.571-23.588-61.265 0-84.853L349.572 77.575c23.399-23.399 61.454-23.399 84.853 0 23.399 23.399 23.399 61.454 0 84.853l-66.293 66.293c1.917 10.607 13.422 35.733 7.504 77.181.289-.284.635-.467.923-.754l100.294-100.294c46.862-46.864 46.862-122.842 0-169.706z"/><path d="M312.918 199.081c-7.365-7.366-15.516-13.372-24.12-18.305l-18.305 18.305c-12.008 12.006-7.782 26.043-7.566 36.172 2.637 1.868 5.2 3.887 7.566 6.253 22.573 22.573 23.588 61.265 0 84.853L162.427 434.425c-23.399 23.399-61.454 23.399-84.853 0-23.399-23.399-23.399-61.454 0-84.853l74.067-74.067c-1.917-10.607-13.423-35.733-7.504-77.181-.289.284-.637.469-.925.756L35.147 307.147c-46.862 46.864-46.862 122.842 0 169.706 46.864 46.862 122.841 46.862 169.705 0l108.066-108.066c47.576-47.576 44.976-124.731 0-169.706z"/></svg>')}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div[title=Unlink]{opacity:1;background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M212.265 390.248l-60.331 60.331c-25.012 25.012-65.517 25.012-90.508.005-24.996-24.996-24.996-65.505-.005-90.496l120.683-120.683c24.991-24.992 65.5-24.992 90.491 0 8.331 8.331 21.839 8.331 30.17 0 8.331-8.331 8.331-21.839 0-30.17-41.654-41.654-109.177-41.654-150.831 0L31.252 329.918c-41.654 41.654-41.654 109.177 0 150.831 41.649 41.676 109.177 41.676 150.853 0l60.331-60.331c8.331-8.331 8.331-21.839 0-30.17s-21.84-8.331-30.171 0z"/><path d="M480.756 182.08c41.654-41.654 41.654-109.177 0-150.831-41.653-41.653-109.173-41.653-150.848-.005l-72.389 72.389c-8.331 8.331-8.331 21.839 0 30.17s21.839 8.331 30.17 0l72.384-72.384c25.008-24.992 65.521-24.992 90.513 0 24.991 24.991 24.991 65.5 0 90.491L317.85 284.646c-24.992 24.992-65.5 24.992-90.491 0-8.331-8.331-21.839-8.331-30.17 0s-8.331 21.839 0 30.17c41.654 41.654 109.177 41.654 150.831 0L480.756 182.08zM399.099 368.926c-8.331-8.331-21.839-8.331-30.17 0-8.331 8.331-8.331 21.839 0 30.17l63.979 63.979c8.331 8.331 21.839 8.331 30.17 0 8.331-8.331 8.331-21.839 0-30.17l-63.979-63.979zM112.946 143.113c8.331 8.331 21.839 8.331 30.17 0s8.331-21.839 0-30.17L79.073 48.9c-8.331-8.331-21.839-8.331-30.17 0-8.331 8.331-8.331 21.839 0 30.17l64.043 64.043zM490.67 320h-64c-11.782 0-21.333 9.551-21.333 21.333 0 11.782 9.551 21.333 21.333 21.333h64c11.782 0 21.333-9.551 21.333-21.333 0-11.782-9.551-21.333-21.333-21.333zM170.67 106.667c11.782 0 21.333-9.551 21.333-21.333v-64C192.003 9.551 182.452 0 170.67 0c-11.782 0-21.333 9.551-21.333 21.333v64c-.001 11.782 9.551 21.334 21.333 21.334zM21.336 192h64c11.782 0 21.333-9.551 21.333-21.333 0-11.782-9.551-21.333-21.333-21.333h-64c-11.782 0-21.333 9.551-21.333 21.333C.003 182.449 9.554 192 21.336 192zM341.336 405.333c-11.782 0-21.333 9.551-21.333 21.333v64c0 11.782 9.551 21.333 21.333 21.333 11.782 0 21.333-9.551 21.333-21.333v-64c.001-11.781-9.551-21.333-21.333-21.333z"/></svg>')}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div[title=Unlink].rdw-option-disabled{opacity:.6}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div[title=Monospace]{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2.1 3.1c.2 1.3.4 1.6.4 2.9C2.5 6.8 1 7.5 1 7.5v1s1.5.7 1.5 1.5c0 1.3-.2 1.6-.4 2.9-.3 2.1.8 3.1 1.8 3.1H6v-2s-1.8.2-1.8-1c0-.9.2-.9.4-2.9.1-.9-.5-1.6-1.1-2.1.6-.5 1.2-1.1 1.1-2-.3-2-.4-2-.4-2.9C4.2 1.9 6 2 6 2V0H3.9C2.8 0 1.8 1 2.1 3.1zM13.9 3.1c-.2 1.3-.4 1.6-.4 2.9 0 .8 1.5 1.5 1.5 1.5v1s-1.5.7-1.5 1.5c0 1.3.2 1.6.4 2.9.3 2.1-.8 3.1-1.8 3.1H10v-2s1.8.2 1.8-1c0-.9-.2-.9-.4-2.9-.1-.9.5-1.6 1.1-2.1-.6-.5-1.2-1.1-1.1-2 .2-2 .4-2 .4-2.9C11.8 1.9 10 2 10 2V0h2.1c1.1 0 2.1 1 1.8 3.1z"/></svg>')}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div[title=Superscript]{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 436.544 436.544"><path d="M165.304 284.075l52.534-76.223h35.689v-47.967h-73.374l-39.971 65.096-7.137 11.991c-1.521 2.279-2.57 4.285-3.14 5.996h-.856c-.571-2.279-1.615-4.285-3.14-5.996-3.999-7.234-6.189-11.231-6.567-11.991l-39.687-65.096H.859v47.967h39.112l52.819 77.661-56.243 83.083H0v47.675h73.66l44.252-71.376c2.856-4.569 5.236-8.758 7.139-12.563l2.568-5.995h.859c.571 2.279 1.619 4.288 3.14 5.995l6.855 11.995 45.395 71.944h70.81v-47.675h-31.132l-58.242-84.521zM400.571 174.734v22.839h-66.239c.567-6.28 3.47-12.275 8.706-17.987 5.235-5.708 11.464-10.607 18.698-14.7 7.231-4.093 15.037-8.894 23.414-14.417 8.378-5.521 16.133-11.091 23.271-16.706 7.139-5.612 13.038-12.891 17.699-21.838 4.661-8.945 6.995-18.751 6.995-29.408 0-18.846-6.476-33.927-19.418-45.253-12.933-11.326-29.872-16.989-50.819-16.989-19.984 0-37.873 6.189-53.662 18.558-7.054 5.52-13.049 11.803-17.997 18.843l29.988 26.269c4.185-5.14 7.61-8.757 10.29-10.849 8.754-7.426 17.98-11.137 27.682-11.137 7.807 0 14.514 2.331 20.13 6.995 5.615 4.665 8.408 10.614 8.408 17.843 0 6.283-2.472 12.371-7.42 18.276-4.938 5.896-11.136 11.038-18.562 15.415-7.409 4.375-15.406 9.563-23.982 15.559-8.562 5.996-16.557 12.181-23.982 18.555-7.419 6.377-13.606 14.609-18.555 24.698-4.949 10.088-7.427 21.222-7.427 33.404 0 3.424.384 7.81 1.144 13.134l.855 7.7h146.756v-58.803h-35.973z"/></svg>')}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div[title=Subscript]{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 436.544 436.544"><path d="M165.306 178.022l52.532-76.23h35.689V53.827h-73.374l-39.971 65.094-7.137 11.992c-1.521 2.283-2.568 4.283-3.14 5.997h-.856c-.571-2.286-1.615-4.286-3.14-5.997-3.999-7.236-6.189-11.23-6.567-11.992L79.656 53.827H.859v47.965h39.112l52.819 77.656-56.243 83.083H0v47.678h73.66l44.252-71.372c2.857-4.572 5.236-8.758 7.139-12.563l2.568-5.995h.859c.571 2.282 1.619 4.281 3.14 5.995l6.855 11.991 45.395 71.944h70.81v-47.678h-31.132l-58.24-84.509zM401.138 324.486v22.85H334.91c.76-7.423 4.661-14.37 11.704-20.841 7.046-6.472 15.327-12.467 24.838-17.987a486.406 486.406 0 0028.407-17.843c9.418-6.375 17.415-14.562 23.986-24.561 6.563-9.993 9.852-21.262 9.852-33.825 0-18.846-6.478-33.929-19.417-45.254-12.936-11.326-29.879-16.989-50.819-16.989-20.553 0-38.451 6.189-53.666 18.56-7.05 5.518-13.045 11.801-17.994 18.842l29.985 26.265c4.188-5.14 7.61-8.761 10.28-10.849 8.761-7.431 17.986-11.142 27.692-11.142 7.802 0 14.51 2.331 20.129 6.995 5.612 4.665 8.411 10.616 8.411 17.844 0 6.282-2.471 12.371-7.419 18.28-4.941 5.9-11.136 11.03-18.562 15.41-7.416 4.377-15.41 9.565-23.982 15.554-8.562 5.996-16.561 12.187-23.986 18.556-7.416 6.375-13.606 14.612-18.555 24.701-4.948 10.092-7.426 21.224-7.426 33.4 0 .198.287 4.575.855 13.134l1.143 7.703h146.749v-58.803h-35.977z"/></svg>')}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div[title=Indent]{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M10 12h44a2 2 0 000-4H10a2 2 0 000 4zM54 52H10a2 2 0 000 4h44a2 2 0 000-4zM54 19H34a2 2 0 000 4h20a2 2 0 000-4zM54 30H34a2 2 0 000 4h20a2 2 0 000-4zM54 41H34a2 2 0 000 4h20a2 2 0 000-4zM10 34h11.172l-.005.005a15.753 15.753 0 00-2.956 4.101 2 2 0 003.578 1.789 11.784 11.784 0 012.206-3.062l3.419-3.419a2 2 0 000-2.828l-3.419-3.419a11.766 11.766 0 01-2.206-3.061 2 2 0 00-3.579 1.788 15.734 15.734 0 002.956 4.101l.006.005H10a2 2 0 000 4z"/></svg>')}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div[title=Outdent]{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M54 8H10a2 2 0 000 4h44a2 2 0 000-4zM54 52H10a2 2 0 000 4h44a2 2 0 000-4zM54 19H34a2 2 0 000 4h20a2 2 0 000-4zM54 30H34a2 2 0 000 4h20a2 2 0 000-4zM54 41H34a2 2 0 000 4h20a2 2 0 000-4zM17.789 25.895a2.001 2.001 0 00-3.579-1.789 11.75 11.75 0 01-2.206 3.062l-3.419 3.419a2 2 0 000 2.828l3.419 3.419a11.734 11.734 0 012.206 3.062 2.003 2.003 0 002.684.893 2.002 2.002 0 00.895-2.684 15.76 15.76 0 00-2.956-4.101L14.828 34H26a2 2 0 000-4H14.828l.005-.005a15.755 15.755 0 002.956-4.1z"/></svg>')}.WysiwygEditor .WEMWrapper .WEMToolbar>div.rdw-colorpicker-wrapper>div.rdw-option-wrapper{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 511.07 511.07"><path d="M226.326 402.458c-8.35 6.249-18.444 9.631-29.061 9.631-1.955 0-3.892-.115-5.804-.341a48.181 48.181 0 01-16.319-4.955l-24.484 24.483a51.932 51.932 0 01-1.852 1.76c-.084.076-.171.145-.255.22a51.35 51.35 0 01-1.69 1.451l-.029.023c-8.907 7.267-19.949 11.22-31.599 11.22-11.629 0-22.651-3.94-31.549-11.181l-.084-.065a50.665 50.665 0 01-1.659-1.424c-.093-.083-.19-.16-.283-.244a50.948 50.948 0 01-5.198-5.45 50.354 50.354 0 01-2.113-2.786 51.157 51.157 0 01-1.04-1.509c-5.315-8.084-8.175-17.542-8.175-27.441 0-2.509.183-4.99.543-7.428 1.56-10.563 6.442-20.31 14.131-27.999l24.483-24.483a48.275 48.275 0 01-5.21-19.205 49.638 49.638 0 01-.086-2.918c0-10.616 3.382-20.711 9.631-29.061-27.453 1.105-54.578 12.107-75.492 33.02-44.16 44.16-44.16 116.013 0 160.173 44.16 44.159 116.013 44.16 160.173 0 20.914-20.912 31.917-48.038 33.021-75.491zM495.345 15.738C485.195 5.589 471.702 0 457.35 0s-27.846 5.589-37.995 15.738L361.53 73.562l75.99 75.99 57.824-57.824c20.951-20.951 20.951-55.039.001-75.99zM324.71 79.167c-4.628-4.627-12.156-4.629-16.786 0l-11.508 11.508c-2.242 2.242-3.477 5.222-3.477 8.393s1.235 6.151 3.477 8.393l107.205 107.206c4.628 4.627 12.156 4.629 16.786 0l11.509-11.509c4.627-4.627 4.627-12.158-.001-16.786zM325.548 261.525l41.253-41.253-75.99-75.989-117.243 117.242z"/><path d="M143.568 291.525l-9.118 9.117c-7.265 7.265-7.265 19.085 0 26.351 5.858 5.858 5.858 15.355 0 21.213l-33.431 33.431c-3.796 3.797-5.888 8.844-5.888 14.213s2.091 10.417 5.888 14.213c3.796 3.797 8.844 5.888 14.213 5.888s10.417-2.091 14.213-5.887l33.432-33.431c5.858-5.858 15.355-5.857 21.213 0a18.512 18.512 0 0013.175 5.457c.622 0 1.24-.03 1.851-.09a18.49 18.49 0 0011.324-5.367l85.108-85.107h-151.98z"/></svg>')}.WysiwygEditor .WEMWrapper .WEMToolbar>div.rdw-embedded-wrapper>div.rdw-option-wrapper{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.5 13c-3.584 0-6.5-2.916-6.5-6.5S13.916 0 17.5 0 24 2.916 24 6.5 21.084 13 17.5 13zm0-11.5c-2.757 0-5 2.243-5 5s2.243 5 5 5 5-2.243 5-5-2.243-5-5-5z"/><path d="M15 1.02h1.5v10.96H15zM18.5 1.02H20v10.96h-1.5z"/><path d="M12.02 4h10.961v1.5H12.02zM12.02 7.5h10.961V9H12.02z"/><path d="M21.25 24H2.75A2.752 2.752 0 010 21.25V4.75A2.752 2.752 0 012.75 2H9.6a.75.75 0 010 1.5H2.75c-.689 0-1.25.561-1.25 1.25v16.5c0 .689.561 1.25 1.25 1.25h18.5c.689 0 1.25-.561 1.25-1.25v-8.18a.75.75 0 011.5 0v8.18A2.752 2.752 0 0121.25 24z"/><path d="M8.76 7H.75a.75.75 0 010-1.5h8.01a.75.75 0 010 1.5zM13.75 19.5a.75.75 0 01-.569-1.239L14.262 17l-1.081-1.262a.75.75 0 011.139-.977l1.5 1.75a.75.75 0 010 .977l-1.5 1.75a.75.75 0 01-.57.262zM7.25 19.5a.747.747 0 01-.569-.262l-1.5-1.75a.75.75 0 010-.977l1.5-1.75a.75.75 0 011.139.977L6.738 17l1.081 1.262A.75.75 0 017.25 19.5zM9.751 21a.75.75 0 01-.732-.919l1.5-6.5a.75.75 0 011.461.337l-1.5 6.5a.749.749 0 01-.729.582z"/></svg>')}.WysiwygEditor .WEMWrapper .WEMToolbar>div.rdw-emoji-wrapper>div.rdw-option-wrapper{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 512c-68.38 0-132.667-26.629-181.02-74.98C26.629 388.667 0 324.38 0 256S26.629 123.333 74.98 74.98C123.333 26.629 187.62 0 256 0s132.667 26.629 181.02 74.98C485.371 123.333 512 187.62 512 256s-26.629 132.667-74.98 181.02C388.667 485.371 324.38 512 256 512zm0-472C136.897 40 40 136.897 40 256s96.897 216 216 216 216-96.897 216-216S375.103 40 256 40zm93.737 260.188c-9.319-5.931-21.681-3.184-27.61 6.136-.247.387-25.137 38.737-67.127 38.737s-66.88-38.35-67.127-38.737c-5.93-9.319-18.291-12.066-27.61-6.136s-12.066 18.292-6.136 27.61c1.488 2.338 37.172 57.263 100.873 57.263s99.385-54.924 100.873-57.263c5.93-9.319 3.183-21.68-6.136-27.61zM168 165c13.807 0 25 11.193 25 25s-11.193 25-25 25-25-11.193-25-25 11.193-25 25-25zm150 25c0 13.807 11.193 25 25 25s25-11.193 25-25-11.193-25-25-25-25 11.193-25 25z"/></svg>')}.WysiwygEditor .WEMWrapper .WEMToolbar>div.rdw-image-wrapper>div.rdw-option-wrapper{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 550.801 550.8"><path d="M515.828 61.201H34.972C15.659 61.201 0 76.859 0 96.172V454.63c0 19.312 15.659 34.97 34.972 34.97h480.856c19.314 0 34.973-15.658 34.973-34.971V96.172c0-19.313-15.658-34.971-34.973-34.971zm0 34.971V350.51l-68.92-62.66c-10.359-9.416-26.289-9.04-36.186.866l-69.752 69.741-137.532-164.278c-10.396-12.415-29.438-12.537-39.99-.271L34.972 343.219V96.172h480.856zm-148.627 91.8c0-26.561 21.523-48.086 48.084-48.086 26.562 0 48.086 21.525 48.086 48.086s-21.523 48.085-48.086 48.085c-26.56.001-48.084-21.524-48.084-48.085z"/></svg>')}.WysiwygEditor .WEMWrapper .WEMEditor{max-height:200px;min-height:150px;overflow:auto;overflow-y:overlay;overflow-x:overlay;padding:10px}.WysiwygEditor .WEMWrapper .WEMEditor .public-DraftStyleDefault-block{margin:0;text-align:unset}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div.rdw-link-modal{height:auto;width:250px;margin:0;box-shadow:0 0 10px #ddd;padding:10px;opacity:1!important;z-index:100}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div.rdw-link-modal .rdw-link-modal-input{height:30px;margin:0 0 10px}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div.rdw-link-modal .rdw-link-modal span.rdw-link-modal-buttonsection button.rdw-link-modal-btn{margin:0;box-shadow:unset}.WysiwygEditor .WEMWrapper .WEMToolbar>div>div.rdw-link-modal .rdw-link-modal span.rdw-link-modal-buttonsection{display:flex;flex-wrap:wrap;justify-content:space-between;margin:unset}.WysiwygEditor.errorState,.WysiwygEditor.errorState .WEMToolbar{border-color:#f44336;border-radius:0}.WysiwygEditorError{color:#f44336;font-size:14px;font-weight:500;padding-top:2px}.WysiwygEditor .WEMWrapper .WEMEditor span[contenteditable=false][data-check=personalize],.WysiwygEditor .WEMWrapper .WEMEditor span[contenteditable=false][data-check=personalizeSaved]{background-repeat:no-repeat!important;background-position:4px 3px!important;background-size:16px!important;margin:2.5px 0}.BuilderOptionPopover.ArrowPopover.top-center .PopoverMainInner{margin-top:0;margin-bottom:15px}.BuilderOptionPopover.ArrowPopover.top-center .PopoverMainInner:before{bottom:-6px;left:calc(50% - 7px);visibility:visible}.BuilderOptionPopover.ArrowPopover.top-center .BOPFallbackLabelContainer{display:flex;justify-content:flex-start;align-items:center}.BuilderOptionPopover.ArrowPopover.top-center .BOPFallbackLabelContainer .BOPFLCLabel{margin-right:.2rem}.WysiwygEditor .WEMWrapper .WEMEditor .rdw-link-decorator-wrapper a{cursor:pointer;-webkit-user-modify:read-only}.WysiwygEditor .WEMWrapper .WEMEditor .rdw-link-decorator-wrapper img{display:none}@media(min-width:1367px)and (max-width:1600px){.WysiwygEditor .WEMWrapper .WEMToolbar>div>div.rdw-link-modal{right:0;left:unset;z-index:9;opacity:1}}@media(max-width:575.98px){.WysiwygEditor .WEMWrapper .WEMToolbar>div.rdw-text-align-wrapper{order:1}}.MDCRow.errorSWDialogMain{height:80%}.errorSWDialogMain .errorSWDialogInner{flex:1 1;display:flex;flex-direction:column}.errorSWDialogMain .errorSWDialogInner button.eSWIBtn{position:absolute;right:15px;top:15px;border-radius:100%;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.1411764706),0 9px 46px 8px rgba(0,0,0,.1215686275)}.errorSWDialogMain .errorSWDialogInner .sSWDIIcon{display:flex;align-items:center;justify-content:center;flex:1 1}.errorSWDialogMain .errorSWDialogInner .sSWDIIcon .sSWDIIPeashooter{display:flex;z-index:1;position:relative}.errorSWDialogMain .errorSWDialogInner .sSWDIIcon .sSWDIIPeashooter svg{width:450px;height:450px}.errorSWDialogMain .errorSWDialogInner .sSWDIInfo{text-align:center;padding:50px 0}.errorSWDialogMain .errorSWDialogInner .sSWDIInfo .sSWDIITitle{font-size:40px;font-weight:600;color:#000}.errorSWDialogMain .errorSWDialogInner .sSWDIInfo .sSWDIISTitle{font-size:18px;font-weight:500;color:#666}.errorSWDialogMain .errorSWDialogInner .sSWDIInfo .sSWDIIBtn{padding-top:10px}.errorSWDialogMain .errorSWDialogInner .sSWDIAnimation{position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;overflow:hidden;padding:50px 0}@-webkit-keyframes animateCloud{0%{margin-left:-1000px}to{margin-left:100%}}@keyframes animateCloud{0%{margin-left:-1000px}to{margin-left:100%}}.sSWDIACloudWrap1{-webkit-animation:animateCloud 35s linear infinite;animation:animateCloud 35s linear infinite;-webkit-transform:scale(.65);transform:scale(.65)}.sSWDIACloudWrap2{-webkit-animation:animateCloud 20s linear infinite;animation:animateCloud 20s linear infinite;-webkit-transform:scale(.3);transform:scale(.3)}.sSWDIACloudWrap3{-webkit-animation:animateCloud 30s linear infinite;animation:animateCloud 30s linear infinite;-webkit-transform:scale(.5);transform:scale(.5)}.sSWDIACloudWrap4{-webkit-animation:animateCloud 18s linear infinite;animation:animateCloud 18s linear infinite;-webkit-transform:scale(.4);transform:scale(.4)}.sSWDIACloudWrap5{-webkit-animation:animateCloud 25s linear infinite;animation:animateCloud 25s linear infinite;-webkit-transform:scale(.55);transform:scale(.55)}.sSWDIACWCloud{background:#edf2fd;background:linear-gradient(180deg,#edf2fd 5%,#f1f1f1);border-radius:100px;height:120px;position:relative;width:350px}.sSWDIACWCloud:after,.sSWDIACWCloud:before{background:#edf2fd;content:"";position:absolute;z-index:-1}.sSWDIACWCloud:after{border-radius:100px;height:100px;left:50px;top:-50px;width:100px}.sSWDIACWCloud:before{border-radius:200px;width:180px;height:180px;right:50px;top:-90px}@-webkit-keyframes remove-toast{0%{left:0}50%{opacity:0;-webkit-transform:translateX(-110%);transform:translateX(-110%)}to{-webkit-transform:translateX(-110%);transform:translateX(-110%);opacity:0;height:0;margin-bottom:0}}@keyframes remove-toast{0%{left:0}50%{opacity:0;-webkit-transform:translateX(-110%);transform:translateX(-110%)}to{-webkit-transform:translateX(-110%);transform:translateX(-110%);opacity:0;height:0;margin-bottom:0}}.notification-container{font-size:14px;box-sizing:border-box;position:fixed;z-index:100005}.toast-container-top-right{top:12px;right:12px}.toast-container-bottom-right{bottom:12px;right:12px}.toast-container-top-left{top:12px;left:12px}.toast-container-bottom-left{bottom:12px;left:12px}.toast{transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}.toast.bottom-right,.toast.top-right{-webkit-animation:toast-in-right .7s;animation:toast-in-right .7s}.toast.bottom-left,.toast.top-left{-webkit-animation:toast-in-left .7s;animation:toast-in-left .7s}.toast.removed{-webkit-animation:remove-toast .6s;animation:remove-toast .6s}.notification{display:flex;align-items:center}.notification-title{font-weight:700;font-size:16px;text-align:left;margin-top:0;margin-bottom:6px;width:300px;height:18px}.toast .notification-message{flex:1 1;padding:0 10px;line-height:normal;font-size:16px;font-weight:500}.toast .notification-icon{font-size:25px;display:flex}.toast{min-width:325px;max-width:100%;color:var(--white);padding:15px;border-radius:4px;margin-bottom:15px}.toast:last-child{margin-bottom:0}.success{background-color:#5cb85c}.error{background-color:#d9534f}.info{background-color:#5bc0de}.warning{background-color:#f0ad4e}.default{background-color:#2c3e50}.toast button.notification-remove{padding:0;background-color:transparent;border:0;outline:0;color:var(--white);font-size:12px;cursor:pointer}@-webkit-keyframes toast-in-right{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes toast-in-right{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes toast-in-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes toast-in-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}:root{--primary-main:#000;--dark-blue:#005eff;--blue-invert:#fff;--white:#fff;--conversations-primary:#5767f8;--conversations-primary-light:#0083ff;--conversations-secondary:#7a87fd;--conversations-primary-tint-1:#e4e7fd;--conversations-primary-tint-2:#e5e6fc;--conversations-primary-tint-3:#f1f1fd;--conversation-light-message-bg:#f4f4f4;--conversation-light-message-secondary-bg:#f4f7fb;--conversation-light-message-secondary-text:#333;--conversation-light-message-text:#222;--conversation-dark-message-bg:#dce1f9;--conversation-dark-message-secondary-bg:#cdd3eb;--conversation-dark-message-text:#20284c;--conversation-light-email-bg:#dbd5ef;--conversation-light-email-secondary-bg:#f5f3ff;--conversation-dark-email-bg:#e9e2ff;--conversation-light-sms-bg:#e5ffdf;--conversation-light-sms-secondary-bg:#eefceb;--conversation-dark-sms-bg:#e5ffdf;--conversation-light-note-bg:#fff3c7;--conversation-light-note-secondary-bg:#faf3d7;--conversation-dark-note-bg:#fdf2cd}body,html{border:0;max-width:100%;width:auto;height:100%;margin:0;padding:0;display:block}#root{overflow:hidden}body{font-size:14px;font-weight:400;line-height:1.5;color:#000;background-color:#fff;background-color:var(--white);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}:not(.fa):not(.WysiwygEditor *):not(.ace_editor *),body{font-family:"Source Sans Pro",sans-serif!important}*,:after,:before{box-sizing:border-box}img{max-width:100%}.Canny_BadgeContainer .Canny_Badge{position:absolute;top:-1px;right:-1px;border-radius:10px;background-color:transparent;padding:5px;border:1px solid transparent}.pageWrapper{display:flex;flex-direction:column;height:100%;overflow:auto;position:relative}svg{width:1em;height:1em;display:block;font-size:inherit;transition:fill .2s cubic-bezier(.4,0,.2,1) 0ms;flex-shrink:0;-webkit-user-select:none;user-select:none;fill:currentColor}svg.highcharts-root{width:100%;height:100%}a{text-decoration:none}*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) rgba(0,0,0,.0941176471)}::-webkit-scrollbar{width:8px;height:8px;border-radius:50px;-webkit-transition:all .2s ease;transition:all .2s ease;overflow:auto;margin:auto}::-webkit-scrollbar-track{border-radius:50px;overflow:auto;overflow-y:scroll;overflow-x:scroll}::-webkit-scrollbar-thumb{background:transparent;border-radius:50px}:hover::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);transition-duration:10s}.HeaderBar{display:flex;flex:1 1;align-items:center;justify-content:space-between}.HeaderBar h1.HeaderBarTitle{font-size:22px;font-weight:500;color:#fff;color:var(--blue-invert);opacity:.8;flex:1 1;margin:0}.HeaderBar .HeaderBarIcon{display:flex;justify-content:center;align-items:center;padding-right:.6rem;height:100%}.HeaderBar .HeaderBarIcon svg{fill:#fff;fill:var(--blue-invert);width:1rem;height:1rem}.HeaderBar .HeaderBarClose{display:flex}.HeaderBar .HeaderBarClose .iconButton{border-radius:100%;background-color:#26262b;border-color:transparent;color:#fff;color:var(--white)}.HeaderBar .HeaderBarClose .iconButton:hover{background-color:hsla(0,0%,98.4%,.0392156863)}.HeaderBar .HeaderBarDC{display:flex}.HeaderBar .HeaderBarDC .iconButton{border-radius:100%;background-color:#26262b;border-color:transparent;color:#fff;color:var(--white);margin:0 4px}.HeaderBar .HeaderBarDC .iconButton:hover{background-color:hsla(0,0%,98.4%,.0392156863)}.BodyBox{padding:15px;overflow:auto;overflow-y:overlay;overflow-x:overlay}.BodyBox .BodyBoxInner{height:100%}.ButtonWrapper{width:100%;display:flex;align-items:center;justify-content:space-between}.ButtonWrapper.endBtns{justify-content:flex-end}.ButtonWrapper.endBtns button{margin-left:15px}.ButtonWrapper .BWSap{flex:1 1}.ButtonWrapper .BWSap button{margin-right:10px}.ButtonWrapper .BWSap button:last-child{margin-right:0}.DCDropdownSelect{display:inline-flex}.DCDropdownSelect.fullWidth{display:flex;width:100%}.DCDropdownSelect.fullWidth button.DCDSMainBtn{display:flex;width:100%;justify-content:flex-start;background-color:transparent;position:relative;padding:10px 35px 10px 10px;cursor:pointer;min-height:38px}.DCDropdownSelect.fullWidth button.DCDSMainBtn:after{content:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M505.755 123.592c-8.341-8.341-21.824-8.341-30.165 0L256.005 343.176 36.421 123.592c-8.341-8.341-21.824-8.341-30.165 0s-8.341 21.824 0 30.165l234.667 234.667a21.275 21.275 0 0015.083 6.251 21.275 21.275 0 0015.083-6.251l234.667-234.667c8.34-8.341 8.34-21.824-.001-30.165z" fill="rgb(132 146 158)"/></svg>');position:absolute;right:10px;top:11px;transition:all .1s ease;width:15px;height:15px;z-index:1}.DCDropdownSelect.fullWidth button.DCDSMainBtn.disabled:after{display:none}.DCDropdownSelect.fullWidth button.DCDSMainBtn.focus{border-color:#005eff;border-color:var(--dark-blue);box-shadow:0 0 3px #005eff;box-shadow:0 0 3px var(--dark-blue)}.DCDropdownSelect.fullWidth button.DCDSMainBtn.focus:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.DCDropdownSelect .DCDSMainBtn.mainButton span.buttonTitle{text-align:left}.DCDSOptionList .DropdownOptionsBtn.mainButton{justify-content:flex-start;width:100%;padding:10px 15px;border:0;border-radius:0}.DCDSOptionList .DropdownOptionsBtn.mainButton.active{background-color:#f2f2f2}.DCDSOptionList .DropdownOptionsBtn.mainButton span.buttonTitle{text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.DCDSOptionList .DropdownOptionsBtn .DCDSNoOption{padding:10px;font-size:14px;font-weight:600;text-align:center;color:#000}.DCDSOptionList .DropdownOptionGroup{display:flex;flex-direction:column}.DCDSOptionList .DropdownOptionGroup .DOGTitle{font-size:14px;font-weight:600;color:#000;text-transform:capitalize;padding:10px}.DCDSOptionList .DropdownOptionGroup .DOGOption{display:flex;flex-direction:column}.DCDSOptionList .DropdownOptionGroup .DOGOption .DOGOptionBtn{justify-content:flex-start;padding:10px 10px 10px 30px;border:0}.DCDropdownSelect.fullWidth .AutoCompleteRoot{width:100%}.primary{color:#005eff!important;color:var(--dark-blue)!important}.danger{color:#f44336!important}.subMenuBar{min-height:65px;border-bottom:1px solid #eaeaea}.subMenuBar .sMBInner{display:flex;height:100%}.subMenuBar .sMBInner .sMBILeft{width:270px;border-right:1px solid #eaeaea;background-color:#fff;background-color:var(--white)}.subMenuBar .sMBInner .sMBILeft .sMBILPageHeading{display:flex;align-items:center;padding:0 15px;height:100%;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}.subMenuBar .sMBInner .sMBILeft .sMBILPageHeading svg{width:25px;height:25px}.subMenuBar .sMBInner .sMBILeft .sMBILPageHeading h1.sMBILPHTitle{margin:0;flex:1 1;font-size:20px;font-weight:600;line-height:25px}.subMenuBar .sMBInner .sMBIRight{width:calc(100% - 270px);display:flex}.subMenuBar .sMBInner .sMBIRight.sMBIRAffilateCenter{display:flex;justify-content:flex-end;align-items:center;background:#fff}.subMenuBar .sMBInner .sMBIRight.sMBIRAffilateCenter .sMBIRSInner{margin-right:15px}.sMBIRSettings .sMBIRSInner{display:flex;align-items:center;height:100%;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;margin-right:15px}.sMBIRSettings .sMBIRSText{font-size:14px;font-weight:600;color:#000}.UserInfoHead{padding:15px}.UserInfoHead .UserInfoHeadInner{display:flex;align-items:center}.UserInfoHead .UserInfoHeadInner .UIHIBtn{display:flex;flex:1 1}.UserInfoHead .UserInfoHeadInner .UIHIB12{display:flex}.UserInfoHead .UserInfoHeadInner .UIHIBtn1{display:flex;padding-right:15px}.UserInfoHead .UserInfoHeadInner .UIHIBtn2{display:flex}.UserInfoHead .UserInfoHeadInner .UIHIBtn .mainButton{border-radius:50px;background-color:#005eff;background-color:var(--dark-blue);color:#fff;color:var(--white);padding:8px 15px;border-color:#005eff;border-color:var(--dark-blue)}.UserInfoHead .UserInfoHeadInner .UIHIBtn1 .mainButton,.UserInfoHead .UserInfoHeadInner .UIHIBtn2 .mainButton{border-radius:50px;padding:8px 15px;color:#26262b;box-shadow:0 0 15px #f2f2f2}.SidebarComWrapper{padding:15px}.SidebarComWrapper.rlNoPadding{padding:15px 0}.SidebarComWrapper.tbNoPadding{padding:0 15px}.SidebarComWrapper.topNoPadding{padding-top:0}.SidebarComWrapper .SbCWAddBtn{padding-top:15px;display:flex;justify-content:center}.SidebarComWrapper label.radioButton{padding:3px 0}.SbCWAddBtn button.mainButton{padding:10px 23px;border-radius:0;font-size:16px}.SbCWAddBtn button.mainButton span.buttonTitle{padding-left:7px}.ErrorBoundary{flex:1 1}.ErrorBoundary .EBInner{height:100%;position:relative;background-color:#d4d9ed;display:flex;align-items:center;justify-content:center;overflow:hidden}.ErrorBoundary .EBInner .EBIContent{text-align:center;max-width:750px;width:100%}.ErrorBoundary .EBInner .EBIContent .EBICDes{font-size:30px;font-weight:300;color:#005eff;color:var(--dark-blue)}.ErrorBoundary .EBInner .EBIContent .EBICDes strong{text-decoration:underline;text-transform:capitalize;font-weight:600;cursor:pointer}.ErrorBoundary .EBInner .EBICTir1{position:absolute;width:300px;height:120%;top:25px;right:-340px;background-color:#8a65df;box-shadow:0 0 60px 20px rgba(137,100,222,.5);transition:all .5s;-webkit-transform:rotate(20deg);transform:rotate(20deg);right:-170px;-webkit-animation-name:animation_error_1;animation-name:animation_error_1;-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.ErrorBoundary .EBInner .EBICTir2{width:100%;height:300px;right:-10%;bottom:-301px;background-color:#8b65e4;box-shadow:0 0 60px 10px rgba(131,95,214,.5),0 0 20px 0 rgba(0,0,0,.1);z-index:5;-webkit-transition:all .5s;-webkit-animation-name:animation_error_2;animation-name:animation_error_2;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.ErrorBoundary .EBInner .EBICTir2,.ErrorBoundary .EBInner .EBICTir3{position:absolute;transition:all .5s;-webkit-animation-duration:4s;animation-duration:4s;-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}.ErrorBoundary .EBInner .EBICTir3{width:300px;height:120%;bottom:25px;background-color:#8a65df;box-shadow:0 0 60px 20px rgba(137,100,222,.5);left:-170px;-webkit-animation-name:animation_error_1;animation-name:animation_error_1;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.ErrorBoundary .EBInner .EBICTir4{position:absolute;width:100%;height:300px;left:-10%;top:-301px;background-color:#8b65e4;box-shadow:0 0 60px 10px rgba(131,95,214,.5),0 0 20px 0 rgba(0,0,0,.1);z-index:5;transition:all .5s;-webkit-transition:all .5s;-webkit-animation-name:animation_error_2;animation-name:animation_error_2;-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}@-webkit-keyframes animation_error_1{0%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}to{-webkit-transform:rotate(25deg);transform:rotate(25deg)}}@keyframes animation_error_1{0%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}to{-webkit-transform:rotate(25deg);transform:rotate(25deg)}}body .pageWrapper{transition:all .1s cubic-bezier(.98,.28,.56,.59)}body.activeBlur .pageWrapper{-webkit-filter:blur(3px);filter:blur(3px);overflow:hidden}.DataFieldPreview{padding:10px;background-color:#f6f8fc;border-radius:4px;margin-bottom:20px;border:1px solid #ebecee;box-shadow:0 0 4px 0 hsla(0,0%,86.7%,.3294117647);cursor:not-allowed}.DataFieldPreview .DFPTitle{font-size:14px;font-weight:400;color:#000;word-break:break-all}p{margin:0}.TemplateViewContainer{background-color:#fff;background-color:var(--white);position:relative}.TemplateViewContainer,.TemplateViewContainerRow{height:100%;overflow:auto;overflow-y:overlay;overflow-x:overlay}.TemplateViewContainerRow{display:flex;flex-wrap:wrap;padding:50px 30px 25px}.TVCREmpty{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:1}.TVCREmpty .TVCREContent{display:block}.TVCREmpty .TVCREContent .TVCREIcon{display:flex;justify-content:center;font-size:200px}.TVCREmpty .TVCREContent .TVCRETitle{text-align:center;font-size:24px;font-weight:600}.TVCREmpty .TVCREContent .TVCRESTitle{font-size:16px;font-weight:500;color:rgba(0,0,0,.6);padding-top:5px;text-align:center}.TVCREmpty .TVCREContent .TVCREBtn{display:flex;justify-content:center;padding-top:15px}.pageContentSidebar{width:100%;flex:1 1;display:flex;flex-direction:row;overflow:auto;overflow-y:overlay;overflow-x:overlay}.pageContentSidebar .PCSView{width:calc(100% - 490px);display:flex;flex-direction:column;box-shadow:unset;height:100%;position:relative;z-index:1}.pageContentSidebar .PCSSidebar{width:490px;padding-left:15px;display:flex;flex-direction:column;height:100%;overflow:auto;overflow-y:overlay;overflow-x:overlay}.pageContentSidebar .PCSSidebar .PCSSInner{flex:1 1;overflow:auto;overflow-y:overlay;overflow-x:overlay;display:flex;flex-direction:column}.ArrowPopover .PopoverMainInner{margin-top:15px}.ArrowPopover .PopoverMainInner:before{content:"";position:absolute;width:14px;height:14px;background-color:#fff;background-color:var(--white);box-shadow:0 4px 14px 0 rgba(0,0,0,.2),0 0 0 1px rgba(0,0,0,.0509803922);border-radius:4px;-webkit-transform:rotate(45deg);transform:rotate(45deg);visibility:hidden}.CheckboxWithEdit{display:flex;align-items:center;position:relative;margin-bottom:3px}.CheckboxWithEdit label.Checkbox:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;z-index:1}.CheckboxWithEdit .TitleNumber,.CheckboxWithEdit .TNTitleMain{flex:1 1}.CheckboxWithEdit label.Checkbox{position:unset;margin-bottom:0}.CheckboxWithEdit .TitleNumber .TNTitle .TNTBtns{opacity:0;z-index:9}.CheckboxWithEdit:hover .TitleNumber .TNTitle .TNTBtns,.CheckboxWithEdit:hover .TNTitleMain button.iconButton.danger{opacity:1}.CheckboxWithEdit:hover .TitleNumber{background-color:#f4f4f6}.CheckboxWithEdit .TitleNumber.active{z-index:9;background-color:#f4f4f6}.PopoverMain.HeaderTooltip.bottom-center .PopoverMainInner:before{visibility:visible;top:-6px;left:calc(50% - 6px)}.PopoverMain.HeaderTooltip.left-center .PopoverMainInner:before{visibility:visible}.inputBtnOuter{display:flex;align-items:flex-start}.inputBtnOuter>:first-child{flex:1 1}.inputBtnOuter .ToolTipWrapper{display:flex;padding-left:10px}.inputBtnOuter button{margin-left:10px}.inputBtnOuter .ToolTipWrapper button.iconButton,.inputBtnOuter button.iconButton{padding:10px 12px}@media(min-width:1561px)and (max-width:1800px){.subMenuBar{min-height:60px}.subMenuBar .sMBInner .sMBILeft{width:250px}.subMenuBar .sMBInner .sMBILeft .sMBILPageHeading h1.sMBILPHTitle{font-size:16px;font-weight:500;line-height:20px}.subMenuBar .sMBInner .sMBIRight{width:calc(100% - 250px)}.TemplateViewContainerRow{padding:30px}.HeaderBar h1.HeaderBarTitle{font-size:20px}.pageContentSidebar .PCSView{width:calc(100% - 430px)}.pageContentSidebar .PCSSidebar{width:430px}}@media(min-width:1367px)and (max-width:1560px){.subMenuBar{min-height:55px}.subMenuBar .sMBInner .sMBILeft .sMBILPageHeading h1.sMBILPHTitle{font-size:16px;font-weight:500}.subMenuBar .sMBInner .sMBILeft{width:250px}.subMenuBar .sMBInner .sMBIRight{width:calc(100% - 250px)}.HeaderBar h1.HeaderBarTitle{font-size:20px}.pageContentSidebar .PCSView{width:calc(100% - 400px)}.pageContentSidebar .PCSSidebar{width:400px}.UserInfoHead .UserInfoHeadInner{align-items:flex-start}}@media(min-width:1281px)and (max-width:1366px){.subMenuBar{min-height:50px}.subMenuBar .sMBInner .sMBILeft .sMBILPageHeading svg{width:20px;height:20px}.subMenuBar .sMBInner .sMBILeft .sMBILPageHeading h1.sMBILPHTitle{font-size:14px;font-weight:500;line-height:normal}.subMenuBar .sMBInner .sMBILeft{width:250px}.subMenuBar .sMBInner .sMBIRight{width:calc(100% - 250px)}.HeaderBar h1.HeaderBarTitle{font-size:16px}.pageContentSidebar .PCSView{width:calc(100% - 300px)}.pageContentSidebar .PCSSidebar{width:300px}.HeaderBar .HeaderBarClose .iconButton{font-size:13px;padding:5px}.UserInfoHead .UserInfoHeadInner{align-items:flex-start}}@media(min-width:1024px)and (max-width:1280px){.subMenuBar{min-height:50px}.subMenuBar .sMBInner .sMBILeft .sMBILPageHeading svg{width:20px;height:20px}.subMenuBar .sMBInner .sMBILeft .sMBILPageHeading h1.sMBILPHTitle{font-size:16px;font-weight:600;line-height:normal}.subMenuBar .sMBInner .sMBILeft{width:200px}.subMenuBar .sMBInner .sMBIRight{width:calc(100% - 200px)}.pageContentSidebar .PCSView{width:calc(100% - 300px)}.pageContentSidebar .PCSSidebar{width:300px}.UserInfoHead .UserInfoHeadInner{align-items:flex-start}}@media(min-width:992px)and (max-width:1023.98px){.subMenuBar{min-height:50px;background-color:#f6f8fc;border-bottom:0}.subMenuBar .sMBInner .sMBILeft .sMBILPageHeading svg{width:20px;height:20px}.subMenuBar .sMBInner .sMBILeft .sMBILPageHeading h1.sMBILPHTitle{font-size:16px;font-weight:600;line-height:normal}.subMenuBar .sMBInner{position:relative}.subMenuBar .sMBInner .sMBILeft{width:230px;position:absolute;left:0;top:0;height:50px;z-index:1}.subMenuBar .sMBInner .sMBIRight{width:100%;flex-wrap:wrap}.sMBIRSettings .sMBIRSInner{flex:1 1;justify-content:flex-end}.TemplateViewContainerRow{padding:30px}.pageContentSidebar .PCSSidebar{right:0;top:0;bottom:0;background-color:#fff;background-color:var(--white);z-index:2;width:400px;border-top:1px solid #eaeaea;border-left:1px solid #eaeaea;padding:0;-webkit-transform:translateX(100%);transform:translateX(100%);transition:all .3s ease}.pageContentSidebar .PCSSidebar.activityResponsiveView{position:absolute;-webkit-transform:translateX(0);transform:translateX(0)}.pageContentSidebar .PCSView{width:100%}.UserInfoHead .UserInfoHeadInner{align-items:flex-start}}@media(min-width:768px)and (max-width:991.98px){.subMenuBar{min-height:50px;background-color:#f6f8fc;border-bottom:0}.subMenuBar .sMBInner .sMBILeft .sMBILPageHeading svg{width:20px;height:20px}.subMenuBar .sMBInner .sMBILeft .sMBILPageHeading h1.sMBILPHTitle{font-size:16px;font-weight:600;line-height:normal}.subMenuBar .sMBInner{position:relative}.subMenuBar .sMBInner .sMBILeft{width:230px;position:absolute;left:0;top:0;height:50px;z-index:1}.subMenuBar .sMBInner .sMBIRight{width:100%;flex-wrap:wrap}.sMBIRSettings .sMBIRSInner{flex:1 1;justify-content:flex-end}.TemplateViewContainerRow{padding:30px}.pageContentSidebar .PCSSidebar{right:0;top:0;bottom:0;background-color:#fff;background-color:var(--white);z-index:2;width:400px;border-top:1px solid #eaeaea;border-left:1px solid #eaeaea;padding:0;-webkit-transform:translateX(100%);transform:translateX(100%);transition:all .3s ease}.pageContentSidebar .PCSSidebar.activityResponsiveView{position:absolute;-webkit-transform:translateX(0);transform:translateX(0)}.pageContentSidebar .PCSView{width:100%}.UserInfoHead .UserInfoHeadInner{align-items:flex-start}}@media(min-width:576px)and (max-width:767.98px){.subMenuBar{min-height:50px;background-color:#f6f8fc;border-bottom:0}.subMenuBar .sMBInner .sMBILeft .sMBILPageHeading svg{width:20px;height:20px}.subMenuBar .sMBInner .sMBILeft .sMBILPageHeading h1.sMBILPHTitle{font-size:16px;font-weight:600;line-height:normal}.subMenuBar .sMBInner{position:relative}.subMenuBar .sMBInner .sMBILeft{width:200px;position:absolute;left:0;top:0;height:50px;z-index:1}.subMenuBar .sMBInner .sMBIRight{width:100%;flex-wrap:wrap}.sMBIRSettings .sMBIRSInner{flex:1 1;justify-content:flex-end}.pageContentSidebar .PCSSidebar{right:0;top:0;bottom:0;background-color:#fff;background-color:var(--white);z-index:2;width:300px;border-top:1px solid #eaeaea;border-left:1px solid #eaeaea;padding:0;-webkit-transform:translateX(100%);transform:translateX(100%);transition:all .3s ease}.pageContentSidebar .PCSSidebar.activityResponsiveView{position:absolute;-webkit-transform:translateX(0);transform:translateX(0)}.pageContentSidebar .PCSView{width:100%}.UserInfoHead .UserInfoHeadInner{align-items:flex-start}}@media(max-width:575.98px){.subMenuBar{min-height:50px;background-color:#f6f8fc;border-bottom:0}.subMenuBar .sMBInner .sMBILeft .sMBILPageHeading{grid-column-gap:5px;-webkit-column-gap:5px;column-gap:5px}.subMenuBar .sMBInner .sMBILeft .sMBILPageHeading svg{width:20px;height:20px}.subMenuBar .sMBInner .sMBILeft .sMBILPageHeading h1.sMBILPHTitle{font-size:16px;font-weight:600;line-height:normal}@supports(-webkit-touch-callout:none){.subMenuBar .sMBInner .sMBILeft .sMBILPageHeading h1.sMBILPHTitle{padding-left:10px}}.subMenuBar .sMBInner{position:relative}.subMenuBar .sMBInner .sMBILeft{width:150px;position:absolute;left:0;top:0;height:50px;z-index:1;border-bottom:1px solid #eaeaea}.subMenuBar .sMBInner .sMBIRight{width:100%;flex-wrap:wrap;position:relative}.sMBIRSettings .sMBIRSInner{flex:1 1;justify-content:flex-end;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}@supports(-webkit-touch-callout:none){.sMBIRSettings .sMBIRSInner .iconButton{margin-left:10px}.sMBIRSettings .sMBIRSInner .iconButton:first-child{margin-left:0}}.TemplateViewContainerRow{padding:25px 15px}.pageContentSidebar .PCSSidebar{right:0;top:0;bottom:0;background-color:#fff;background-color:var(--white);z-index:2;width:100%;border-top:1px solid #eaeaea;border-left:1px solid #eaeaea;padding:0;-webkit-transform:translateX(100%);transform:translateX(100%);transition:all .3s ease}.pageContentSidebar .PCSSidebar.activityResponsiveView{position:absolute;-webkit-transform:translateX(0);transform:translateX(0)}.pageContentSidebar .PCSView{width:100%}.HeaderBar h1.HeaderBarTitle{font-size:18px;font-weight:600}.ErrorBoundary .EBInner .EBICTir1{width:150px;height:100%}.ErrorBoundary .EBInner .EBICTir2{width:100%;height:350px;right:-30%;bottom:-310px}.ErrorBoundary .EBInner .EBICTir3{width:150px;height:100%}.ErrorBoundary .EBInner .EBICTir4{position:absolute;width:100%;height:300px;left:-10%;top:-301px}.UserInfoHead .UserInfoHeadInner{align-items:flex-start}.UserInfoHead .UserInfoHeadInner .UIHIB12{flex-direction:column;align-items:flex-end}.UserInfoHead .UserInfoHeadInner .UIHIBtn1{padding-right:0;padding-bottom:10px}}iframe#launcher{display:none}.message{position:absolute;font-size:12px;font-weight:700;top:-35px;display:inline-block;color:#0e56ab;border:1px solid #728fe4;background:#ddd;box-shadow:0 0 5px -1px rgba(0,0,0,.2);vertical-align:middle;max-width:700px;padding:5px;clear:both;overflow:hidden;white-space:nowrap}.style_innerBox__29N0Y,.style_innerBox__tHjGD{background-color:#728fe4;z-index:100000000;width:80px;height:80px;border-radius:50%;cursor:pointer}.demoImg{width:40px;height:40px;text-align:center;margin:20px 5px}.move{cursor:move;-webkit-user-select:none;user-select:none}.no-border{border:none!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}.MainDialog.centerZoom.sizeLg .MDContainer .MDCRow.SDDRow{max-height:730px;height:100%}.TypeOfBusiness{display:flex;flex-direction:column;grid-row-gap:9px;row-gap:9px}.ScheduleDemoDialog .SDDBody{flex:1 1;overflow:auto;margin-top:-1px}.ScheduleDemo .PDBIVideoContent .PDBIVCVideo{min-width:100%;height:auto;overflow:hidden;margin:0 auto;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:56%}.ScheduleDemo .PDHRight .PDHRTitle{display:flex;flex-direction:row;align-items:center;grid-gap:3px;gap:3px}.PDBOrderDetail .PDBODCloseAction{position:relative;display:flex;justify-content:center;margin:.7rem}.PDBOrderDetail .PDBODCloseAction.close{justify-content:flex-end}.PDBOrderDetail .PDBODCloseAction .iconButton{border-radius:100%}.PDBOrderDetail .PDBODCloseAction .PDBODCAButton .buttonTitle{display:flex;align-items:center}.PDBOrderDetail .PDBODCloseAction .PDBODCAButton svg{margin-left:.4rem}.PDBOrderDetail .PDBODCloseAction .PDBODCAButton:hover svg{fill:#0169ff}.PDBIVideoContent .PDBIVCVideo iframe{position:absolute;top:0;left:0;width:100%;height:100%}#wf_u4RpWadUbPPVP57u5ZnNcezf .wf_container .wf_layout{box-shadow:none!important;padding-top:100px!important}@media screen and (max-width:900px){.PurchaseDialog.ScheduleDemo .PDBody .PDBInner .PDBOrderDetail button.wf_button.wf_reset .wf_reset.wf_button_text{font-size:14px!important}}@media screen and (max-width:700px){.PurchaseDialog.ScheduleDemo .PDBody .PDBInner .PDBOrderDetail button.wf_button.wf_reset .wf_reset.wf_button_text{font-size:12px!important}}@media screen and (max-width:575px){.PurchaseDialog.ScheduleDemo .PDBody .PDBInner{flex-direction:column;height:100%}.PurchaseDialog.ScheduleDemo .PDBody .PDBInner .PDBIVideoContent .PDBIVideoContent__ScheduleDemo{overflow:unset;height:100%;width:100%!important}.PurchaseDialog.ScheduleDemo .PDBody .PDBInner .PDBOrderDetail__ScheduleDemo{width:100%}#wf_u4RpWadUbPPVP57u5ZnNcezf .wf_container .wf_layout{box-shadow:none!important;padding-top:10px!important}}
/*# sourceMappingURL=main.d93f3657.chunk.css.map */