@import"https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap";@font-face{font-family:Eras Bold Itc;src:url(/ErasBoldITC.ttf) format("truetype")}body{font-family:Google Sans\, arial,sans-serif!important;margin:0!important;padding:0!important;background-color:var(--card)!important}body::-webkit-scrollbar{width:10px;background-color:var(--card)}body::-webkit-scrollbar-thumb{background-color:var(--color-gray);border-radius:10px}body::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-hover-color)}.App{min-height:100vh}.text-center{text-align:center}.active,.color-primary{color:var(--color-primary)!important}.color-light-green{color:var(--color-light-green)!important}.color-danger{color:var(--color-danger)!important}.color-gray{color:var(--color-gray)!important}.color-light-gray{color:var(--color-light-gray)!important}.color-blue{color:var(--color-blue)!important}.bg-card{background-color:var(--card)!important}.btn-danger,.btn-danger:focus,.btn-danger:hover{color:var(--color-danger);border-color:var(--color-danger);background-color:transparent}.btn-gray,.btn-gray:focus,.btn-gray:hover{color:var(--color-gray);border-color:var(--color-gray);background-color:transparent}.btn-blue,.btn-blue:focus,.btn-blue:hover{color:var(--color-blue);border-color:var(--color-blue);background-color:transparent}.btn-black,.btn-black:focus,.btn-black:hover{color:#000;border-color:#000;background-color:transparent}.btn-gray-filled,.btn-gray-filled:focus,.btn-gray-filled:hover{color:#fff;border-color:var(--color-gray);background-color:var(--color-gray)}.btn-green-filled,.btn-green-filled:focus,.btn-green-filled:hover{color:#fff;border-color:var(--color-light-green);background-color:var(--color-light-green)}.btn-wide{padding-left:1.4rem;padding-right:1.4rem}.btn-wide-lg{padding-left:3rem;padding-right:3rem}.widget{padding:1rem;box-shadow:var(--box-shadow);border:1px solid var(--border);border-radius:10px;background-color:var(--card)}.spin{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.spin-other{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.4);z-index:50;transition:all .3s}.spin-other .spin{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.gutter-fix .ant-row{margin-right:0!important;margin-left:0!important}.gutter-fix .ant-col:first-child{padding-left:0!important}.gutter-fix .ant-col:last-child{padding-right:0!important}.hide-popover-arrow .ant-popover-arrow,.hide-timepicker-footer .ant-picker-footer{display:none!important}.ellipsis{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home-title{font-weight:1000;color:var(--color-primary);font-size:3.1rem;line-height:1;margin-bottom:.8em;font-family:Eras Bold Itc,sans-serif!important;padding:0}.home-title .first-letter{color:#1677ff}.home-title .second-letter{color:#548235}.home-title.sub-info{margin:0;font-size:2.4rem!important}.hompage-container{min-height:calc(100vh - 190px);margin:0 auto;display:flex;gap:12px;flex-direction:column}.hompage-container .news-img{border-radius:5px;cursor:pointer;object-fit:cover}.hompage-container .news-title{color:var(--color-primary-text);font-size:1.5rem;padding:0 8px;margin-top:1rem;margin-bottom:0}.hompage-container .news-info{padding:8px;margin:0;font-size:.8rem;color:#1677ff}.hompage-container .lastest-news{text-decoration:none}.hompage-container .lastest-news,.hompage-container .weather-widget{width:50%}.hompage-container .stock-widget{width:100%}.hompage-container .next-four-news{width:25%;text-decoration:none}.hompage-container .next-four-news .news-title{font-size:1.2rem}.hompage-container .related-news{cursor:pointer;width:calc(50% - 50px);display:flex;text-decoration:none;gap:12px}.hompage-container .related-news img{width:220px;height:140px;flex-shrink:0}.hompage-container .related-news .news-title{font-size:1.25rem}.hompage-container .news-time{color:var(--color-gray)!important}.hompage-container .news-icon{width:20px!important;height:20px!important;margin-right:10px;object-fit:cover}.search-main{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem}.search-main .logo{width:130px;height:130px;margin-bottom:15px}.search-main .search-input{max-width:700px;width:100%}.search-main .search-input textarea{min-height:45px!important;line-height:33px}.textWidth{width:100%;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;max-height:85px;transition:max-height .25s ease-out}.textWidth .date{color:var(--color-primary-text);font-size:13px}.textWidth.show{display:block;max-height:450px;overflow:auto;-webkit-line-clamp:unset}.textWidth.show::-webkit-scrollbar{width:7px;background-color:var(--card)}.textWidth.show::-webkit-scrollbar-thumb{background-color:var(--color-gray);border-radius:10px}.textWidth.show::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-hover-color)}.textWidth.hide{-webkit-line-clamp:4;overflow:hidden;display:-webkit-box}.icon-content{position:absolute;bottom:.3rem;right:.5rem;display:flex;align-items:center}.icon-content .icon-expand{cursor:pointer;transition-duration:.45s;transition-timing-function:ease;transition-delay:0s;transform:rotate(0deg);margin-left:10px}.icon-content .icon-expand.active{transform:rotate(-180deg)}.switch{width:49px;height:26px;display:block;position:relative}.switch input{opacity:0;width:0;height:0}.switch input:checked+.slider,.switch input:checked+.slider.light{background:url(/ico_switch_light.png) no-repeat!important;background-size:auto 100%!important}.switch input:checked+.slider.callMobile{background:url(/ico_switch_mobile.png) no-repeat!important;background-size:auto 100%!important}.switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-size:auto 100%!important;transition:.4s}.switch .slider.round{border-radius:34px}.switch .slider.dark,.switch .slider.light{background:url(/ico_switch_dark.png) no-repeat!important;background-size:auto 100%!important}.switch .slider.callPc{background:url(/ico_switch_pc.png) no-repeat!important;background-size:auto 100%!important}.switch .slider.round.v1{background:url(/v1.png) no-repeat!important;background-size:auto 100%!important}.switch .slider.round.v2{background:url(/v2.png) no-repeat!important;background-size:auto 100%!important}.LazyLoad{opacity:0;transition:all 1s ease-in-out}.is-visible{opacity:1}span.vivbold{font-weight:700}.opensearch-guide{font-size:1.1rem}.page-wrap{margin:auto;width:70%;display:flex;flex-direction:column;justify-content:center;color:var(--color-primary-text)}.page-wrap ol li,.page-wrap ul li{margin-bottom:1rem}.privacy-wrap{margin:auto;width:70%;display:flex;flex-direction:column;justify-content:center;color:var(--color-primary-text)}.privacy-wrap .logo{text-align:center}.privacy-wrap p{line-height:27px}.privacy-wrap .item{margin-left:15px}@media(min-width:320px)and (max-width:768px){.home-title{margin-bottom:10px!important}}ins.adsbygoogle[data-ad-status=unfilled]{display:none!important}.footer-ad{margin-top:24px;transition:all .3s;margin-left:310px}.hide-left-side-bar .footer-ad{margin-left:0}.clamped-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.media-card-title{white-space:nowrap}.media-card-description,.media-card-title{margin:5px 0;overflow:hidden;text-overflow:ellipsis;color:var(--color-primary-text)}.media-card-description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:40px}.mx-auto{margin:0 auto!important}.LazyLoad.is-visible:empty,.no-auto-ads .google-auto-placed{display:none!important}.home-new-modal-container img{width:100%;height:auto}.ant-layout{background:var(--color-layout-gray)!important;position:relative}.ant-layout-header{height:auto!important}.ant-input{height:45px;border-radius:50px;background-color:var(--input-background);color:var(--color-primary-text);font-size:16px;box-shadow:0 2px 5px 1px rgba(64,60,67,.16);-webkit-box-shadow:0 2px 5px 1px rgba(64,60,67,.16);border:1px solid transparent}.ant-input::placeholder{color:var(--color-gray)}.ant-select-selector{border-radius:50px!important;background-color:var(--input-background)!important;padding:4px 11px!important;height:45px!important;box-shadow:0 2px 5px 1px rgba(64,60,67,.16);-webkit-box-shadow:0 2px 5px 1px rgba(64,60,67,.16);border:1px solid transparent!important}.ant-select-focused .ant-select-selector{border:1px solid #4096ff!important}.ant-select-status-error .ant-select-selector{border:1px solid #ff7875!important}.ant-select-selection-search-input{height:45px!important;font-size:16px!important;color:var(--color-primary-text)!important}.ant-select-selection-placeholder{margin-top:2px!important;color:var(--color-gray)!important;font-size:16px!important}.ant-select-dropdown{background-color:var(--card)!important}.ant-select-item-option-active{background-color:var(--color-active-autocomplete)!important}.ant-select-item{color:var(--color-primary-text)!important}.ant-btn{border-radius:15px;font-weight:500}.ant-layout-sider-zero-width-trigger{inset-inline-end:-29px!important}.ant-layout-sider-zero-width-trigger,.ant-layout-sider-zero-width-trigger-right{background-color:var(--color-layout-gray)!important;top:0!important;border:1px solid var(--color-border)!important;color:var(--color-primary-text)!important;width:29px!important;height:31px!important}.ant-layout-sider-zero-width-trigger-right{left:0}.ant-menu{border:none!important;background:none!important}.ant-menu-submenu{color:var(--color-gray)}.ant-menu-inline .ant-menu-sub.ant-menu-inline{padding-left:17px!important}.ant-menu-submenu-title{height:17px!important;padding-left:0!important;font-size:13px;border-radius:0!important;background-color:var(--color-layout-gray)!important}.ant-menu-submenu-title:active{background-color:unset!important}.ant-menu-submenu-title:hover{color:var(--color-primary)!important;font-weight:450}.ant-menu-inline .ant-menu-item{height:20px!important;padding-left:0!important;color:var(--color-gray)}.ant-menu-inline .ant-menu-item:active{background-color:unset!important}.ant-menu-inline .ant-menu-item:hover{color:var(--color-primary)!important;font-weight:450}.ant-menu-item-selected,.ant-menu-submenu-selected>.ant-menu-submenu-title{color:var(--color-primary)!important}.ant-menu-item-selected{background-color:unset!important}.ant-menu-submenu-arrow{text-align:right!important}.ant-menu-submenu-placement-rightTop{display:none!important}.ant-spin-dot-item{background-color:var(--color-primary)!important}.ant-list-item{padding:8px!important;margin-bottom:0!important}.ant-empty-normal,.ant-list-item{color:var(--color-primary-text)!important}.ant-list-empty-text{display:none}.ant-modal-header{border-top-left-radius:10px;border-top-right-radius:10px}.ant-modal-content{border-radius:10px}.ant-modal-title{text-align:center}.ant-modal .ant-modal-content,.ant-modal .ant-modal-header{background-color:var(--card)!important}.ant-modal .ant-modal-close,.ant-modal .ant-modal-title{color:var(--color-primary-text)!important}.ant-list-pagination{-webkit-margin-before:15px!important;margin-block-start:15px!important}.ant-list-pagination .ant-pagination li{margin-right:.3rem!important}.ant-list-pagination .ant-pagination button{background-color:transparent!important;border:none!important}.ant-list-pagination .ant-pagination .ant-pagination-item{transform:scale(.9);border-radius:100%;background-color:#1677ff!important;border:1px solid #1677ff!important}.ant-list-pagination .ant-pagination .ant-pagination-item a{color:#fff!important}.ant-list-pagination .ant-pagination .ant-pagination-item-active{border:1px solid var(--color-gray)!important;background-color:#fff!important}.ant-list-pagination .ant-pagination .ant-pagination-item-active a{color:#000!important}.ant-list-pagination .ant-pagination .ant-pagination-next,.ant-list-pagination .ant-pagination .ant-pagination-prev{transform:scale(.9);border:1px solid var(--color-gray);border-radius:100%}.ant-list-pagination .ant-pagination .ant-pagination-next svg,.ant-list-pagination .ant-pagination .ant-pagination-prev svg{color:var(--color-gray)!important}.ant-list-pagination .ant-pagination .ant-pagination-disabled{border:1px solid var(--disabled);color:var(--disabled)!important}.ant-list-pagination .ant-pagination .ant-pagination-disabled svg{color:var(--disabled)!important}.ant-list-pagination .ant-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis,.ant-list-pagination .ant-pagination .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis{color:var(--color-primary-text)!important}.ant-card{background:var(--card)!important}.ant-card-body{padding:15px 8px!important}.ant-card-bordered{border:1px solid var(--border)!important}.Search_divideContent__XmJGU{padding:0 24px}.Search_divideTitle__63uZP{font-size:20px;color:var(--color-primary-text);margin:24px 0}.Search_dashboardLayout__xO5gn{min-height:100vh!important}.Search_dashboardLayout__xO5gn .Search_dashboardHeader__8W_0X{background-color:var(--card);padding:0;position:fixed;top:0;width:100%;z-index:21}.Search_dashboardLayout__xO5gn .Search_dashboardHeader__8W_0X .Search_firstItem__q42cg{display:flex;align-items:center;width:100%;height:90px;padding:0 1.5rem}.Search_dashboardLayout__xO5gn .Search_dashboardHeader__8W_0X .Search_firstItem__q42cg .Search_searchInput__rNemh{width:100%;display:flex;align-items:flex-start;margin-left:20px}.Search_dashboardLayout__xO5gn .Search_dashboardHeader__8W_0X .Search_firstItem__q42cg .Search_searchInput__rNemh .Search_formItem__uE0bW{width:100%;max-width:700px;margin:0}.Search_dashboardLayout__xO5gn .Search_dashboardHeader__8W_0X .Search_firstItem__q42cg .Search_setting___BkKq{color:var(--color-primary-text);display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;cursor:pointer;float:right;background-color:var(--color-light-blue)}.Search_dashboardLayout__xO5gn .Search_dashboardHeader__8W_0X .Search_firstItem__q42cg .Search_setting___BkKq:hover{background-color:var(--color-light-blue)}.Search_dashboardLayout__xO5gn .Search_dashboardHeader__8W_0X .Search_secondItem__96AaU{width:100%;height:40px;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);color:var(--color-primary-text);display:flex;align-items:center;justify-content:space-between;padding:0 1rem}.Search_dashboardLayout__xO5gn .Search_dashboardHeader__8W_0X .Search_secondItem__96AaU .Search_searchDetails__hgOZW{display:flex;align-items:center;width:100%}.Search_dashboardLayout__xO5gn .Search_dashboardHeader__8W_0X .Search_secondItem__96AaU .Search_searchDetails__hgOZW .Search_result_info__wuAgn{display:block;width:450px}.Search_dashboardLayout__xO5gn .Search_dashboardHeader__8W_0X .Search_secondItem__96AaU .Search_searchDetails__hgOZW .Search_imageTag__Emozd{display:flex;align-items:center}.Search_dashboardLayout__xO5gn .Search_dashboardHeader__8W_0X .Search_secondItem__96AaU .Search_searchDetails__hgOZW .Search_imageTag__Emozd .Search_imgSite__AnftO{background:url(/ico_sites_active.png) no-repeat;background-size:auto 100%;width:23px;height:23px;margin-right:10px;cursor:pointer}.Search_dashboardLayout__xO5gn .Search_dashboardHeader__8W_0X .Search_secondItem__96AaU .Search_searchDetails__hgOZW .Search_imageTag__Emozd .Search_imgSite__AnftO.Search_light__aqtdj{background:url(/ico_sites_black.png) no-repeat!important;background-size:auto 100%!important}.Search_dashboardLayout__xO5gn .Search_dashboardHeader__8W_0X .Search_secondItem__96AaU .Search_searchDetails__hgOZW .Search_imageTag__Emozd .Search_imgSite__AnftO.Search_active__CRRwT{background:url(/ico_sites_white.png) no-repeat!important;background-size:auto 100%!important}.Search_dashboardLayout__xO5gn .Search_dashboardHeader__8W_0X .Search_secondItem__96AaU .Search_searchDetails__hgOZW .Search_imageTag__Emozd .Search_imgNews__zY5pK{background:url(/ico_news_active.png) no-repeat;background-size:auto 100%;width:23px;height:23px;margin-right:10px;cursor:pointer}.Search_dashboardLayout__xO5gn .Search_dashboardHeader__8W_0X .Search_secondItem__96AaU .Search_searchDetails__hgOZW .Search_imageTag__Emozd .Search_imgNews__zY5pK.Search_light__aqtdj{background:url(/ico_news_black.png) no-repeat!important;background-size:auto 100%!important}.Search_dashboardLayout__xO5gn .Search_dashboardHeader__8W_0X .Search_secondItem__96AaU .Search_searchDetails__hgOZW .Search_imageTag__Emozd .Search_imgNews__zY5pK.Search_active__CRRwT{background:url(/ico_news_white.png) no-repeat!important;background-size:auto 100%!important}.Search_dashboardLayout__xO5gn .Search_dashboardHeader__8W_0X .Search_secondItem__96AaU .Search_searchDetails__hgOZW .Search_imageTag__Emozd .Search_imgPick__SwwNj{background:url(/ico_images_active.png) no-repeat;background-size:100% 100%;width:23px;height:23px;margin-right:10px;cursor:pointer}.Search_dashboardLayout__xO5gn .Search_dashboardHeader__8W_0X .Search_secondItem__96AaU .Search_searchDetails__hgOZW .Search_imageTag__Emozd .Search_imgPick__SwwNj.Search_light__aqtdj{background:url(/ico_images_black.png) no-repeat!important;background-size:100% 100%!important}.Search_dashboardLayout__xO5gn .Search_dashboardHeader__8W_0X .Search_secondItem__96AaU .Search_searchDetails__hgOZW .Search_imageTag__Emozd .Search_imgPick__SwwNj.Search_active__CRRwT{background:url(/ico_images_white.png) no-repeat!important;background-size:100% 100%!important}.Search_dashboardLayout__xO5gn .Search_dashboardHeader__8W_0X .Search_secondItem__96AaU .Search_searchDetails__hgOZW .Search_imageTag__Emozd .Search_imgVideo__Wvor2{background:url(/ico_video_active.png) no-repeat;background-size:100% 100%;width:23px;height:23px;margin-right:10px;cursor:pointer}.Search_dashboardLayout__xO5gn .Search_dashboardHeader__8W_0X .Search_secondItem__96AaU .Search_searchDetails__hgOZW .Search_imageTag__Emozd .Search_imgVideo__Wvor2.Search_light__aqtdj{background:url(/ico_video_black.png) no-repeat!important;background-size:100% 100%!important}.Search_dashboardLayout__xO5gn .Search_dashboardHeader__8W_0X .Search_secondItem__96AaU .Search_searchDetails__hgOZW .Search_imageTag__Emozd .Search_imgVideo__Wvor2.Search_active__CRRwT{background:url(/ico_video_white.png) no-repeat!important;background-size:100% 100%!important}.Search_dashboardLayout__xO5gn .Search_dashboardHeader__8W_0X .Search_secondItem__96AaU .Search_searchControll__dCPZm{display:flex;align-items:center}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p{margin-top:130px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF{background:var(--color-layout-gray);border-right:1px solid var(--color-border)}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF.Search_paddingZero__Rn01C{padding:0;transition:all .2s}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_tabContent__gFY_c{background-color:var(--color-layout-gray)}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_menuContent__hbCuK{height:calc(100% - 100px);overflow-y:auto;top:100px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_menuContent__hbCuK::-webkit-scrollbar{width:5px;background-color:var(--color-layout-gray)}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_menuContent__hbCuK::-webkit-scrollbar-thumb{background-color:var(--color-gray);border-radius:10px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_menuContent__hbCuK::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-hover-color)}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R{display:flex;align-items:center;justify-content:space-between;position:relative}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R:before{position:absolute;right:0;left:0;bottom:0;border-bottom:1px solid var(--color-border);content:""}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image__MPEgv{padding:5px 8px;border-radius:8px 8px 0 0;border:1px solid var(--color-border);cursor:pointer}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image__MPEgv.Search_action__S1NAN{border-bottom-color:var(--color-layout-gray);z-index:1}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image__MPEgv .Search_img1__qjm8u{background:url(/ico_concepts_active.png) no-repeat;background-size:auto 100%;width:19px;height:19px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image__MPEgv .Search_img1__qjm8u.Search_light__aqtdj{background:url(/ico_concepts_black.png) no-repeat!important;background-size:auto 100%!important}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image__MPEgv .Search_img1__qjm8u.Search_active__CRRwT{background:url(/ico_concepts_white.png) no-repeat!important;background-size:auto 100%!important}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image__MPEgv .Search_img2__T1Frg{background:url(/ico_sites_active.png) no-repeat;background-size:auto 100%;width:19px;height:19px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image__MPEgv .Search_img2__T1Frg.Search_light__aqtdj{background:url(/ico_sites_black.png) no-repeat!important;background-size:auto 100%!important}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image__MPEgv .Search_img2__T1Frg.Search_active__CRRwT{background:url(/ico_sites_white.png) no-repeat!important;background-size:auto 100%!important}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image__MPEgv .Search_img3__ZI3zh{background:url(/ico_times_active.png) no-repeat;background-size:auto 100%;width:19px;height:19px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image__MPEgv .Search_img3__ZI3zh.Search_light__aqtdj{background:url(/ico_times_black.png) no-repeat!important;background-size:auto 100%!important}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image__MPEgv .Search_img3__ZI3zh.Search_active__CRRwT{background:url(/ico_times_white.png) no-repeat!important;background-size:auto 100%!important}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image__MPEgv .Search_img4__JE77Q{background:url(/ico_sources_active.png) no-repeat;background-size:auto 100%;width:19px;height:19px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image__MPEgv .Search_img4__JE77Q.Search_light__aqtdj{background:url(/ico_sources_black.png) no-repeat!important;background-size:auto 100%!important}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image__MPEgv .Search_img4__JE77Q.Search_active__CRRwT{background:url(/ico_sources_white.png) no-repeat!important;background-size:auto 100%!important}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image__MPEgv .Search_img5__og4ex{background:url(/ico_news_active.png) no-repeat;background-size:auto 100%;width:19px;height:19px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image__MPEgv .Search_img5__og4ex.Search_light__aqtdj{background:url(/ico_news_black.png) no-repeat!important;background-size:auto 100%!important}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image__MPEgv .Search_img5__og4ex.Search_active__CRRwT{background:url(/ico_news_white.png) no-repeat!important;background-size:auto 100%!important}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image__MPEgv .Search_img6__slgRG{background:url(/ico_images_active.png) no-repeat;background-size:100% 100%;width:19px;height:19px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image__MPEgv .Search_img6__slgRG.Search_light__aqtdj{background:url(/ico_images_black.png) no-repeat!important;background-size:100% 100%!important}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image__MPEgv .Search_img6__slgRG.Search_active__CRRwT{background:url(/ico_images_white.png) no-repeat!important;background-size:100% 100%!important}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image__MPEgv .Search_img7__g_Maf{background:url(/ico_video_active.png) no-repeat;background-size:100% 100%;width:19px;height:19px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image__MPEgv .Search_img7__g_Maf.Search_light__aqtdj{background:url(/ico_video_black.png) no-repeat!important;background-size:100% 100%!important}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image__MPEgv .Search_img7__g_Maf.Search_active__CRRwT{background:url(/ico_video_white.png) no-repeat!important;background-size:100% 100%!important}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_otherTab__6iZ5R .Search_image1__iJEWj{padding:5px 8px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_sidebarInfo__EUpoU{display:flex;align-items:center;margin-bottom:5px;justify-content:space-between;padding-right:5px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_sidebarInfo__EUpoU .Search_txt__87wO6{color:var(--color-primary);font-size:12px;text-decoration:underline;cursor:pointer;margin-right:5px;margin-bottom:0}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_sidebarInfo__EUpoU .Search_txt__87wO6:last-child{margin-right:0}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF .Search_sidebarInfo__EUpoU .Search_txt_1__HLOUQ{color:var(--color-primary-text)}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardRightSidebar__eNUzt{background:var(--color-layout-gray);border-left:1px solid var(--color-border);padding:1rem;position:fixed;z-index:20;top:130px;bottom:0;right:0}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardRightSidebar__eNUzt.Search_paddingZero__Rn01C{padding:0;transition:all .2s}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardRightSidebar__eNUzt .Search_padding__DD1C0{padding:15px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ{transition:all .2s;width:5%}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ.Search_removeMarginLeft__xD_ns{margin-left:unset!important}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ.Search_removeMarginRight__5J_tb{margin-right:unset!important}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_searchCard__OYnzW{display:flex;flex-direction:column;justify-content:center;padding:.5rem;position:relative}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_searchCard__OYnzW .Search_dashboardContent__H_cqw{width:100%}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_searchCard__OYnzW .Search_dashboardContent__H_cqw .Search_titleContent__kcrld{display:flex;align-items:center;justify-content:space-between;position:relative}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_searchCard__OYnzW .Search_dashboardContent__H_cqw .Search_titleContent__kcrld .Search_rightItem__9KSij{padding-left:5px;width:23px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_searchCard__OYnzW .Search_dashboardContent__H_cqw .Search_titleContent__kcrld .Search_rightItem__9KSij img{cursor:pointer}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_searchCard__OYnzW .Search_dashboardContent__H_cqw .Search_title__z07aD{color:var(--color-title);font-size:105%;text-decoration:underline}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_searchCard__OYnzW .Search_dashboardContent__H_cqw .Search_url__uK8jD{width:100%;color:var(--color-link);font-size:100%;word-wrap:break-word}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_mediaCard__G3qCl{cursor:pointer!important;display:flex;flex-direction:column;justify-content:center;padding:.5rem;position:relative}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_mediaCard__G3qCl .Search_slideImageDiv__zKhAg{width:100%;display:block;text-align:center}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_mediaCard__G3qCl .Search_slideImageDiv__zKhAg img{height:130px;border-radius:10px;cursor:pointer;width:inherit;width:-webkit-fill-available;object-fit:scale-down}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_mediaCard__G3qCl .Search_slideImageDiv__zKhAg .Search_dashboardContent__H_cqw{width:100%}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_mediaCard__G3qCl .Search_slideImageDiv__zKhAg .Search_dashboardContent__H_cqw .Search_titleContent__kcrld{display:flex;align-items:center;justify-content:space-between;position:relative}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_mediaCard__G3qCl .Search_slideImageDiv__zKhAg .Search_dashboardContent__H_cqw .Search_titleContent__kcrld .Search_rightItem__9KSij{padding-left:5px;width:23px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_mediaCard__G3qCl .Search_slideImageDiv__zKhAg .Search_dashboardContent__H_cqw .Search_titleContent__kcrld .Search_rightItem__9KSij img{cursor:pointer}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_mediaCard__G3qCl .Search_slideImageDiv__zKhAg .Search_dashboardContent__H_cqw .Search_title__z07aD{color:var(--color-title);font-size:105%;text-decoration:underline}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_mediaCard__G3qCl .Search_slideImageDiv__zKhAg .Search_dashboardContent__H_cqw .Search_url__uK8jD{width:100%;color:var(--color-link);font-size:100%;word-wrap:break-word}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_mediaCard__G3qCl .Search_slideVideoImageDiv__AEZWc{width:100%;height:100%;display:block;text-align:center}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_mediaCard__G3qCl .Search_slideVideoImageDiv__AEZWc img{height:130px;border-radius:5px;cursor:pointer;width:inherit;object-fit:cover}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_mediaCard__G3qCl .Search_slideVideoImageDiv__AEZWc div{overflow:hidden;border-radius:5px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_mediaCard__G3qCl .Search_slideVideoImageDiv__AEZWc .Search_dashboardContent__H_cqw{width:100%}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_mediaCard__G3qCl .Search_slideVideoImageDiv__AEZWc .Search_dashboardContent__H_cqw .Search_titleContent__kcrld{display:flex;align-items:center;justify-content:space-between;position:relative}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_mediaCard__G3qCl .Search_slideVideoImageDiv__AEZWc .Search_dashboardContent__H_cqw .Search_titleContent__kcrld .Search_rightItem__9KSij{padding-left:5px;width:23px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_mediaCard__G3qCl .Search_slideVideoImageDiv__AEZWc .Search_dashboardContent__H_cqw .Search_titleContent__kcrld .Search_rightItem__9KSij img{cursor:pointer}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_mediaCard__G3qCl .Search_slideVideoImageDiv__AEZWc .Search_dashboardContent__H_cqw .Search_title__z07aD{color:var(--color-title);font-size:105%;text-decoration:underline}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_mediaCard__G3qCl .Search_slideVideoImageDiv__AEZWc .Search_dashboardContent__H_cqw .Search_url__uK8jD{width:100%;color:var(--color-link);font-size:100%;word-wrap:break-word}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_mediaCard__G3qCl .Search_name__M6DFt{margin:10px 0 0;height:20px;word-break:break-word;overflow:hidden;color:var(--color-primary-text)}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_mediaCard__G3qCl .Search_title__z07aD{margin:5px 0 19px;height:40px;word-break:break-word;overflow:hidden;color:var(--color-primary-text)}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_mediaCard__G3qCl .Search_timelink__VeOwD{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;height:25px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ .Search_mediaCard__G3qCl .Search_timelink__VeOwD .Search_pubTime__sBJhC{margin:0;word-break:break-word;overflow:hidden;color:var(--color-primary-text)}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultContentBelow__C0eK_{display:none;background:var(--color-layout-gray);border-left:1px solid var(--color-border);padding:.6rem;z-index:20;bottom:0;right:0}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultContentBelow__C0eK_.Search_paddingZero__Rn01C{padding:0;transition:all .2s}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultContentSide__5nagw{background:var(--color-layout-gray);border-left:1px solid var(--color-border);padding:1.2rem .3rem;z-index:20;bottom:0;right:0}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultContentSide__5nagw.Search_paddingZero__Rn01C{padding:0;transition:all .2s}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultContentSide__5nagw.Search_show__QE9WV{display:block;transition:all .6s}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultContentSide__5nagw.Search_hide__qT6hk{display:none;transition:all .6s}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultContentSide__5nagw .Search_padding__DD1C0{padding:15px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultContentSide__5nagw .Search_dashboardContent__H_cqw{width:100%}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultContentSide__5nagw .Search_dashboardContent__H_cqw .Search_searchCard__OYnzW{display:flex;flex-direction:column;justify-content:center;padding:.5rem;position:relative}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultContentSide__5nagw .Search_dashboardContent__H_cqw .Search_titleContent__kcrld{display:flex;align-items:center;justify-content:space-between;position:relative}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultContentSide__5nagw .Search_dashboardContent__H_cqw .Search_titleContent__kcrld .Search_rightItem__9KSij{padding-left:5px;width:23px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultContentSide__5nagw .Search_dashboardContent__H_cqw .Search_titleContent__kcrld .Search_rightItem__9KSij img{cursor:pointer}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultContentSide__5nagw .Search_dashboardContent__H_cqw .Search_title__z07aD{color:var(--color-title);font-size:105%;text-decoration:underline}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardResultContentSide__5nagw .Search_dashboardContent__H_cqw .Search_url__uK8jD{width:100%;color:var(--color-link);font-size:100%;word-wrap:break-word}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayout__Cqi5p .Search_dashboardAiContent__N0pMr{padding-top:30px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg{margin-top:130px;display:grid;grid-template-columns:1fr 1fr}@media(max-width:768px){.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg{grid-template-columns:1fr;gap:8px;padding:30px 8px}}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardContentV2__CqoUi{width:100%;flex:none}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardContentV2__CqoUi .Search_titleContent__kcrld{display:flex;align-items:center;justify-content:space-between;position:relative}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardContentV2__CqoUi .Search_titleContent__kcrld .Search_rightItem__9KSij{padding-left:5px;width:23px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardContentV2__CqoUi .Search_titleContent__kcrld .Search_rightItem__9KSij img{cursor:pointer}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardContentV2__CqoUi .Search_title__z07aD{color:var(--color-title);font-size:105%;text-decoration:underline}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardContentV2__CqoUi .Search_url__uK8jD{width:100%;color:var(--color-link);font-size:100%;word-wrap:break-word}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_mediaCard__G3qCl{cursor:pointer!important;display:flex;flex-direction:column;justify-content:center;padding:.5rem;position:relative}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_mediaCard__G3qCl .Search_slideImageDiv__zKhAg{width:100%;display:block;text-align:center}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_mediaCard__G3qCl .Search_slideImageDiv__zKhAg img{height:130px;border-radius:10px;cursor:pointer;width:inherit;width:-webkit-fill-available;object-fit:scale-down}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_mediaCard__G3qCl .Search_slideVideoImageDiv__AEZWc{width:100%;height:100%;display:block;text-align:center}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_mediaCard__G3qCl .Search_slideVideoImageDiv__AEZWc img{height:130px;border-radius:5px;cursor:pointer;width:inherit;object-fit:cover}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_mediaCard__G3qCl .Search_slideVideoImageDiv__AEZWc .Search_imagePlaceholder__VZ1cg{width:100%;height:150px;margin-bottom:3px;background-color:var(--background);border-radius:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #e0e0e0}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_mediaCard__G3qCl .Search_slideVideoImageDiv__AEZWc .Search_placeholderIcon__YLvAk{font-size:24px;margin-bottom:8px;opacity:.6}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_mediaCard__G3qCl .Search_slideVideoImageDiv__AEZWc .Search_placeholderText__zHb_7{font-size:12px;color:#999;font-weight:500}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_mediaCard__G3qCl .Search_slideVideoImageDiv__AEZWc div{overflow:hidden;border-radius:5px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_mediaCard__G3qCl .Search_slideVideoImageDiv__AEZWc .Search_dashboardContent__H_cqw{width:100%}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_mediaCard__G3qCl .Search_slideVideoImageDiv__AEZWc .Search_dashboardContent__H_cqw .Search_titleContent__kcrld{display:flex;align-items:center;justify-content:space-between;position:relative}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_mediaCard__G3qCl .Search_slideVideoImageDiv__AEZWc .Search_dashboardContent__H_cqw .Search_titleContent__kcrld .Search_rightItem__9KSij{padding-left:5px;width:23px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_mediaCard__G3qCl .Search_slideVideoImageDiv__AEZWc .Search_dashboardContent__H_cqw .Search_titleContent__kcrld .Search_rightItem__9KSij img{cursor:pointer}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_mediaCard__G3qCl .Search_slideVideoImageDiv__AEZWc .Search_dashboardContent__H_cqw .Search_title__z07aD{color:var(--color-title);font-size:105%;text-decoration:underline}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_mediaCard__G3qCl .Search_slideVideoImageDiv__AEZWc .Search_dashboardContent__H_cqw .Search_url__uK8jD{width:100%;color:var(--color-link);font-size:100%;word-wrap:break-word}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_mediaCard__G3qCl .Search_name__M6DFt{margin:10px 0 0;height:20px;word-break:break-word;overflow:hidden;color:var(--color-primary-text)}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_mediaCard__G3qCl .Search_title__z07aD{margin:5px 0 19px;height:40px;word-break:break-word;overflow:hidden;color:var(--color-primary-text)}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_mediaCard__G3qCl .Search_timelink__VeOwD{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;height:25px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_mediaCard__G3qCl .Search_timelink__VeOwD .Search_pubTime__sBJhC{margin:0;word-break:break-word;overflow:hidden;color:var(--color-primary-text)}@keyframes Search_spin__UbJNP{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_slideNewsDiv__yTRjk{transition:all .3s ease}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_slideNewsDiv__yTRjk:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_newsLoadingIndicator__fElX_{margin-bottom:12px;display:flex;align-items:center;justify-content:center;height:260px;background-color:var(--color-background-secondary);border-radius:8px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_newsLoadingContent__Se8el{display:flex;flex-direction:column;align-items:center;gap:8px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_newsLoadingSpinner__N0sg2{width:20px;height:20px;border:2px solid var(--color-primary);border-top:2px solid transparent;border-radius:50%;animation:Search_spin__UbJNP 1s linear infinite}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_newsLoadingText__3cBbE{font-size:12px;color:var(--color-primary-text)}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_newsSlideCard__COfSz{padding:12px;background-color:var(--color-background-secondary);border-radius:8px;height:120px;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_newsSlideCard__COfSz:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_newsSlideTitle__fmjPb{margin:0 0 8px;font-size:14px;font-weight:600;color:var(--color-primary-text);line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_newsSlideContent__wnLbB{margin:0;font-size:12px;color:var(--color-primary-text);line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultLayoutV2__lBKBM{transition:all .2s;min-width:0}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultLayoutV2__lBKBM.Search_removeMarginLeft__xD_ns{margin-left:unset!important}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultLayoutV2__lBKBM.Search_removeMarginRight__5J_tb{margin-right:unset!important}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultLayoutV2__lBKBM .Search_searchCard__OYnzW{display:flex;flex-direction:column;justify-content:center;padding:.5rem;position:relative}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultLayoutV2__lBKBM .Search_searchCard__OYnzW .Search_dashboardContent__H_cqw{width:100%}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultLayoutV2__lBKBM .Search_searchCard__OYnzW .Search_dashboardContent__H_cqw .Search_titleContent__kcrld{display:flex;align-items:center;justify-content:space-between;position:relative}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultLayoutV2__lBKBM .Search_searchCard__OYnzW .Search_dashboardContent__H_cqw .Search_titleContent__kcrld .Search_rightItem__9KSij{padding-left:5px;width:23px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultLayoutV2__lBKBM .Search_searchCard__OYnzW .Search_dashboardContent__H_cqw .Search_titleContent__kcrld .Search_rightItem__9KSij img{cursor:pointer}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultLayoutV2__lBKBM .Search_searchCard__OYnzW .Search_dashboardContent__H_cqw .Search_title__z07aD{color:var(--color-title);font-size:105%;text-decoration:underline}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultLayoutV2__lBKBM .Search_searchCard__OYnzW .Search_dashboardContent__H_cqw .Search_url__uK8jD{width:100%;color:var(--color-link);font-size:100%;word-wrap:break-word}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultContentBelowV2__vmhiM{display:none;background:var(--color-layout-gray);border-left:1px solid var(--color-border);padding:.6rem;z-index:20;bottom:0;right:0}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultContentBelowV2__vmhiM.Search_paddingZero__Rn01C{padding:0;transition:all .2s}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultContentSideV2__csn6R{background:var(--color-layout-gray);border-left:1px solid var(--color-border);padding:0 .3rem;z-index:20;bottom:0;right:0;min-width:0}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultContentSideV2__csn6R.Search_paddingZero__Rn01C{padding:0;transition:all .2s}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultContentSideV2__csn6R.Search_show__QE9WV{display:block;transition:all .6s}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultContentSideV2__csn6R.Search_hide__qT6hk{display:none;transition:all .6s}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultContentSideV2__csn6R .Search_padding__DD1C0{padding:15px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultContentSideV2__csn6R .Search_dashboardContent__H_cqw{width:100%}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultContentSideV2__csn6R .Search_dashboardContent__H_cqw .Search_searchCard__OYnzW{display:flex;flex-direction:column;justify-content:center;padding:.5rem;position:relative}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultContentSideV2__csn6R .Search_dashboardContent__H_cqw .Search_titleContent__kcrld{display:flex;align-items:center;justify-content:space-between;position:relative}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultContentSideV2__csn6R .Search_dashboardContent__H_cqw .Search_titleContent__kcrld .Search_rightItem__9KSij{padding-left:5px;width:23px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultContentSideV2__csn6R .Search_dashboardContent__H_cqw .Search_titleContent__kcrld .Search_rightItem__9KSij img{cursor:pointer}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultContentSideV2__csn6R .Search_dashboardContent__H_cqw .Search_title__z07aD{color:var(--color-title);font-size:105%;text-decoration:underline}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardResultContentSideV2__csn6R .Search_dashboardContent__H_cqw .Search_url__uK8jD{width:100%;color:var(--color-link);font-size:100%;word-wrap:break-word}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardAILayoutV2__75Xiz{min-width:0}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardAiContentV2__b86Wj{padding-top:30px}.Search_dashboardLayout__xO5gn .Search_dashboardContentLayoutV2__KN1pg .Search_dashboardAiContentV2__b86Wj .Search_ant-card-meta-description__L1dM7>div>div p{margin:0}.Search_sidebarOpen__D3s1O{background-color:rgba(0,0,0,.178)}.Search_sidebarClosed__dnaF3,.Search_sidebarOpen__D3s1O{width:100%;height:100%;position:fixed;z-index:15;transition:all .3s}.Search_sidebarClosed__dnaF3{background-color:unset;visibility:hidden}.Search_contentModal__CLeom{width:100%;color:var(--color-primary-text);font-size:15px;margin-bottom:15px;max-height:500px;overflow-y:auto}.Search_contentModal__CLeom::-webkit-scrollbar{width:10px;background-color:var(--card)}.Search_contentModal__CLeom::-webkit-scrollbar-thumb{background-color:var(--color-gray);border-radius:10px}.Search_contentModal__CLeom::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-hover-color)}.Search_imageModal__SInST{position:relative}.Search_imageModal__SInST .Search_imageSpin__KNyNn{position:absolute;width:100%;top:0;bottom:0;z-index:100;display:flex;align-items:center;justify-content:center}.Search_imageModal__SInST .Search_full__jGtQ9{height:auto!important}.Search_imageModal__SInST p{color:var(--color-primary-text);font-size:13px;margin:3px 0}.Search_shareModal__PfWUk{height:auto;padding:1rem}.Search_footerLayout__6iuqO{display:flex;flex-direction:column;align-items:center;margin-left:310px;transition:all .2s;padding-top:24px;border-top:1px solid var(--color-border)}.Search_footerLayout__6iuqO.Search_marginLeftRemove__EdZjL{margin-left:unset!important}.Search_footerLayout__6iuqO.Search_marginRightRemove__COQT6{margin-right:unset!important}.Search_footerLayout__6iuqO .Search_policyContent__5skYO{display:flex;align-items:center;justify-content:center;margin-bottom:20px}.Search_footerLayout__6iuqO .Search_policyContent__5skYO:last-child{margin-bottom:0}.Search_footerLayout__6iuqO .Search_policyContent__5skYO .Search_txtPolicy__C85ns{font-size:17px;color:var(--color-primary-text);cursor:pointer;margin-top:0;margin-bottom:10px}.Search_footerLayout__6iuqO .Search_policyContent__5skYO .Search_iconPolicy___ljgl{margin-right:80px;cursor:pointer}.Search_footerLayout__6iuqO .Search_policyContent__5skYO .Search_iconPolicy___ljgl:last-child{margin-right:0}.Search_aiResultLayout__yk5wH{margin:0 15px}.Search_aiResultLayout__yk5wH .Search_aiContent__3GSfD{border-radius:8px;border:1px solid var(--border);color:var(--color-primary-text);font-size:18px;overflow-y:auto;padding:5px 8px 5px 2px}.Search_aiResultLayout__yk5wH .Search_aiContent__3GSfD::-webkit-scrollbar{width:5px;background-color:var(--color-layout-gray)}.Search_aiResultLayout__yk5wH .Search_aiContent__3GSfD::-webkit-scrollbar-thumb{background-color:var(--color-gray);border-radius:10px}.Search_aiResultLayout__yk5wH .Search_aiContent__3GSfD::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-hover-color)}.Search_sideTextAdsContent__Tf74k{display:block;height:auto!important;overflow-x:hidden;border-radius:10px;margin-top:15px}.Search_imageUnderAdsContent__gnQY6{display:block;height:150px!important;overflow-x:scroll;border-radius:10px;margin:15px;padding-right:5px}.Search_serpTopAdsContent__otuup{display:block;overflow:hidden;border-radius:10px;min-width:850px;height:200px;width:100%}.Search_aiTextAdsContent__s_mHi{display:block;overflow:hidden;border-radius:10px;margin-top:15px}.Search_multiAdsContent__JUxsd{display:inline-block;width:700px;height:300px;border-radius:10px;margin-top:15px;overflow:hidden}.Search_imagesFooterAdsContent__C3XnV,.Search_imagesTopAdsContent__VfcP3,.Search_videoesFooterAdsContent__R3ym_,.Search_videoesTopAdsContent__wOHJ2{display:block;border-radius:10px;overflow:hidden;height:200px}.Search_modalAdsContent__NDFiA{display:block;height:100px!important;border-radius:10px;margin-bottom:10px;overflow:hidden;border:1px solid #e7e6e6}.Search_goToPageText__SiJBg{font-size:14px;font-weight:500;transition:all .3s ease;cursor:pointer;padding:8px 16px;border-radius:6px;border:2px solid transparent;color:var(--color-primary-text)}.Search_goToPageText__SiJBg:hover{color:var(--color-primary);transform:scale(1.05)}.Search_goToPageMediaCard__FKASH{margin-bottom:12px;cursor:pointer}.Search_goToPageImageContainer__z0SPN{width:100%;height:184px;display:flex;align-items:center;justify-content:center;border-radius:5px}.Search_goToPageVideoContainer__Yy6nM{width:100%;height:272px;display:flex;align-items:center;justify-content:center}.Search_goToPageVideoInner__ewY2s{width:100%;height:auto;display:flex;align-items:center;justify-content:center;border-radius:5px}@supports(-moz-appearance:none){.Search_aiResultLayout__yk5wH{margin:0 15px}.Search_aiResultLayout__yk5wH .Search_aiContent__3GSfD{border-radius:8px;border:1px solid var(--border);color:var(--color-primary-text);font-size:18px;overflow-y:auto;padding:5px 13px 5px 2px}.Search_aiResultLayout__yk5wH .Search_aiContent__3GSfD::-webkit-scrollbar{width:5px;background-color:var(--color-layout-gray)}.Search_aiResultLayout__yk5wH .Search_aiContent__3GSfD::-webkit-scrollbar-thumb{background-color:var(--color-gray);border-radius:10px}.Search_aiResultLayout__yk5wH .Search_aiContent__3GSfD::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-hover-color)}}.Search_aiButton__Ac05p{flex-direction:row-reverse;width:100%;height:30px}.Search_aiButton__Ac05p,.Search_aiButton__Ac05p .Search_imageTag__Emozd{display:flex;align-items:center}.Search_aiImageDiv__xaE9A{float:right;width:auto;height:120px;margin-left:5px}.Search_aiImage__q7AX_{width:100%;height:100%;margin-top:5px;border-radius:10px}.Search_aiImageV2__Vg21v{object-fit:contain;border-radius:5px;cursor:pointer;max-height:150px;animation:Search_fadeIn__qraX1 .5s ease-in-out forwards}@keyframes Search_fadeIn__qraX1{0%{opacity:0}to{opacity:1}}.Search_aiImageBox__Ta9At{float:right;width:auto;min-height:100px;margin-left:5px;transition:all .3s ease}.Search_imageSkeleton__61ZOM{width:120px;height:120px;border-radius:8px;position:relative;overflow:hidden}.Search_skeletonShimmer__TXKjh{width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);animation:Search_shimmer__PoJ_k 1.5s infinite}@keyframes Search_shimmer__PoJ_k{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.Search_resultImageDiv__gRf2B{margin-top:8px;margin-left:5px}.Search_resultImage__868XT{width:100px;height:55px;border-radius:6px;object-fit:cover}@media only screen and (max-width:1200px){.Search_dashboardHeader__8W_0X .Search_firstItem__q42cg{padding:1rem!important}.Search_dashboardResultLayout__hX6cJ{margin-left:unset!important;margin-right:unset!important}.Search_footerLayout__6iuqO{margin-left:unset!important}}@media(min-width:320px)and (max-width:768px){.Search_dashboardHeader__8W_0X .Search_firstItem__q42cg{flex-direction:column;height:130px!important}.Search_dashboardHeader__8W_0X .Search_firstItem__q42cg .Search_searchInput__rNemh{margin-left:0!important}.Search_dashboardContentLayout__Cqi5p{margin-top:170px!important;flex-direction:column!important}.Search_dashboardContentLayout__Cqi5p .Search_dashboardRightSidebar__eNUzt,.Search_dashboardContentLayout__Cqi5p .Search_dashboardSidebar__8J_CF{top:170px!important}.Search_dashboardContentLayout__Cqi5p .Search_dashboardResultContentBelow__C0eK_{display:block!important}.Search_dashboardContentLayout__Cqi5p .Search_dashboardResultContentSide__5nagw,.Search_dashboardContentLayout__Cqi5p .Search_dashboardResultLayout__hX6cJ{width:100%!important}.Search_result_info__wuAgn{display:none!important}}@media(min-width:500px)and (max-width:550px){.Search_footerLayout__6iuqO .Search_policyContent__5skYO .Search_txtPolicy__C85ns{margin-right:15px!important}}@media(min-width:320px)and (max-width:500px){.Search_footerLayout__6iuqO .Search_policyContent__5skYO .Search_iconPolicy___ljgl{margin-right:50px!important}.Search_footerLayout__6iuqO .Search_policyContent__5skYO .Search_iconPolicy___ljgl:last-child{margin-right:0!important}.Search_aiImageDiv__xaE9A,.Search_resultImageDiv__gRf2B{width:120px;height:auto}}.Search_imageNewsPlaceholder__5KVWJ{width:100px;height:50px;margin-right:8px;margin-bottom:3px;background-color:var(--background);border-radius:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #e0e0e0}