.captcha{display:flex;justify-content:center;margin:10px 0 10px 0}

.hidden{display:none}.wrapperComments{margin:-67px -40px -40px}.wrapperComments .textLine{color:#457CE9;text-align:center;font-family:Poppins, sans-serif;font-size:10px}.wrapperComments .unCheckedItems{display:flex;flex-direction:column;gap:8px;width:100%}.wrapperComments .modalComments{max-width:744px;width:100%;padding:48px;border-radius:20px;display:flex;justify-content:center;gap:24px;flex-wrap:wrap;align-content:flex-start}.wrapperComments .modalComments .firstWrapComments{width:100%;display:flex;justify-content:space-between;gap:20px;align-items:center}.wrapperComments .modalComments .firstWrapComments .btns img{width:24px}.wrapperComments .modalComments .firstWrapComments .btns img:hover{cursor:pointer}.wrapperComments .modalComments .firstWrapComments .titleComments{color:#090A1F;text-align:center;font-size:28px;font-weight:600;line-height:normal}.wrapperComments .modalComments .firstWrapComments button{background-color:unset;border:unset;outline:unset;display:flex;align-items:center}.wrapperComments .modalComments .secondWrapComments{width:100%;border-radius:16px;border:1px solid rgba(9,10,31,0.05);background:#FFF;padding:4px;display:flex;align-items:center;margin-bottom:6px}.wrapperComments .modalComments .secondWrapComments button{color:rgba(9,10,31,0.6);font-size:18px;font-weight:400;line-height:normal;background-color:unset;outline:unset;padding:11px 40px;display:flex;justify-content:center;align-items:center;cursor:pointer;gap:8px}.wrapperComments .modalComments .secondWrapComments button.allComments{width:23%}.wrapperComments .modalComments .secondWrapComments button.positiveComments{width:calc(77% / 2);position:relative}.wrapperComments .modalComments .secondWrapComments button.positiveComments:before,.wrapperComments .modalComments .secondWrapComments button.positiveComments:after{content:'';position:absolute;width:1px;height:24px;background-color:rgba(9,10,31,0.08)}.wrapperComments .modalComments .secondWrapComments button.positiveComments:before{left:0}.wrapperComments .modalComments .secondWrapComments button.positiveComments:after{right:0}.wrapperComments .modalComments .secondWrapComments button.angryComments{width:calc(77% / 2)}.wrapperComments .modalComments .secondWrapComments button.active{border-radius:12px;background:var(--Gradient, linear-gradient(95deg, #F6EC32 -53.82%, #DF2E80 79.03%, #132EF7 201.25%));box-shadow:0 0 40px 0 rgba(0,0,0,0.08);color:#fff}.wrapperComments .modalComments .cont{border-radius:20px;border:1px solid rgba(9,10,31,0.1);padding:8px}.wrapperComments .modalComments .thirdWrapComments{margin-bottom:9px;display:flex;flex-wrap:wrap;gap:0 24px}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsLeft{width:calc(50% - 12px);display:flex;align-items:center}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsLeft .clearFilter{color:#457CE9;text-align:right;font-size:12px;font-weight:400;background-color:unset}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsLeft .clearFilter:hover{text-decoration:underline}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsLeft .flagWrap{display:flex;align-items:center;margin-bottom:9px}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsLeft .flagWrap button{padding:4px 6px;background-color:unset;outline:unset;display:flex;align-items:center}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsLeft .flagWrap button.active{border-radius:6px;border:1px solid var(--Main, #457CE9);background:#F5F8FE;padding:3px 6px}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsLeft .commentsList{max-height:496px;height:100%;overflow:auto;overflow-x:hidden;padding:16px;display:flex;flex-direction:column;align-items:center;gap:8px}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsRight{width:calc(50% - 12px)}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsRight .filterComments{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px;padding:2px 0 3px}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsRight .filterComments .selectedFilter{color:#090A1F;font-size:14px;font-weight:500;line-height:normal}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsRight .filterComments .selectedFilter span{color:#457CE9;font-size:12px;font-weight:500;line-height:normal}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsRight .filterComments .clearFilter{color:#457CE9;text-align:right;font-size:12px;font-weight:400;background-color:unset}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsRight .filterComments .clearFilter:hover{text-decoration:underline}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsRight .selectedComments{max-height:496px;overflow:auto;overflow-x:hidden;padding:16px 16px 16px 14px;display:flex;flex-direction:column;align-items:center;gap:8px;height:100%}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsRight .selectedComments:after{content:"";display:block;width:100%;height:100%;overflow:auto}.wrapperComments .modalComments .fourthWrapComments{width:100%}.wrapperComments .modalComments .fourthWrapComments button{width:100%;border-radius:16px;background:#457CE9;box-shadow:5px 25px 30px 0 rgba(69,124,233,0.1);padding:18px;color:#FFF;text-align:center;font-size:16px;font-weight:500;min-height:46.39px}@media (max-width: 1440px){.wrapperComments .modalComments{padding:35px;max-width:690px}.wrapperComments .modalComments .firstWrapComments .titleComments{font-size:24px}.wrapperComments .modalComments .secondWrapComments button{padding:8px 40px;font-size:16px}.wrapperComments .modalComments .thirdWrapComments{margin-bottom:0}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsLeft .commentsList{max-height:390px;min-height:350px}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsRight .selectedComments{max-height:390px}.wrapperComments .modalComments .fourthWrapComments button{padding:14px}}@media (max-width: 1024px){.wrapperComments .modalComments{padding:20px;gap:20px}.wrapperComments .modalComments .firstWrapComments .titleComments{font-size:22px}.wrapperComments .modalComments .secondWrapComments button{font-size:14px}.wrapperComments .modalComments .thirdWrapComments{gap:0 16px;width:100%}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsLeft{width:calc(50% - 8px)}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsLeft .commentsList{min-height:321px;max-height:321px;padding:4px}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsRight{width:calc(50% - 8px)}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsRight .selectedComments{max-height:321px;padding:4px}.wrapperComments .modalComments .fourthWrapComments button{padding:12px}}@media (max-width: 540px){.wrapperComments .modalComments{max-width:340px;padding:36px 16px 16px}.wrapperComments .modalComments .firstWrapComments{gap:15px}.wrapperComments .modalComments .firstWrapComments .titleComments{font-size:16px}.wrapperComments .modalComments .secondWrapComments button{padding:5px 10px}.wrapperComments .modalComments .secondWrapComments button img{display:none}.wrapperComments .modalComments .thirdWrapComments{gap:0 8px}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsLeft{width:calc(50% - 4px)}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsLeft .flagWrap{margin-bottom:20px}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsLeft.mobile100{display:flex;justify-content:center}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsRight{width:calc(50% - 4px)}.wrapperComments .modalComments .thirdWrapComments .thirdWrapCommentsRight .filterComments{margin-bottom:12px}.wrapperComments .modalComments .thirdWrapComments .mobile100{width:100%}}@media (max-width: 430px){.wrapperComments .modalComments{max-width:100%;padding:74px 16px 16px}}@media (max-width: 600px){.popup__inner{padding:43px 32px}}

.commentsItem{border-radius:12px;border:1px solid rgba(9,10,31,0.05);padding:12px;display:flex;gap:10px;align-items:flex-start;background:#FFF;position:relative;width:107%;justify-content:space-between;cursor:pointer}.commentsItem:hover{border:1px solid rgba(9,10,31,0.5)}.commentsItem .leftComItem{display:flex;gap:12px;align-items:flex-start}.commentsItem .wrapIcon{border-radius:45px;padding:6px;display:flex}.commentsItem .textComments{color:#909090;font-size:10px;font-weight:400;line-height:1.5}.commentsItem .checkboxComments button{background-color:unset;padding:0}@media (max-width: 540px){.commentsItem{flex-direction:column;gap:8px}.commentsItem .leftComItem{align-items:flex-start;gap:8px}.commentsItem .wrapIcon{padding:4px}.commentsItem .wrapIcon img{width:16px}.commentsItem .checkboxComments{position:absolute;right:12px}}@media (max-width: 430px){.commentsItem{width:90%}.textComments{padding-right:17px}}

.selectedItem{border-radius:12px;border:1px solid rgba(9,10,31,0.05);padding:12px;display:flex;gap:10px;align-items:flex-start;background:#FFF;position:relative;width:107%;justify-content:space-between}.selectedItem .leftComItem{display:flex;gap:12px;align-items:flex-start}.selectedItem .wrapIcon{border-radius:45px;padding:6px;display:flex}.selectedItem .textComments{color:#909090;font-size:10px;font-weight:400;line-height:1.5;padding:0 10px}.selectedItem .checkboxComments button{background-color:unset;padding:0}@media (max-width: 540px){.selectedItem{flex-direction:column;gap:8px}.selectedItem .leftComItem{flex-direction:column;align-items:flex-start;gap:8px}.selectedItem .wrapIcon{padding:4px}.selectedItem .wrapIcon img{width:16px}.selectedItem .checkboxComments{position:absolute;right:12px}.selectedItem .textComments{padding:0 20px 10px 0}}@media (max-width: 430px){.selectedItem{width:90%}}

.wrapperCommentsT3{height:50vh;width:-webkit-fill-available;bottom:-25vh;left:0;position:absolute;z-index:999999999;display:flex;align-items:center;justify-content:center;background:rgba(251,251,251,0.5);backdrop-filter:blur(10px)}.wrapperCommentsT3 .modalComments{max-width:744px;width:100%;background-color:#FFF;padding:48px;border-radius:20px;display:flex;gap:40px;flex-wrap:wrap;align-content:flex-start}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3{display:flex;gap:48px;justify-content:center;width:100%}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3 .leftT3{border-radius:12px;background:#FFF;box-shadow:0 0 42.449px 0 rgba(0,0,0,0.08);max-width:216px;padding:12px;display:flex;flex-direction:column;gap:8px;height:max-content}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3 .leftT3 .logoCom{display:flex;align-items:center;gap:8px;color:#090A1F;font-size:10px;font-weight:500;line-height:normal}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3 .leftT3 .logoCom img{max-width:14px;border-radius:50%}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3 .leftT3 .imgCom img{width:150px;height:130px}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3 .leftT3 .navCom{display:flex;align-items:center;gap:10px}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3 .leftT3 .navCom button{background-color:unset;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3 .rightT3{max-width:317px;padding-top:30px;display:flex;flex-direction:column;align-items:flex-start;gap:32px}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3 .rightT3 .textForClient{color:rgba(9,10,31,0.5);font-size:14px;font-weight:400;line-height:1.7}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3 .rightT3 .spinner{color:#457CE9;font-size:12px;font-weight:500;line-height:normal;border-radius:12px;border:1px solid rgba(9,10,31,0.05);background:#FFF;box-shadow:0 0 80px 0 rgba(0,0,0,0.08);display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;max-width:280px;width:100%}@keyframes rotate{from{transform:rotate(360deg)}to{transform:rotate(0deg)}}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3 .rightT3 .spinner img{max-width:20px;animation:rotate 1s linear infinite}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3 .bottomT3{display:none}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3 .bottomT3 .spinner{color:#457CE9;font-size:12px;font-weight:500;line-height:normal;border-radius:12px;border:1px solid rgba(9,10,31,0.05);background:#FFF;box-shadow:0 0 80px 0 rgba(0,0,0,0.08);display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;max-width:280px;width:100%}@keyframes rotate{from{transform:rotate(360deg)}to{transform:rotate(0deg)}}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3 .bottomT3 .spinner .img{max-width:20px;animation:rotate 1s linear infinite}.wrapperCommentsT3 .modalComments .firstWrapCommentsT3{width:100%;display:flex;justify-content:space-between;gap:20px;align-items:center}.wrapperCommentsT3 .modalComments .firstWrapCommentsT3 img{width:24px;height:24px}.wrapperCommentsT3 .modalComments .firstWrapCommentsT3 img:hover{cursor:pointer}.wrapperCommentsT3 .modalComments .firstWrapCommentsT3 .titleComments{color:#090A1F;text-align:center;font-size:28px;font-weight:600;line-height:normal}.wrapperCommentsT3 .modalComments .firstWrapCommentsT3 button{background-color:unset;border:unset;outline:unset;display:flex;align-items:center}.wrapperCommentsT3 .modalComments .thirdWrapCommentsT3{display:flex;gap:20px;flex-direction:column;align-items:center;width:100%}.wrapperCommentsT3 .modalComments .thirdWrapCommentsT3 .flagWrap{display:flex;align-items:center}.wrapperCommentsT3 .modalComments .thirdWrapCommentsT3 .flagWrap button{padding:4px 6px;background-color:unset;outline:unset;display:flex;align-items:center}.wrapperCommentsT3 .modalComments .thirdWrapCommentsT3 .flagWrap button.active{border-radius:6px;border:1px solid #457CE9;background:#F5F8FE;padding:6px}.wrapperCommentsT3 .modalComments .thirdWrapCommentsT3 .rangeWrap{border-radius:20px;border:1px solid rgba(9,10,31,0.05);background:linear-gradient(180deg, rgba(69,124,233,0.08) 0%, rgba(69,124,233,0) 100%);padding:24px;width:100%;display:flex;flex-direction:column;gap:2px}.wrapperCommentsT3 .modalComments .thirdWrapCommentsT3 .rangeWrap input.range{background:linear-gradient(to right, #fb5a55, rgba(251,90,85,0) 50%, #457ce9 50%, rgba(69,124,233,0));outline:none;appearance:none;width:100%}.wrapperCommentsT3 .modalComments .thirdWrapCommentsT3 .rangeWrap .iconForRange{display:flex;align-items:center;justify-content:space-between;leading-trim:both;text-edge:cap;font-size:14px;font-weight:500}.wrapperCommentsT3 .modalComments .thirdWrapCommentsT3 .rangeWrap .iconForRange .negative{display:flex;justify-content:center;align-items:flex-end;gap:6px;color:#FB5A55}.wrapperCommentsT3 .modalComments .thirdWrapCommentsT3 .rangeWrap .iconForRange .positive{display:flex;justify-content:center;align-items:flex-end;gap:6px;color:#457CE9}.wrapperCommentsT3 .modalComments .fourthWrapCommentsT3{width:100%}.wrapperCommentsT3 .modalComments .fourthWrapCommentsT3 button{width:100%;border-radius:16px;background:#457CE9;box-shadow:5px 25px 30px 0 rgba(69,124,233,0.1);padding:18px;color:#FFF;text-align:center;font-size:16px;font-weight:500;line-height:normal}@media (max-width: 1440px){.wrapperCommentsT3 .modalComments{padding:35px;max-width:710px}.wrapperCommentsT3 .modalComments .firstWrapCommentsT3 .titleComments{font-size:24px}.wrapperCommentsT3 .modalComments .fourthWrapCommentsT3 button{padding:14px}}@media (max-width: 1024px){.wrapperCommentsT3 .modalComments{padding:20px;gap:20px}.wrapperCommentsT3 .modalComments .firstWrapCommentsT3{margin-bottom:12px}.wrapperCommentsT3 .modalComments .firstWrapCommentsT3 .titleComments{font-size:22px}.wrapperCommentsT3 .modalComments .fourthWrapCommentsT3 button{padding:12px}}@media (max-width: 540px){.wrapperCommentsT3 .modalComments{max-width:340px;padding:36px 16px 16px}.wrapperCommentsT3 .modalComments .firstWrapCommentsT3 .titleComments{font-size:16px}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3{gap:20px;flex-wrap:wrap}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3 .leftT3{padding:8px;gap:6px;max-width:132px}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3 .leftT3 .logoCom{font-size:8px;gap:6px}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3 .leftT3 .logoCom img{width:16px}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3 .leftT3 .imgCom img{max-width:100px;width:100%;height:auto}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3 .leftT3 .navCom{gap:7px}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3 .leftT3 .navCom img{width:12px}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3 .rightT3{max-width:132px;padding-top:0;justify-content:center}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3 .rightT3 .textForClient{color:rgba(9,10,31,0.5);font-size:12px;font-weight:400;line-height:2}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3 .rightT3 .spinner{display:none}.wrapperCommentsT3 .modalComments .secondWrapCommentsT3 .bottomT3{display:block}}.rc-slider{position:relative;width:100%;height:14px;padding:5px 0;border-radius:6px;touch-action:none;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail{position:absolute;width:100%;height:4px;background-color:#e9e9e9;border-radius:6px}.rc-slider-track,.rc-slider-tracks{position:absolute;height:4px;background-color:#abe2fb;border-radius:6px}.rc-slider-track-draggable{z-index:1;box-sizing:content-box;background-clip:content-box;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);transform:translateY(-5px)}.rc-slider-handle{position:absolute;z-index:1;width:14px;height:14px;margin-top:-5px;background-color:#fff;border:solid 2px #96dbfa;border-radius:50%;cursor:pointer;cursor:-webkit-grab;cursor:grab;opacity:0.8;touch-action:pan-x}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle:focus{outline:none;box-shadow:none}.rc-slider-handle:focus-visible{border-color:#2db7f5;box-shadow:0 0 0 3px #96dbfa}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:-webkit-grabbing;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;color:#999;text-align:center;vertical-align:middle;cursor:pointer}.rc-slider-mark-text-active{color:#666}.rc-slider-step{position:absolute;width:100%;height:4px;background:transparent}.rc-slider-dot{position:absolute;bottom:-2px;width:8px;height:8px;vertical-align:middle;background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;cursor:pointer}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-handle,.rc-slider-disabled .rc-slider-dot{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-mark-text,.rc-slider-disabled .rc-slider-dot{cursor:not-allowed !important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{width:4px;height:100%}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-track-draggable{border-top:0;border-bottom:0;border-right:5px solid rgba(0,0,0,0);border-left:5px solid rgba(0,0,0,0);transform:translateX(-5px)}.rc-slider-vertical .rc-slider-handle{position:absolute;z-index:1;margin-top:0;margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{width:4px;height:100%}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear{display:block !important;animation-duration:0.3s;animation-fill-mode:both;animation-play-state:paused}.rc-slider-tooltip-zoom-down-leave{display:block !important;animation-duration:0.3s;animation-fill-mode:both;animation-play-state:paused}.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear{transform:scale(0, 0);animation-timing-function:cubic-bezier(0.23, 1, 0.32, 1)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06)}@keyframes rcSliderTooltipZoomDownIn{0%{transform:scale(0, 0);transform-origin:50% 100%;opacity:0}100%{transform:scale(1, 1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1, 1);transform-origin:50% 100%}100%{transform:scale(0, 0);transform-origin:50% 100%;opacity:0}}.rc-slider-tooltip{position:absolute;top:-9999px;left:-9999px;visibility:visible;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px 0}.rc-slider-tooltip-inner{min-width:24px;height:24px;padding:6px 2px;color:#fff;font-size:12px;line-height:1;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}.rc-slider-handle{width:24px;height:24px;flex-shrink:0;background:#457CE9 !important;border:4px solid #FFF !important;opacity:1 !important;top:0}.rc-slider-track{background:linear-gradient(to right, #fb5a55, rgba(251,90,85,0));background-color:rgba(251,90,85,0) !important}.rc-slider-rail{background:linear-gradient(to left, #457ce9, rgba(69,124,233,0))}

