@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap);.fc{margin:0 auto}.fc .fc-popover{z-index:1050}.fc-daygrid-day-number{font-size:18px}.create-event-modal-header,.show-event-modal-header{display:flex;justify-content:space-between;align-items:center;width:350px;height:50px;border-bottom:1px solid #c7c9cb}.create-event-modal-header h2,.show-event-modal-header h2{font-size:20px;color:#2c3957;font-weight:600;font-family:Source Sans Pro}.published-event-container{width:491px;height:50px;justify-content:space-between;display:flex;align-items:center;padding:0 15px;background-color:#fef5eb}.published-event-container h2{font-size:18px;color:#2c3957;font-weight:600;font-family:Source Sans Pro}.web-create-event-title{display:flex;flex-direction:column;align-items:flex-start}.web-create-event-title p{font-family:Source Sans Pro;font-style:normal;font-weight:600;font-size:12.64px;color:#555}.date-input,.description-input,.title-input,.webinar-link-input{width:100%;margin-top:-12px;height:36px;border:.5px solid #d9d9d9;border-radius:4px;outline:none;padding-left:5px;font-size:13px}.description-input{height:65px}.webinar-link-input{height:36px;font-size:12px;color:#5b87c4}.date-input{display:flex;justify-content:space-between;padding-right:5px;align-items:center}.date-picker{width:98%;height:34px;outline:none;border:none}.create-event-select-option{width:100%;height:36px;border:.5px solid #d9d9d9;border-radius:4px;margin-top:-10px;padding:0 10px}.start-end-time-div{width:100%;height:70px;display:flex;justify-content:space-between}.start-end-time-div .end-time,.start-end-time-div .start-time{width:48%;display:flex;flex-direction:column;align-items:flex-start}.start-end-time-div .end-time p,.start-end-time-div .start-time p{font-family:Source Sans Pro;font-style:normal;font-weight:600;font-size:12.64px;color:#555}.start-end-time-div .end-time .select-date,.start-end-time-div .start-time .select-date{width:100%;margin-top:-10px;height:36px;border:.5px solid #d9d9d9;border-radius:4px}.web-create-event-buttons{width:100%;display:flex;justify-content:center}.btn-cancel,.btn-publish,.btn-save-draft{cursor:pointer;height:32px;padding:10px 20px;display:flex;justify-content:center;align-items:center;background:#fff;border:1px solid #2e6ad2;border-radius:2px;color:#2e6ad2;font-weight:500;font-size:14px}.btn-save-draft{background-color:#2e6ad2;color:#fff;border:none}.btn-publish{background-color:#52a551;color:#fff;border:none}.show-event-modal-text{font-family:Source Sans Pro;font-weight:700;font-size:16px;color:#949494;margin-left:5px;margin-top:-1px}.show-event-modal-text-webinar{font-weight:400;font-size:14px;color:#555;margin-left:5px;margin-top:-1px}.show-event-modal-head-para h3{font-family:Source Sans Pro;font-weight:600;font-size:14px;line-height:16px;color:#2c3957}.show-event-modal-head-para p{font-family:Source Sans Pro;font-weight:400;font-size:12px;line-height:14px;color:#555;margin-top:-2px}.hosted-text{font-weight:600;font-size:14px;color:#2c3957;margin-top:1px;margin-left:2px;margin-bottom:3px}.hosted-text span{color:#5b87c4}.join-link-head{margin-top:10px;font-weight:600;font-size:13px;color:#2c3957;margin-bottom:-2px}.overflow-break-word{overflow-wrap:break-word}.webinar-link-text{font-weight:400;font-size:12px;color:#5b87c4;cursor:pointer;word-wrap:break-word!important}.webinar-link-text:hover{color:#0860f9}.draftEvent,.publishedEvent{height:42px;background:rgba(99,142,202,.2);cursor:pointer;padding:3px 5px!important;font-weight:600!important;border-radius:2px;display:flex;align-items:center;border:none!important;border-left:4.5px solid #5b87c4!important}.draftEvent .fc-list-event-dot,.publishedEvent .fc-list-event-dot{margin-left:45px}.publishedEvent:hover{background:rgba(92,146,220,.4)}.draftEvent{background:rgba(154,160,169,.2);border-left:4.5px solid #555!important}.draftEvent:hover{background:rgba(154,160,169,.4)}.fc-day{background-color:#fff!important}.fc-col-header-cell-cushion,.fc-daygrid-day-number{color:#6c6c6c!important;font-size:14px!important}.fc-day-today{background:#eef7ff!important;border:none!important}.sb-checkbox{display:inline-block;margin-top:4px;font-size:0}.sb-checkbox__input{display:none}.sb-checkbox__input:checked+.sb-checkbox__label:after{opacity:1}.sb-checkbox__label{display:inline-block;width:15px;height:15px;position:relative;cursor:pointer}.sb-checkbox__label:before{content:"";width:15px;height:15px;border:1.2px solid;box-sizing:border-box;display:inline-block;position:absolute;top:0;left:0;border-radius:3px}.sb-checkbox__label:after{content:"done";font-family:Material Icons;font-size:12px;line-height:15px;width:15px;height:15px;display:block;border-radius:2px;overflow:hidden;text-align:center;opacity:0;transition:opacity .2s}.sb-checkbox__label--green:before{border-color:#5eb37e}.sb-checkbox__label--green:after{background-color:#5eb37e;color:#fff}.sb-checkbox__label--violet:before{border-color:#832da4}.sb-checkbox__label--violet:after{background-color:#832da4;color:#fff}.sb-checkbox__label--gray:before{border-color:#9aa0a9}.sb-checkbox__label--gray:after{background-color:#9aa0a9;color:#fff}.sb-checkbox__label--skateblue:before{border-color:#5b87c4}.sb-checkbox__label--skateblue:after{background-color:#5b87c4;color:#fff}.sb-checkbox__label--yellow:before{border-color:#f19e37}.sb-checkbox__label--yellow:after{background-color:#f19e37;color:#fff}.sb-checkbox__label--blue:before{border-color:#3577ed}.sb-checkbox__label--blue:after{background-color:#3577ed;color:#fff}.sb-checkbox__label--skyblue:before{border-color:#69c1fa}.sb-checkbox__label--skyblue:after{background-color:#69c1fa;color:#fff}.sb-checkbox__label--red:before{border-color:#d63864}.sb-checkbox__label--red:after{background-color:#d63864;color:#fff}.sb-checkbox__label--pink:before{border-color:#ffa1b2}.sb-checkbox__label--pink:after{background-color:#ffa1b2;color:#fff}.published-event-segment-text{font-family:Source Sans Pro;font-weight:600;font-size:24px;color:#555}.published-event-segment-div{font-family:Source Sans Pro;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:25px;padding:2px 8px;border-radius:20px;background-color:#3577ed;color:#fff}.published-event-segment-div p{color:#fff;margin-top:1px}.pub-cal-para-1,.pub-cal-para-2{font-family:Source Sans Pro;font-style:normal;font-weight:400;font-size:14px;line-height:18px;margin-top:5px;color:#000}.pub-cal-para-2{margin-top:-8px;color:#555}.pub-cal-para-2 span{color:#2c3957;font-weight:600;margin-left:2px}.show-event-modal-btn{width:100%;display:flex;justify-content:flex-end}.btn-delete,.btn-edit{width:80px;padding:6px 0;outline:none;border:none;background-color:#2e6ad2;color:#fff;border-radius:2px;font-size:14px}.btn-edit:hover{background-color:#0860f9}.btn-delete{background-color:#ff312b}.btn-delete:hover{background-color:#f80b02}.rc-time-picker-input{height:35px;font-size:14px}.time-picker{width:100%;margin-top:-10px}.fc-today-button{background-color:#2e6ad2!important;border:none!important;cursor:pointer;width:50px!important}.mandatory{color:#bd2130}.fc-event-main-frame{display:block!important}.fc-event-time{font-weight:500!important;color:#000!important;margin-bottom:-2px}.fc-event{overflow:hidden!important}.fc-event-title{font-size:12px!important;color:#000!important}.fc-daygrid-event-harness{padding:2px 5px!important}.calendar-header{display:flex;justify-content:space-between}.calendar-header-left{width:340px;display:flex;justify-content:flex-start}#calendar-title{font-size:22px;font-weight:600;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:18px;color:#000}.calendar-header-middle{width:220px;height:34px;border-radius:2px;border:1px solid #e9ebed;padding:3px;display:flex;justify-content:space-between}.calendar-header-middle .calendar-btn,.calendar-header-middle .calendar-btn-selected{height:100%;width:70px;border:none;outline:none;border-radius:2px;background-color:transparent;color:#000;font-weight:600}.calendar-header-middle .calendar-btn-selected{background-color:#066bd9;color:#fff}.calendar-header-right{width:320px;display:flex;justify-content:flex-end}.calendar-custom-button{width:33px;height:32px;border-radius:3px;background-color:#066bd9;display:flex;justify-content:center;align-items:center;cursor:pointer}.calendar-custom-button:hover{background-color:#0479f6}.next-btn,.prev-btn{width:26px;height:26px;border-radius:50%;background-color:#066bd9;display:flex;justify-content:center;align-items:center;border:none}.activate-search-bar,.calendar-search-bar{width:0;height:32px;border-top-left-radius:3px;border-bottom-left-radius:3px;border:.5px solid #b7b8b9;border-right:none;margin-right:-5px;transition:width .4s ease-in-out}.activate-search-bar{width:200px}.search-input{height:100%;width:90%;outline:none;border:none;padding-left:10px;background-color:inherit}.benchmarkEvent,.companyReportEvent,.customerStudiesEvent,.ecosystemEvent,.marketForecastEvent,.marketLandscapeEvent,.specialReportEvent{height:26px;background:rgba(241,158,55,.1);cursor:pointer;padding:3px 5px!important;font-weight:600!important;display:flex;align-items:center;border-radius:2px;border:none!important;border-left:4.5px solid #f19e37!important}.benchmarkEvent .fc-event-time,.companyReportEvent .fc-event-time,.customerStudiesEvent .fc-event-time,.ecosystemEvent .fc-event-time,.marketForecastEvent .fc-event-time,.marketLandscapeEvent .fc-event-time,.specialReportEvent .fc-event-time{display:none!important}.benchmarkEvent .fc-list-event-dot,.companyReportEvent .fc-list-event-dot,.customerStudiesEvent .fc-list-event-dot,.ecosystemEvent .fc-list-event-dot,.marketForecastEvent .fc-list-event-dot,.marketLandscapeEvent .fc-list-event-dot,.specialReportEvent .fc-list-event-dot{margin-left:45px}.benchmarkEvent:hover{background:rgba(241,158,55,.3)}.marketLandscapeEvent{background:rgba(214,56,100,.1);border-left:4.5px solid #d63864!important}.marketLandscapeEvent:hover{background:rgba(214,56,100,.3)}.marketForecastEvent{background:rgba(105,193,250,.1);border-left:4.5px solid #69c1fa!important}.marketForecastEvent:hover{background:rgba(105,193,250,.3)}.specialReportEvent{background:rgba(53,119,237,.1);border-left:4.5px solid #3577ed!important}.specialReportEvent:hover{background:rgba(53,119,237,.3)}.companyReportEvent{background:rgba(94,179,126,.1);border-left:4.5px solid #5eb37e!important}.companyReportEvent:hover{background:rgba(94,179,126,.3)}.customerStudiesEvent{background:rgba(131,45,164,.1);border-left:4.5px solid #832da4!important}.customerStudiesEvent:hover{background:rgba(131,45,164,.3)}.ecosystemEvent{background:rgba(255,161,178,.2);border-left:4.5px solid #ffa1b2!important}.ecosystemEvent:hover{background:rgba(255,161,178,.3)}.fc-daygrid-day{height:120px!important}.company-report-container,.company-report-none{height:90px;padding-left:60px;display:block;transition:height .3s}.company-report-none{height:0;display:hidden}.specific-report,.specific-report-none{margin-top:-5px;display:flex;visibility:visible}.specific-report-none p,.specific-report p{color:#555}.specific-report-none{visibility:collapse;transition:height 1s}.fc-list-event{height:35px!important;width:100vw!important}.fc-list-event-time{color:#555!important;background-color:transparent!important}.fc-list-event-graphic{margin-left:30px!important;background-color:transparent!important}.fc-list-event-title{margin-left:50px!important;height:35px!important;border:none!important;outline:none!important;background-color:transparent!important;color:#555!important}.company-round-icon{width:7px;height:7px;border-radius:50%;margin-top:5.5px;margin-right:5px;border:1px solid #343333}.fc-timegrid-col-events{width:99%!important}.fc-timegrid-slot{display:none}@-moz-document url-prefix(){.fc-daygrid-day-frame{border-top:.2px solid #ccc!important}.fc-daygrid-day-frame,.fc-scrollgrid-sync-inner,.fc-timegrid-col-frame{border-right:.2px solid #ccc!important}}.published-event-bold-text{font-family:Source Sans Pro;font-size:14px;font-weight:700;color:#555}.inner-publish-modal-div-bg{border-radius:5px;padding:3px;background-color:#f4f5f8}.go-to-report-btn{width:127px;height:30px;padding:0 14px!important;display:flex!important;justify-content:space-between;align-items:center;font-size:12px!important}.companyresearchModalHeader{background:rgba(94,179,126,.1)}.benchmarkModalHeader{background:rgba(241,158,55,.1)}.marketlandscapeModalHeader{background:rgba(214,56,100,.1)}.marketforecastModalHeader{background:rgba(105,193,250,.1)}.specialreportModalHeader{background:rgba(53,119,237,.1)}.customerstudyModalHeader{background:rgba(131,45,164,.1)}.ecosystemModalHeader{background:rgba(255,161,178,.2)}.draftCalendarModalHeaderEvent{background:rgba(154,160,169,.2)}.rating-header{width:450px}.rating-form .modal-body{padding:15px 0 0!important}.rating-form .modal-content{border-radius:3.5px;border-top:12px solid #4d88c9!important;border-bottom:12px solid #4d88c9!important;padding:10px 25px 25px}.rating-body .rating-ques{color:#555;font-weight:600}.rating-body .custom-border{border-color:#3f7fe0!important}.custom-checkbox input[type=checkbox]{display:none}.custom-checkbox input[type=checkbox]+label{cursor:pointer;color:#84909e;font-weight:600}.custom-checkbox input[type=checkbox]:checked+label{background-color:#1dac74;color:#fff}.user-details-block{font-size:14px;margin:0 6px 0 8px}.star-rating button{background-color:transparent;border:none;outline:none;cursor:pointer}.star-rating button:focus{outline:none}.star-rating .on{color:#f7bc25}.star-rating .off{color:#ccc}.feedback-form-ineer-body{font-size:14px!important}.feedback-form-ineer-body .seperator-line{border-bottom:1px solid #c7c9cb}.text-area-feedback-form{width:100%;height:100px;resize:none;padding:8px;border-radius:4px;border:.5px solid #d9d9d9}.tag-input{flex-wrap:wrap;width:100%;min-height:38px;grid-gap:3px;gap:3px;padding:2px 4px}.tag-input,.tag-input .tag{display:flex;align-items:center}.tag-input .tag{background:#2e6ad2;border-radius:20px;padding:.4em .75em;font-weight:400;font-size:12px}.tag-input .close-icon{background:#fff;color:#000;cursor:pointer;font-size:.7rem;margin-left:6px;border-radius:10px;padding:1px}.tag-input .input-type{outline:none;min-width:150px;font-size:12px}.search-bar{grid-gap:0;gap:0;display:flex;margin-bottom:20px}.search-bar .dropdown-container{min-width:163px;border:none}.search-bar .dropdown-container .no-border-radius-right{border-radius:8px 0 0 8px;height:40px!important}.search-bar .searchinput-container{position:relative;width:100%;min-height:40px;border:1px solid #ccc;border-radius:0 8px 8px 0}.search-bar .searchinput-container .search-input{width:100%;padding:.5rem 2rem .5rem .75rem}.search-bar .searchinput-container .search-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.search-bar .searchinput-container .search_results_box{background:#fefefe;border:1px solid #e4e4e4;border-radius:0 0 5px 5px;border-top:0;padding-bottom:0;position:absolute;top:39px;left:-1px;right:0;z-index:999999}.search-bar .searchinput-container .search_results_box:before{content:"";display:block;width:97%;height:1px;position:absolute;left:20px;top:0;bottom:0}.search-bar .searchinput-container .search_results_box ul{max-height:185px;overflow-y:auto}.search-bar .searchinput-container .search_results_box ul li{position:relative;padding:8px 65px 8px 20px;cursor:pointer;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-bar .searchinput-container .search_results_box ul li:hover:before{content:"";display:block;width:3px;height:100%;background-color:#096dd9;position:absolute;left:0;top:0;bottom:0}.search-bar .searchinput-container .search_results_box ul li .search_icon{position:absolute;top:10px;right:10px;font-size:20px;cursor:pointer;color:#096dd9;pointer-events:none}.result-header{display:flex;align-items:center;margin-bottom:5px;grid-gap:8px;gap:8px;line-height:100%;letter-spacing:1px;font-weight:700;font-size:14px;color:#0461c2;text-transform:uppercase}.result-header .count{background-color:#046cd9;justify-content:center;text-align:center;margin:0;color:#fff;width:39px;border-radius:3px;padding:0 5px;font-size:12px;font-weight:700}.result-list{display:flex;flex-direction:column;flex:1 1;grid-gap:4px;gap:4px;overflow-y:auto;padding-right:2px;box-sizing:border-box}.result-list .result-card{display:flex;width:100%;border-bottom:1px solid #e7e7e7;border-radius:3px;border-right:4px;box-sizing:border-box;padding-top:2px;align-items:flex-start;align-content:center;position:relative}.result-list .result-card:last-child{border-bottom:none}.result-list .result-card .icon-section{padding:0;margin-right:3px;display:flex;align-items:center;justify-content:center}.result-list .result-card .info-section{display:flex;width:100%;padding-right:4px;flex-direction:column;padding-bottom:1px}.result-list .result-card .info-section .title{font-size:14px;font-weight:500;color:#212529;margin-bottom:2px;text-transform:capitalize}.result-list .result-card .info-section .title:hover{color:#096dd9;text-decoration:underline;cursor:pointer}.result-list .result-card .info-section .title.no-hover:hover{color:#212529;text-decoration:none;cursor:default}.result-list .result-card .info-section .path{padding:2px;font-size:12px;font-weight:700;color:#84909e;margin:1px 0;text-transform:capitalize}.result-list .result-card .desc-download{display:flex;flex-direction:row;flex:1 1;align-items:center;justify-content:space-between;align-content:space-between}.result-list .result-card .desc-download .description{font-size:12px;color:#727272;font-weight:600;margin-bottom:2px;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-transform:capitalize}.result-list .result-card .desc-download .description:hover{color:#096dd9;text-decoration:underline;cursor:pointer}.result-list .result-card .desc-download .description.no-hover:hover{color:#727272;text-decoration:none;cursor:default}.result-list .result-card .desc-download .download{justify-content:flex-end;align-items:center;cursor:pointer;color:#096dd9;font-size:12px;font-weight:600;white-space:nowrap;margin-left:8px;text-decoration:underline}.result-list .result-card .desc-download .date{font-size:12px;font-weight:700;color:#84909e;line-height:100%;letter-spacing:0}@media(max-width:1440px){.result-list{height:400px}}@media(max-width:1024px){.result-list{height:350px}}@media(max-width:768px){.result-list{height:275px}}.no-results-found{display:flex;align-items:center;justify-content:center;min-height:400px}@media(min-width:1441px){.result-header{font-size:16px}.result-header .count{font-size:14px}.result-list{height:580px}.result-list .info-section .title{font-size:16px!important}.result-list .info-section .desc-download .date,.result-list .info-section .desc-download .description,.result-list .info-section .desc-download .download,.result-list .info-section .path{font-size:14px!important}.no-results-found{height:580px}}@media(max-width:768px){.result-card{flex-direction:column}.result-card .info-section{width:100%}.result-card .info-section .desc-download{flex-direction:column;align-items:flex-start}.result-card .info-section .desc-download .description{white-space:normal;overflow:visible;text-overflow:clip}.result-card .info-section .desc-download .download{margin-top:4px;margin-left:0}}.filter-options{grid-gap:32px;gap:32px;padding-left:4px;padding-top:2px}.filter-options .filter-by-type,.filter-options .published-date,.filter-options .trending-keyword{margin-bottom:20px}.filter-options .filter-by-type .section-title,.filter-options .published-date .section-title,.filter-options .trending-keyword .section-title{font-weight:700;font-size:14px;color:#0461c2;margin-bottom:2px;line-height:100%;letter-spacing:1px;text-transform:uppercase}.filter-options .filter-by-type .btn-trending,.filter-options .published-date .btn-trending,.filter-options .trending-keyword .btn-trending{max-height:210px;overflow-y:auto}.filter-options .filter-by-type .btn-trending .hover-trending:hover,.filter-options .published-date .btn-trending .hover-trending:hover,.filter-options .trending-keyword .btn-trending .hover-trending:hover{background-color:#0062cc;color:#fff}.filter-options .fs-10{font-size:10px;font-weight:400;line-height:12px;letter-spacing:0}.filter-options .custom-button{background-color:#e8f1ff;border-radius:22px;border:none;color:#000}.filter-options .btn1{display:flex;font-size:10px;font-weight:400;flex-wrap:wrap;margin-bottom:4px;align-items:center;padding:0}.filter-options .btn1 .active{background-color:#3f7fe0;color:#fff;border-color:#3f7fe0}.filter-options .checkbox{font-size:12px;color:#000;font-weight:400;display:flex;align-items:center;cursor:pointer;grid-gap:12px;gap:12px;line-height:120%}.filter-options .checkbox .label{display:flex;align-items:center;grid-gap:5px;gap:5px}.filter-options input{margin:0}@media(max-width:480px){.filter-options .filter-by-type{grid-gap:4px;gap:4px}.filter-options .filter-by-type label{font-size:9px}}.go-to-all{display:flex;align-items:center;flex-wrap:wrap;grid-gap:4px;gap:4px}.go-to-all p{color:#0461c2;font-weight:700;font-size:14px;margin:0;letter-spacing:1px}.go-to-all .go-link{background-color:#e8f1ff;font-size:12px;font-weight:400;color:#000;padding:3px 6px;border:none;border-radius:4px;cursor:pointer}.go-to-all .hover-go-all-link:hover{background-color:#0062cc;color:#fff}@media(max-width:480px){.go-to-all .go-link{font-size:9px;padding:2px 5px}}.legends{display:flex;flex-wrap:wrap;margin:0;padding:0;width:100%}.legends .section-title{display:flex;align-items:center;font-size:14px;font-weight:700;margin-right:3px;color:#0461c2;text-transform:uppercase;letter-spacing:1px;margin-bottom:0}.legends .label{font-size:12px;color:#000;padding-left:2px}.recentview-container{width:100%;display:flex;flex-direction:column;padding-right:4px;box-sizing:border-box}.recentview-container p{font-weight:700;color:#0461c2;margin-bottom:.5rem;padding-top:0;font-size:14px;text-transform:uppercase;align-self:flex-start}.recentview-container .recently-viewed-content{width:100%;height:100%;overflow-y:auto}.recentview-container .recently-viewed-content .contentimg{display:flex;flex-direction:column;justify-content:center;align-items:center;grid-gap:.5rem;gap:.5rem;height:100%;background-color:#fafafa}.recentview-container .recently-viewed-content .contentimg .nohistory-label{font-size:16px;font-weight:400;color:#000}.recentview-container .recent-item{display:flex;width:100%;border-bottom:1px solid #e7e7e7;border-radius:3px;border-right:4px;box-sizing:border-box;padding-top:2px;align-items:flex-start;align-content:center;position:relative}.recentview-container .recent-item .icon-section{padding:0;margin-right:3px;display:flex;align-items:center;justify-content:center}.recentview-container .recent-item .info-section{display:flex;width:100%;padding-right:4px;flex-direction:column;padding-bottom:1px}.recentview-container .recent-item .info-section .title{font-size:14px;font-weight:500;color:#595959;margin-bottom:2px}.recentview-container .recent-item .info-section .path{padding:2px;font-size:12px;font-weight:700;color:#84909e;margin:1px 0}.recentview-container .recent-item .desc-download{display:flex;flex-direction:row;flex:1 1;align-items:center;justify-content:space-between;align-content:space-between}.recentview-container .recent-item .desc-download .description{font-size:12px;color:#595959;font-weight:700;line-height:100%;margin-bottom:2px;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.recentview-container .recent-item .desc-download .download{justify-content:flex-end;align-items:center;cursor:pointer;color:#096dd9;font-size:10px;font-weight:600;white-space:nowrap;margin-left:8px;text-decoration:underline}.recentview-container .recent-item .desc-download .date{font-size:10px;font-weight:700;color:#84909e;line-height:100%;letter-spacing:0}@media(min-width:1921px){.recentview-container{height:600px}}@media(min-width:1441px){.recentview-container{height:600px}}@media(max-width:1440px){.recentview-container{height:401px}}@media(max-width:1024px){.recentview-container{height:300px}}@media(max-width:768px){.recentview-container{height:200px}}.recent-view-card{display:flex;width:100%;border-bottom:1px solid #e7e7e7;border-radius:3px;border-right:4px;box-sizing:border-box;padding-top:2px;align-items:flex-start;align-content:center;position:relative}.recent-view-card .icon-section{padding:0;margin-right:3px;display:flex;align-items:center;justify-content:center}.recent-view-card .info-section{display:flex;width:100%;padding-right:4px;flex-direction:column;padding-bottom:1px}.recent-view-card .info-section .title{font-size:14px;font-weight:500;color:#212529;margin-bottom:2px;text-transform:capitalize}.recent-view-card .info-section .title:hover{color:#096dd9;text-decoration:underline;cursor:pointer}.recent-view-card .info-section .title.no-hover:hover{color:#212529;text-decoration:none;cursor:default}.recent-view-card .info-section .path{padding:2px;font-size:12px;font-weight:700;color:#84909e;margin:1px 0;text-transform:capitalize}.recent-view-card .desc-download{display:flex;flex-direction:row;flex:1 1;align-items:center;justify-content:space-between;align-content:space-between}.recent-view-card .desc-download .description{font-size:12px;color:#727272;font-weight:600;margin-bottom:2px;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-transform:capitalize}.recent-view-card .desc-download .description:hover{color:#096dd9;text-decoration:underline;cursor:pointer}.recent-view-card .desc-download .description.no-hover:hover{color:#727272;text-decoration:none;cursor:default}.recent-view-card .desc-download .download{justify-content:flex-end;align-items:center;cursor:pointer;color:#096dd9;font-size:12px;font-weight:600;white-space:nowrap;margin-left:8px;text-decoration:underline}.recent-view-card .desc-download .date{font-size:12px;font-weight:700;color:#84909e;line-height:100%;letter-spacing:0}@media(min-width:1441px){.recent-view-card .info-section .title{font-size:16px!important}.recent-view-card .info-section .desc-download .date,.recent-view-card .info-section .desc-download .description,.recent-view-card .info-section .desc-download .download,.recent-view-card .info-section .path{font-size:14px!important}}.open-search-container{width:100%;height:100%;padding:8px;background-color:#fff}.open-search-container .open-search-content{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:4px;height:435px;grid-gap:.5rem;gap:.5rem}.open-search-container .open-search-content .left-section{display:flex;align-items:flex-start;flex-direction:column;position:relative;padding-right:6px;margin:0;max-width:715px;width:100%;max-height:400px;height:100%;box-sizing:border-box;border-right:1px solid #e7e7e7}.open-search-container .open-search-content .right-section{align-items:center;box-sizing:border-box;max-width:250px;width:100%;max-height:489px;height:100%;padding-left:6px}.open-search-container .open-search-content .result-section{width:100%;flex:1 1}.open-search-container .open-search-content .result-section .filter-section{display:flex;flex-direction:column;grid-gap:1.5rem;gap:1.5rem;flex:1.2 1}@media(max-width:1440px){.open-search-container .open-search-content .result-section{min-height:401px}}@media(max-width:1024px){.open-search-container .open-search-content .result-section{height:300px}}@media(max-width:768px){.open-search-container .open-search-content .result-section{height:200px}}.open-search-container .open-search-content .view-all{padding:2px 0;align-items:flex-start;font-size:12px;font-weight:600;line-height:100%;vertical-align:middle;color:#007f4d;cursor:pointer;text-decoration:underline;display:flex;justify-content:flex-end}.open-search-container .footer{display:flex;flex-direction:column;padding-top:6px;margin-top:8px;grid-gap:10px;gap:10px}@media(min-width:1441px){.open-search-container .open-search-content{height:618px}.open-search-container .left-section{min-height:600px!important;max-width:825px!important}.open-search-container .right-section{min-height:600px!important;max-width:300px!important}}@media(max-width:768px){.open-search-container .open-search-content{flex-direction:column;grid-gap:1rem;gap:1rem}.open-search-container .open-search-content .left-section,.open-search-container .open-search-content .right-section{width:100%}.open-search-container .open-search-content .right-section{justify-content:flex-start}}@media(max-width:582px){.open-search-container .result-section .result-header{font-size:13px}.open-search-container .view-all{font-size:11px}.open-search-container .goto-all button{font-size:11px;padding:5px 10px}.open-search-container .filter-section button{font-size:11px;padding:3px 8px}.open-search-container .filter-section label{font-size:11px}}.search-modal.modal-dialog{width:1025px;height:630px;max-width:100vw;margin:0 auto;top:5%}@media(min-width:1441px){.search-modal.modal-dialog{width:1200px;height:800px;top:5%}}@media(max-width:1440px){.search-modal.modal-dialog{width:1025px;height:614px;top:8%}}@media(max-width:1024px){.search-modal.modal-dialog{width:90vw;height:500px;top:10%}}@media(max-width:768px){.search-modal.modal-dialog{width:95vw;height:450px;margin:1rem auto}}@media(max-width:576px){.search-modal.modal-dialog{width:100vw;height:100vh;margin:0;border-radius:0;top:0}}.div-1{height:35px;width:100%}.div-1 .tab-btn{display:flex;padding:13px 20px;justify-content:center;align-items:center;grid-gap:10px;gap:10px;border-radius:5px;border:transparent;font-size:14px;font-style:normal;font-weight:600}.div-1 .active-tab{background:#004dc2;color:#fff}.div-1 .not-active-tab{background:#dcedff;color:#004dc2}.div-1 .tab-btn:focus{outline:#b7ffe0}.tab-btn-2{display:flex;padding:3px 6px;justify-content:center;align-items:center;border-radius:8px;border:2px solid #97caff;font-size:14px;font-style:normal}.pref-collapser{display:flex;flex-direction:column;overflow:scroll}.preference-collapse-new{height:37px;border-radius:6px;color:#000}.pref-legend-div,.preference-collapse-new{display:flex;justify-content:space-between;align-items:center}.pref-legend-div{padding:8px 10px;background:#dcedff}.pref-legend-div-1{display:flex;grid-gap:10px;gap:10px}.pref-legend-div-1 span{align-items:center;justify-content:center;font-weight:400}.pref-legend-div-1 span,.pref-legend-div-2{display:flex;grid-gap:5px;gap:5px;color:#000;font-family:Source Sans Pro;font-size:14px;font-style:normal;line-height:120%}.pref-legend-div-2{font-weight:600}.pref-legend-div-2 span{color:#2e6ad2;-webkit-text-decoration-line:underline;text-decoration-line:underline;cursor:pointer}.pref-legend-div-1 span:first-child,.pref-legend-div-2 span{font-family:Source Sans Pro;font-size:14px;font-style:normal;font-weight:700;line-height:120%}.pref-legend-div-1 span:first-child{color:#555}.pref-collapse-header-new,.pref-collapse-header-new-2{margin-top:8px;margin-left:10px;color:var(--232D42-Text-Color-1,#232d42);font-family:Source Sans Pro;font-size:18px!important;font-style:normal;font-weight:700!important;line-height:normal}.pref-collapse-header-new-2{color:#555}.pref-collapse-list-new{cursor:pointer;max-height:70vh}.pref-collapser-item-new{margin-top:15px}.pref-collapser-item-new:first-child{margin-top:0}.pref-collapser-item-new-tab{padding:10px 15px;display:flex;grid-gap:10px;gap:10px;align-items:center;border-radius:5px}.pref-collapser-item-new-tab span{font-family:Source Sans Pro;font-size:14px!important;font-style:normal;font-weight:600!important;line-height:100%}.pref-collapser-item-tab-list{display:flex;flex-direction:row;grid-gap:10px;gap:10px}.pref-item-tab-div{display:flex;flex-wrap:wrap;grid-gap:10px;gap:10px;max-height:200px;overflow:scroll}.pref-item-tab-div .coming-soon-text{display:flex;justify-content:center!important;width:100%;font-family:Source Sans Pro;font-size:14px!important;font-style:normal;font-weight:600!important;line-height:100%}.pref-item-tab-div-data{display:flex;align-items:center;width:300px;justify-content:flex-start;grid-gap:10px;gap:10px}.pref-item-tab-div-data span{color:#555;font-family:Source Sans Pro;font-size:12px;font-style:normal;font-weight:600;line-height:normal}.preference-collapse-new-checkbox{display:flex;align-items:center;padding-left:10px}.pref-toggle-switch input:checked+.pref-slider{background-color:#8e98a8}.pref-toggle-switch input:checked+.pref-slider:before{transform:translateX(-15px)}.pref-toggle-switch input:not(:checked)+.pref-slider{background-color:#2e6ad2}.pref-toggle-switch input:not(:checked)+.pref-slider:before{transform:translateX(0)}.pref-toggle-switch{position:relative;display:inline-block;width:38px;height:22px;margin-bottom:0!important}.pref-toggle-switch input{opacity:0;width:0;height:0}.pref-slider,.status-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#2e6ad2;transition:.4s;border-radius:20px}.pref-slider:before,.status-slider:before{position:absolute;content:"";height:17px;width:17px;left:2.8px;bottom:2.5px;border-radius:50%;background-color:#fff;transition:.4s}.pref-slider:before{left:18px}.notification-modal .modal-content{width:500px!important}.notification-modal .pref-modal-content h3{color:var(--navy-blue,#2c3957);text-align:center;font-family:Source Sans Pro;font-size:20px;font-style:normal;font-weight:700;line-height:175%}.notification-modal .pref-modal-content p{color:var(--primary-text,#555)!important;text-align:center!important;font-family:Source Sans Pro!important;font-size:12.64px!important;font-style:normal!important;font-weight:600;line-height:normal!important;margin-top:0!important}.notification-modal .classic-notification{display:flex;align-items:center;grid-gap:10px;gap:10px}.notification-modal .classic-notification span{color:#555;font-family:Source Sans Pro;font-size:12px;font-style:normal;font-weight:600;line-height:normal}.no-data-div{width:100%;justify-content:center}.no-data-div,.no-data-div .text{display:flex;align-items:center;grid-gap:10px;gap:10px}.no-data-div .text{justify-content:flex-start;flex-direction:column}.no-data-div .text span:first-child{width:100%;color:#555;font-size:24px;font-weight:700}.no-data-div .text span,.no-data-div .text span:first-child{font-family:Source Sans Pro;font-style:normal;line-height:normal}.no-data-div .text span{color:#858c98;font-size:16px;font-weight:400}.headerDivider{border-left:1px solid #e4e4e4;border-right:1px solid #e4e4e4;height:35px}.sidebar-item-div{display:flex;justify-content:space-between;height:40px;padding:12px 20px;align-items:center;color:#2e6ad2;cursor:pointer}.sidebar-item-div:hover{background-color:#f1f8ff!important}.sidebar-item-div:first-child{border-top:1px solid#dedede}.sidebar-div{display:flex;flex-direction:column;overflow:scroll}.content{width:100%;padding:60px 0 15px}.content .custom-scrollbar{max-height:520px;overflow-y:auto!important}.content .search-content-box{overflow-y:auto!important}.content .search-content-box .result-card{border-bottom:1px solid #e7e7f7}.content .search-content-box .result-card .text-heading{font-size:14px!important;color:#000;font-weight:500}.content .search-content-box .result-card .description1{font-size:12px!important;font-weight:600;color:#727272}.content .search-content-box .result-card .download{font-size:12px!important;font-weight:700;color:#046cd9;text-decoration:underline}.content .search-content-box .result-card .date,.content .search-content-box .result-card .path{font-size:12px!important;font-weight:700;color:#84909e}.reset-search-input-icon{margin-left:8px;align-items:center;margin-top:8px;cursor:pointer}.result-section-count-filters{position:relative;display:flex;align-items:center;background:#fff;justify-content:space-between}.result-section-count-filters .fs14{font-size:14px;font-weight:700;letter-spacing:.1em}.result-section-count-filters .count{font-size:12px;color:#fff;font-weight:700;background-color:#046cd9}.result-section-count-filters .filters-open-search{display:flex;grid-gap:15px;gap:15px;align-items:center}.result-section-count-filters .filters-open-search .format-type-filter,.result-section-count-filters .filters-open-search .published-date-filter{width:163px;border-color:#096dd9}.result-section-count-filters .filters-open-search .reset-span{font-size:12px;letter-spacing:1px;text-transform:uppercase;font-weight:600;cursor:pointer}.result-section-count-filters .filters-open-search .custom-date-range-option .custom_dates{width:130px;display:inline-block;font-size:12px;border:none}.result-section-count-filters .filters-open-search .custom-date-range-option .custom_dates:first-child{margin-right:20px}.result-section-count-filters .filters-open-search .custom-date-range-option .custom-date-combobox-list{font-size:12px}.result-section-count-filters .filters-open-search .custom-date-range-option .custom-date-combobox-list .rw-list-option.rw-state-focus{background-color:#046cd9;border-color:#046cd9;color:#fff}.result-section-count-filters .filters-open-search .custom-date-range-option .custom-date-combobox-list.min-width .rw-widget-picker{width:184px}.result-section-count-filters .filters-open-search .custom-date-range-option .custom-date-combobox-list .rw-widget-picker{height:30px}.result-section-count-filters .filters-open-search .custom-date-range-option .custom-date-combobox-list .rw-filter-input,.result-section-count-filters .filters-open-search .custom-date-range-option .custom-date-combobox-list .rw-widget-input{box-shadow:none}.result-section-count-filters .filters-open-search .custom-date-range-option .custom-date-combobox-list .rw-state-focus>.rw-widget-container,.result-section-count-filters .filters-open-search .custom-date-range-option .custom-date-combobox-list .rw-state-focus>.rw-widget-container:hover,.result-section-count-filters .filters-open-search .custom-date-range-option .custom-date-combobox-list .rw-widget-container.rw-state-focus,.result-section-count-filters .filters-open-search .custom-date-range-option .custom-date-combobox-list .rw-widget-container.rw-state-focus:hover{box-shadow:0 0 0 .2rem rgba(0,123,255,.25);border-color:rgba(0,123,255,.25)}.result-section-count-filters .filters-open-search .custom-date-range-option .custom-date-combobox-list .rw-select-bordered{border:none}.result-section-count-filters .filters-open-search .custom-date-range-option .custom-date-combobox-list .rw-btn-select{margin-right:4px}.result-section-count-filters .filters-open-search .custom-date-range-option .custom-date-combobox-list .rw-i{display:flex}.result-section-count-filters .filters-open-search .custom-date-range-option .custom-date-combobox-list .rw-i-caret-down:before{font:24px Material Icons;content:"";color:#046cd9;transition:all .2s ease}.result-section-count-filters .filters-open-search .custom-date-range-option .custom-date-combobox-list .rw-list-option.rw-state-selected,.result-section-count-filters .filters-open-search .custom-date-range-option .custom-date-combobox-list .rw-list-option.rw-state-selected:hover{background-color:#046cd9!important;border-color:#046cd9!important;color:#fff!important}.global-search-result-list{display:flex;flex-direction:column;flex:1 1;grid-gap:4px;gap:4px;overflow-y:auto;height:calc(100vh - 300px);padding-right:2px;box-sizing:border-box}.global-search-result-list .result-card{display:flex;width:100%;border-bottom:1px solid #e7e7e7;border-radius:3px;border-right:4px;box-sizing:border-box;padding-top:2px;align-items:flex-start;align-content:center;position:relative}.global-search-result-list .result-card:last-child{border-bottom:none}.global-search-result-list .result-card .icon-section{padding:0;margin-right:3px;display:flex;align-items:center;justify-content:center}.global-search-result-list .result-card .info-section{display:flex;width:100%;padding-right:4px;flex-direction:column;padding-bottom:1px}.global-search-result-list .result-card .info-section .title{font-size:14px;font-weight:500;color:#212529;margin-bottom:2px;text-transform:capitalize}.global-search-result-list .result-card .info-section .title:hover{color:#096dd9;text-decoration:underline;cursor:pointer}.global-search-result-list .result-card .info-section .title.no-hover:hover{color:#212529;text-decoration:none;cursor:default}.global-search-result-list .result-card .info-section .path{padding:2px;font-size:12px;font-weight:700;color:#84909e;margin:1px 0;text-transform:capitalize}.global-search-result-list .result-card .desc-download{display:flex;flex-direction:row;flex:1 1;align-items:center;justify-content:space-between;align-content:space-between}.global-search-result-list .result-card .desc-download .description{font-size:12px;color:#727272;font-weight:600;margin-bottom:2px;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-transform:capitalize}.global-search-result-list .result-card .desc-download .description:hover{color:#096dd9;text-decoration:underline;cursor:pointer}.global-search-result-list .result-card .desc-download .description.no-hover:hover{color:#727272;text-decoration:none;cursor:default}.global-search-result-list .result-card .desc-download .download{justify-content:flex-end;align-items:center;cursor:pointer;color:#096dd9;font-size:12px;font-weight:600;white-space:nowrap;margin-left:8px;text-decoration:underline}.global-search-result-list .result-card .desc-download .date{font-size:12px;font-weight:700;color:#84909e;line-height:100%;letter-spacing:0}.global-search-legend-result{position:-webkit-sticky;position:sticky;bottom:0;background:#fff;margin:3px auto}@media(min-width:1441px){.result-section-count-filters .fs14{font-size:16px}.result-section-count-filters .count,.result-section-count-filters .filters-open-search{font-size:14px}.global-search-result-list .info-section .title{font-size:16px!important}.global-search-result-list .info-section .desc-download .date,.global-search-result-list .info-section .desc-download .description,.global-search-result-list .info-section .desc-download .download,.global-search-result-list .info-section .path{font-size:14px!important}}.justify-content-space-between{justify-content:space-between}.main_div{padding:20px 25px!important;grid-gap:10px;gap:10px;display:flex;flex-direction:column}.f-23{font-size:23px}.fw-700{font-weight:700}.g-10{grid-gap:10px;gap:10px}.flex-d{flex-direction:column}.h-30vh{height:30vh}@media(min-width:576px){.modal-lg.modal-dialog{max-width:576px;margin-top:50px}}.category-title{color:#283959;text-align:center;font-family:Source Sans Pro;font-size:18px;font-style:normal;font-weight:700;line-height:20px}.title-text{color:#046cd9;font-family:Montserrat;font-style:normal;line-height:normal}.dropdown-list .rw-widget-container{border-radius:5px;border:1px solid #e4e4e4}.dropdown-list .rw-widget-input{box-shadow:none}.dropdown-list .rw-placeholder{color:#000;font-size:14px;font-weight:400}.grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));min-height:200px;grid-gap:16px;gap:16px;padding:15px 0 0}.grid-container>div{padding:15px;text-align:center}.grid-item-resources{display:flex;padding:15px;flex-direction:column;align-items:flex-start;grid-gap:15px;gap:15px;flex:1 0;border-radius:10px;border:1px solid #eaeaea;background:var(--color-gray-10,#fff);box-shadow:0 4px 10px 0 rgba(0,0,0,.09);position:relative}.grid-item-resources .thumbnail{height:120px;width:100%;border:1px solid #e7e9ed;background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2));opacity:.6}.grid-item-resources .item-title{color:#161c2d;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:600;letter-spacing:-.5px;text-align:left}.play-button{position:absolute;top:25%;left:40%;z-index:10}.youtube-player{border-radius:10px;border:1px solid #c9c7c7}.faq-collapse{width:100%;height:36px;border-radius:6px;background-color:#fff;display:flex;justify-content:space-between;align-items:center;align-self:stretch;color:#000}.faq-collapse,.faq-collapse .faq-collapse-header{grid-gap:32px;gap:32px}.faq-collapse .faq-collapse-header .span_1{color:var(--Text-txt-tertiary,rgba(60,60,67,.5));font-family:Inter;font-size:42px;font-style:normal;font-weight:700;line-height:120%;letter-spacing:.25px}.faq-collapse .faq-collapse-header .span_2{color:var(--Text-txt-primary,#000);font-family:Montserrat;font-size:18px;font-style:normal;font-weight:700;line-height:120%}.faq-collapse-list{font-family:Montserrat;font-size:14px;font-style:normal;font-weight:400;line-height:140%;align-self:stretch;margin-left:75px}.faq-collapse-list,.faq-collapse-list p{color:var(--Text-txt-secondary,rgba(60,60,67,.85))}.faq-collapse-list p img{width:100%}.magic-link .badge{display:inline-block;border-radius:20px;font-weight:500;font-size:13px;padding:3px 8px;text-align:center;min-width:70px}.magic-link .expired-badge{border:1px solid #d63864;color:#d63864}.magic-link .active-badge{border:1px solid #3c78d8;color:#3c78d8}.rule-div{height:48.25vh!important}.chart-div,.preview-main-div{margin-top:20px}.chart-div{display:flex;padding:20px;flex-direction:column;align-items:flex-start;grid-gap:30px;gap:30px;border:1px solid #dcedff}.div-1{display:flex;justify-content:space-between}.div-1 div{display:flex;grid-gap:10px;gap:10px}.save-btn{border-radius:5px;background:#046cd9;padding:0 20px;justify-content:center;grid-gap:5px;gap:5px;color:var(--color-gray-10,#fff);font-family:Roboto;line-height:24px}.div-1 input,.save-btn{display:flex;height:30px;align-items:center;font-size:12px;font-style:normal;font-weight:400}.div-1 input{color:#606b77;border-radius:5px;border:1px solid #e4e4e4;width:304px;padding:4px 10px;grid-gap:130px;gap:130px}.div-1 input,.preview-main-div .div-1 span{font-family:Source Sans Pro;line-height:normal}.preview-main-div .div-1 span{color:#000;font-size:20px;font-style:normal;font-weight:600}.view-toggle{display:flex;padding:3px;justify-content:center;align-items:flex-start;border-radius:2px;border:1px solid var(--stroke,#e9ebed);background:var(--White,#fff);height:auto}.view-toggle button{height:auto;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:0 10px!important;width:100px}.active-btn{background:var(--bright_blue,#2e6ad2)}.active-btn,.not-active-btn{border-radius:2px;transition:none!important;box-shadow:none}.not-active-btn{background:#fff;color:var(--Unnamed-Color,#003870)}input:checked+.slider{background-color:#1e81e8}.visalization-slider:before{background-color:#fff}.visalization-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:transparent;transition:.4s}.visalization-slider.round{border-radius:34px}.visalization-slider.round:before{border-radius:50%}.status-slider,.visalization-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#1e81e8;transition:.4s;border-radius:20px}.status-slider:before,.visalization-slider:before{position:absolute;content:"";height:17px;width:17px;left:2.8px;bottom:2.5px;border-radius:50%;background-color:#fff;transition:.4s}.chart-dropdown{width:150px}.q-slider:before{left:33.5px!important;background-color:#fff}.chart-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(50%,1fr));grid-gap:20px;gap:20px}.chart-container{width:100%;height:280px;border-bottom:1px solid #dcedff;display:flex;justify-content:flex-start;align-items:center}.save-button{height:30px;display:flex!important;justify-content:center!important;align-items:center!important}.custom-slider{z-index:13;position:absolute;right:10%;top:100%;min-width:500px;height:120px;flex-shrink:0;display:flex;flex-direction:column;border-radius:5px;border-top:5px solid #046cd9;background:var(--color-gray-10,#fff);box-shadow:3px 0 50px 0 rgba(0,0,0,.1);grid-gap:36px;gap:36px;padding:0 20px;border-bottom:5px solid #046cd9}.custom-slider .rc-slider-track{height:5px!important;background-color:#046cd9}.custom-slider .rc-slider-dot-active{border-color:#046cd9}.custom-slider .rc-slider-handle{height:20px;width:20px;margin-top:-9px;border:2px solid #046cd9}.slider-input{display:flex;width:150px;height:35px;padding:0 10px;justify-content:center;align-items:center;border-radius:5px;border:1px solid #046cd9;background:var(--color-gray-10,#fff);color:#046cd9;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.custom-slider .slider-div{padding:0 10px;display:flex;margin-top:20px}.custom-slider .slider-div .rc-slider-mark-text{transform:rotate(90deg)!important;white-space:nowrap;text-align:left;margin-bottom:10px}.metrics-dropdown-list .rw-widget-picker{border:none;border-radius:0}.rule-div{display:flex;flex-direction:column;grid-gap:8px;gap:8px;width:-webkit-fill-available;padding:10px}.rules-item-div{display:inline-flex;justify-content:space-between;padding:5px 7px;align-items:center;grid-gap:4px;gap:4px;border-radius:20px;background:var(--bright_blue,#2e6ad2);color:#fff;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.visalization-input:disabled{background-color:inherit}.metrics_dropdown .rw-state-disabled>.rw-widget-picker{background-color:transparent!important}.select_companies_search .form-control:disabled{background-color:hsla(0,0%,95.3%,.5)!important}.range-button{display:flex;width:auto;height:35px;padding:0 10px;border-radius:5px;border:1px solid #046cd9;background:var(--color-gray-10,#fff);color:#046cd9;font-size:12px;font-style:normal;font-weight:700;line-height:24px}.range-button,.slider-save-btn{justify-content:center;align-items:center}.slider-save-btn{display:inline-flex;height:30px;width:50px;padding:0 20px;grid-gap:5px;gap:5px;flex-shrink:0;border-radius:5px;background:#046cd9;border:none;color:#fff;right:10px;position:absolute;top:70px}.rc-slider-tooltip{z-index:13}.downlaod-dropdown{border-radius:5px;border-top:5px solid #046cd9;background:var(--color-gray-10,#fff);box-shadow:3px 0 50px 0 rgba(0,0,0,.1);padding:10px 0;border-bottom:5px solid #046cd9}.download-format-btn{display:flex;align-items:center;justify-content:center}.download-format-btn:hover{background:#046cd9;color:#fff;cursor:pointer}.no_data{width:inherit;height:inherit;justify-content:center;font-size:24px;font-weight:700}.MagicLinkTimer,.no_data{display:flex;align-items:center}.MagicLinkTimer{font-size:16px;margin-right:15px}.MagicLinkTimer span{font-weight:700;color:#2563eb;margin-right:8px}.MagicLinkTimer .box-style{max-height:27px;max-width:30px;background:#1f1f1f;color:#fff;padding:2px 6px;border-radius:6px;font-weight:700;font-size:16px}.MagicLinkTimer .timer-text-ml{display:flex;flex-direction:column;font-size:9px}header_scss{background:red;display:flex;flex:1 1;-moz-flex-direction:row;flex-direction:row;flex-wrap:wrap;flex-flow:row-reverse wrap;order:1;-moz-flex-grow:2;-ms-flex-grow:2;flex-grow:2;-ms-flex-shrink:1;flex-shrink:1;-ms-flex-basis:100px;flex-basis:100px;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-ms-align-content:center;align-content:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-ms-align-self:auto;align-self:auto;transition:all .5s ease-in-out;transition-property:background;transition-property:.5s;transition-timing-function:ease-in-out;transition-delay:2s;transform:rotate(1turn);transform:skew(45deg,10deg);transform:scale(1);transform:translate(10px,30px);transform:translateY(50px);width:-o-calc(100% - 2px);width:-ms-calc(100% - 2px);width:calc(100% - 2px)}.switch{position:relative;display:block;vertical-align:top;width:80px;height:25px;padding:3px;margin:0;background:linear-gradient(180deg,#eee,#fff 25px);background-image:-webkit-linear-gradient(top,#eee,#fff 25px);border-radius:18px;box-shadow:inset 0 -1px #fff,inset 0 1px 1px rgba(0,0,0,.05);cursor:pointer;box-sizing:initial}.switch-input{position:absolute;top:0;left:0;opacity:0;box-sizing:initial}.switch-input:checked~.switch-label{background:#e1b42b;box-shadow:inset 0 1px 2px rgba(0,0,0,.15),inset 0 0 3px rgba(0,0,0,.2)}.switch-input:checked~.switch-label:before{opacity:0}.switch-input:checked~.switch-label:after{opacity:1}.switch-input:checked~.switch-handle{left:74px;box-shadow:-1px 1px 5px rgba(0,0,0,.2)}.switch-label{position:relative;display:block;height:inherit;font-size:10px;text-transform:uppercase;background:#eceeef;border-radius:inherit;box-shadow:inset 0 1px 2px rgba(0,0,0,.12),inset 0 0 2px rgba(0,0,0,.15);box-sizing:initial;transition:All .3s ease;-webkit-transition:All .3s ease;-moz-transition:All .3s ease;-o-transition:All .3s ease}.switch-label:before{content:attr(data-off);right:11px;color:#aaa;text-shadow:0 1px hsla(0,0%,100%,.5)}.switch-label:after,.switch-label:before{position:absolute;top:50%;margin-top:-.5em;line-height:1;transition:inherit;box-sizing:initial}.switch-label:after{content:attr(data-on);left:11px;color:#fff;text-shadow:0 1px rgba(0,0,0,.2);opacity:0}.switch-handle{position:absolute;top:4px;left:4px;width:28px;height:28px;background:linear-gradient(180deg,#fff 40%,#f0f0f0);background-image:-webkit-linear-gradient(top,#fff 40%,#f0f0f0);border-radius:100%;box-shadow:1px 1px 5px rgba(0,0,0,.2);transition:All .3s ease;-webkit-transition:All .3s ease;-moz-transition:All .3s ease;-o-transition:All .3s ease}.switch-handle:before{content:"";position:absolute;top:50%;left:50%;margin:-6px 0 0 -6px;width:12px;height:12px;background:linear-gradient(180deg,#eee,#fff);background-image:-webkit-linear-gradient(top,#eee,#fff);border-radius:6px;box-shadow:inset 0 1px rgba(0,0,0,.02)}.switch-flat{padding:0;background:#fff;background-image:none}.switch-flat .switch-label{background:#fff;border:2px solid #eceeef;box-shadow:none}.switch-flat .switch-label:after{color:#08c}.switch-flat .switch-handle{top:6px;left:6px;background:#dadada;width:18px;height:18px;box-shadow:none}.switch-flat .switch-handle:before{background:#eceeef}.switch-flat .switch-input:checked~.switch-label{background:#fff;border-color:#1085c6}.switch-flat .switch-input:checked~.switch-handle{left:55px;background:#1085c6;box-shadow:none}.dataType{display:flex}.dataType div{display:flex;align-items:center}.dataType label{font-size:.9rem!important}.amcharts-amexport-menu-level-0.amcharts-amexport-top{top:-20px!important}.amcharts-amexport-item.amcharts-amexport-item-level-0{opacity:1!important;background-color:#fff!important;width:35px!important}.amcharts-amexport-item.amcharts-amexport-item-level-0:hover{background-color:#d3d3d3!important}.errorMsg{color:red}.amcharts-range-selector-range-wrapper{display:none!important}.date-container{position:relative;padding:.2em 1em 0 .4em}.date-container input{margin:.25em 1em 0 .3em;font-size:12px;width:90px;text-align:center;outline:none;width:100%;padding:7px 10px;box-sizing:border-box;border-radius:2px;border:1.5px solid #9e9e9e;overflow:visible}.calendar{position:absolute;z-index:10;background:#fff;border:1px solid #e1e4e8;border-radius:5px;top:-45px;display:flex;align-items:center}.rc-slider-track{height:10px!important}.rc-slider-tooltip-inner{min-width:60px;background-color:#dadada;color:#686564}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{border-top-color:#dadada}.color.color{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;font-size:15px;font-weight:600;padding:10px 10px 10px 5px;border-bottom:1px solid #ebebeb!important;border:none;box-sizing:border-box;margin-top:22px;box-shadow:none;font-family:Open Sans,sans-serif;z-index:1000}.react-checkbox-tree{flex-direction:column!important}#chartdata{max-height:500px;overflow:auto}#legend{margin:0 0 50px}#chartdata .chartTable{width:100%!important}#chartdata .chartTable thead tr th{padding:8px 15px;text-transform:capitalize;text-align:right!important;font-size:15px!important}#chartdata .chartTable thead tr th:first-child{min-width:100px;text-align:left!important;left:0;position:-webkit-sticky!important;position:sticky!important;z-index:20;top:0}#chartdata .chartTable thead tr th:nth-child(2){text-align:left!important}@media only screen and (min-width:767px){#chartdata .chartTable thead tr th:nth-child(2){left:100px;position:-webkit-sticky!important;position:sticky!important;z-index:8;top:0}}#chartdata .chartTable tbody tr td{padding:8px 15px;color:#99a0aa;font-size:15px!important;text-align:right!important}#chartdata .chartTable tbody tr td:first-child{text-align:left!important;left:0;position:-webkit-sticky!important;position:sticky!important;z-index:18}#chartdata .chartTable tbody tr td:nth-child(2){text-align:left!important}@media only screen and (min-width:767px){#chartdata .chartTable tbody tr td:nth-child(2){left:100px;position:-webkit-sticky!important;position:sticky!important;z-index:7;top:0}}.DateRangePicker__CalendarSelection{background:#1085c6;border:1px solid #1085c6}*{scrollbar-width:thin}html{scroll-behavior:smooth}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:20px;border:1px solid #ccc}.gap1{grid-gap:1rem;gap:1rem}.font-Calibri{overflow:hidden}.font-Calibri *{color:#000}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body{font-family:Source Sans Pro,sans-serif;background-color:#e9eef5;font-size:14px}@media(min-width:768px){body{font-size:14px}}@media(min-width:1600px){body{font-size:16px}}.font-family-1{font-family:Source Sans Pro,sans-serif}h1{font-size:1.424rem}h1,h2{color:#99a0aa;font-family:Montserrat,sans-serif}h2{font-size:1.266rem}h3{font-size:1.125rem}h3,h4{color:#99a0aa}h4{font-size:1rem}h5{font-size:.889rem;color:#99a0aa}.btn-primary{border-color:#046cd9;background:#046cd9}.btn-primary:active,.btn-primary:hover{background-color:#004dc2;border-color:#004dc2}.btn-outline-primary,.btn-secondary.btn-outline-primary{border-color:#046cd9;background-color:#fff;color:#046cd9}.btn-outline-primary:active,.btn-outline-primary:hover,.btn-secondary.btn-outline-primary:active,.btn-secondary.btn-outline-primary:hover{color:#fff;background-color:#046cd9;border-color:#046cd9}.dark-blue-btn{border-color:#004dc2;background:#004dc2}.btn.disabled,.btn:disabled{opacity:.65;cursor:no-drop}a,p{font-size:.75rem;color:#99a0aa}a,a:hover,p{text-decoration:none}a:hover{color:#052240}.cursor-pointer{cursor:pointer}.hover-button{opacity:0}.trigger-icon:hover .hover-button{opacity:1}.board_dashboard_sidebar .Collapsible__trigger{position:absolute;left:24px;top:8px;cursor:pointer}.board_dashboard_sidebar .Collapsible__trigger .material-icon{color:#046cd9;font-size:21px;transition:all .3s cubic-bezier(.215,.61,.35,.61)}.board_dashboard_sidebar .Collapsible__trigger.is-open .material-icon{transform:rotate(90deg)}.board_dashboard_sidebar .Collapsible__trigger:hover+.trigger-icon .hover-button{opacity:1}span th,td{font-size:.75rem;color:#99a0aa;text-decoration:none}.red{color:red}ul{list-style:none;padding:0;margin:0}.text-ligntblue2{color:#046cd9!important}.error-clr{color:red!important}.text-black2{color:#0b2540!important}.text-green{color:#02bf48!important}.text-grey-clr{color:#606b77!important}.text-grey{color:#84909e!important}.text-ligntgrey{color:#767b84!important}.text-red{color:#ff5a5a!important}.text-orange{color:#f99725!important}.text-blue{color:#0461c2!important}.text-blue-clr{color:#1e81e8!important}.text-darkblue{color:#08396c!important}.text-darkblue2{color:#283959!important}.font-weight-semibold{font-weight:600}.mx-5px{margin-left:5px;margin-right:5px}.mb-10px{margin-bottom:10px}.mb-16px{margin-bottom:16px}.mb-18px{margin-bottom:18px}.mb-20px{margin-bottom:20px}.ml-10px{margin-left:10px}.ml-2px{margin-left:2px}.fs-12{font-size:12px}.icon-fs-14{font-size:14px}.icon-fs-16{font-size:16px}.icon-fs-17{font-size:17px}.icon-fs-18{font-size:18px}.icon-fs-20{font-size:20px}.icon-fs-22{font-size:22px}.border{border:1px solid #cfd4d9!important}.rotate-180{transform:rotate(180deg)}.rotate-45{transform:rotate(45deg)}.btn-md{font-size:.79rem;padding:6.5px 12px}.justify-content-evenly{justify-content:space-evenly}.justify-content-center{justify-content:center}.align-item-center{align-items:center}.gap-10{grid-gap:10px;gap:10px}.card{background:#fff 0 0 no-repeat padding-box;border:1px solid #e9ebee;border-radius:3.5px}.card.custom-card .card-body{padding:12px}.btn-items-card-wrapper .btn-items-card.closed-card{max-height:61px;overflow:hidden}.btn-items-card-wrapper .btn-items-card.closed-card .show-more-btn .close-icon{display:none}.btn-items-card-wrapper .btn-items-card.closed-card .show-more-btn .btn-link,.btn-items-card-wrapper .btn-items-card.open-card .show-more-btn .close-icon{display:inline-flex}.btn-items-card-wrapper .btn-items-card.open-card .show-more-btn .btn-link{display:none}.btn-items-card-wrapper .btn-items-card.open-card .segment-items{max-height:350px;display:grid;grid-template-columns:repeat(2,1fr);overflow:auto;z-index:0}.btn-items-card-wrapper .btn-items-card.custom-card .card-body{padding:6px 16px}.btn-items-card-wrapper .btn-items-card .show-more-btn .btn-link{white-space:nowrap;text-decoration:underline;color:#046cd9;padding-right:0;font-size:14px;margin-top:3px}.btn-items-card-wrapper .btn-items-card .show-more-btn .close-icon{margin-top:8px;margin-left:20px;color:#046cd9;cursor:pointer}.btn-items-card-wrapper .btn-items-card .title{padding:12px 28px 16px 0;margin-right:20px;border-right:1px solid #cfd4d9;align-self:flex-start}.btn-items-card-wrapper .btn-items-card .btn-items{margin-left:-6.5px;margin-right:-6.5px;z-index:0!important}.btn-items-card-wrapper .btn-items-card .btn-items li{padding-left:6.5px;padding-right:6.5px}.btn-items-card-wrapper .btn-items-card .btn-items li .content{padding:7px 10px;border-radius:3px;background-color:#f4f5f8;color:#84909e;font-size:14px;cursor:pointer;margin-top:7px;margin-bottom:7px;z-index:0!important}.btn-items-card-wrapper .btn-items-card .btn-items li .content:hover{color:#00894d;background-color:#b7ffe0}.btn-items-card-wrapper .btn-items-card .btn-items li .content .icon{font-size:18px;margin-bottom:1px}.btn-items-card-wrapper .btn-items-card .btn-items li.active .content{color:#00894d;background-color:#b7ffe0;z-index:0!important}.segments-card-wrapper{margin-bottom:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:#e9eef5}.segments-card-wrapper .btn-items-card .btn-items li .content{white-space:nowrap}.custom-checkbox-new{-webkit-appearance:none;min-width:14px;width:14px;height:14px;border:1px solid #cfd4d9;vertical-align:sub;outline:none;border-radius:3px;position:relative;cursor:pointer}.custom-checkbox-new:checked{background-color:#0461c2;border-color:#0461c2}.custom-checkbox-new:checked:after{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMwMCIgd2lkdGg9IjMwMCIgZmlsbD0iI2ZmZiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZD0iTTQ0IDU4LjRsLTctN2ExLjk4IDEuOTggMCAxMC0yLjggMi44bDguMzg2IDguMzg2YTIgMiAwIDAwMi44MjggMEw2Ni42IDQxLjRhMS45OCAxLjk4IDAgMDAtMi44LTIuOEw0NCA1OC40eiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);background-size:28px;background-repeat:no-repeat;background-position:50%}.custom-checkbox-new:disabled,.custom-checkbox-new:disabled~.form-check-label,.custom-checkbox-new[disabled],.custom-checkbox-new[disabled]~.form-check-label{opacity:.5;cursor:default!important}.custom-radio-input{cursor:pointer;margin-right:10px;color:#606b77}.custom-radio-input input{display:none}.custom-radio-input input+span:not(:empty){padding-left:18px;position:relative;font-size:.79rem}.custom-radio-input input+span:after,.custom-radio-input input+span:before{content:"";width:12px;height:12px;display:block;border-radius:50%;left:0;top:2px;position:absolute}.custom-radio-input input+span:before{background:#cfd4d9}.custom-radio-input input+span:after{background:#fff;transform:scale(.5)}.custom-radio-input input:checked+span:after{transform:scale(.5)}.custom-radio-input input:checked+span:before{transform:scale(1.04);background:#004dc2}.custom-collapser .collapse{border:0;font-size:.79rem}.custom-collapser .collapse-trigger{background-color:#dcedff;border-radius:3px;padding:2px 0 2px 8px;border:0}.custom-collapser .collapse-trigger:before{content:none}.custom-collapser .collapse-trigger .title{text-transform:capitalize;color:#0b2540}.custom-collapser .collapse-trigger .material-icon{color:#0461c2;font-size:31px}.custom-collapser .collapse-trigger[aria-expanded=true] .material-icon.rotate180{transform:rotate(180deg)}.custom-collapser .collapse-trigger div:first-child:before{content:none}.custom-collapser .collapse-panel{border:0;padding:0}.custom-collapser.inner-sidebar-collapser .Collapsible{position:relative}.custom-collapser.inner-sidebar-collapser .custom-collapser-item .trigger-block{padding:10px 6px 10px 8px;background-color:#dcedff;border-radius:3px;border:0}.custom-collapser.inner-sidebar-collapser .custom-collapser-item .Collapsible__trigger{position:absolute;right:6px;top:8px;cursor:pointer}.custom-collapser.inner-sidebar-collapser .custom-collapser-item .Collapsible__trigger .material-icon{color:#046cd9;font-size:21px;transition:all .3s cubic-bezier(.215,.61,.35,.61)}.custom-collapser.inner-sidebar-collapser .custom-collapser-item .Collapsible__trigger.is-open .material-icon{transform:rotate(90deg)}.custom-collapser.inner-sidebar-collapser .collapse-trigger{padding:8px 6px 8px 8px}.custom-collapser.inner-sidebar-collapser .collapse-trigger .material-icon{color:#046cd9;font-size:21px;transition:all .3s cubic-bezier(.215,.61,.35,.61)}.custom-collapser.inner-sidebar-collapser .collapse-trigger[aria-expanded=true] .material-icon{transform:rotate(90deg)}.custom-collapser.inner-sidebar-collapser .collapse-trigger:before{content:none}.custom-collapser.inner-sidebar-collapser .trigger-block .title{margin-left:10px;color:#84909e;margin-right:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.custom-collapser.inner-sidebar-collapser .trigger-block input:checked+.title{color:#0461c2}.custom-collapser.inner-sidebar-collapser .collapse-panel-content .item{margin:0 7px;padding:10px 0 10px 10px}.custom-collapser.inner-sidebar-collapser .collapse-panel-content .item:not(:last-child){border-bottom:.5px solid #bed4eb}.custom-collapser.inner-sidebar-collapser .collapse-panel-content .item label{margin-left:11px;color:#84909e;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.custom-collapser.inner-sidebar-collapser .collapse-panel-content .item input:checked+label{color:#0461c2;cursor:pointer}.custom-collapser2 .collapse,.custom-collapser2 .Collapsible{border:1px solid #e9ebee}.custom-collapser2 .Collapsible__trigger.is-open .collapse-icon-wrapper .add{display:none}.custom-collapser2 .Collapsible__trigger.is-closed .collapse-icon-wrapper .add,.custom-collapser2 .Collapsible__trigger.is-open .collapse-icon-wrapper .remove{display:flex}.custom-collapser2 .Collapsible__trigger.is-closed .collapse-icon-wrapper .remove{display:none}.custom-collapser2 .collapse-trigger{background-color:#fff;padding:16px}.custom-collapser2 .collapse-trigger .title{font-family:Source Sans Pro,sans-serif}.custom-collapser2 .collapse-trigger .collapse-icon-wrapper{padding:3px;border-radius:50%;background-color:#e2e8f2;color:#84909e}.custom-collapser2 .collapse-trigger .collapse-icon-wrapper .icon{font-size:20px}.custom-collapser2 .collapse-trigger[aria-expanded=true] .collapse-icon-wrapper .add{display:none}.custom-collapser2 .collapse-trigger[aria-expanded=false] .collapse-icon-wrapper .add,.custom-collapser2 .collapse-trigger[aria-expanded=true] .collapse-icon-wrapper .remove{display:flex}.custom-collapser2 .collapse-trigger[aria-expanded=false] .collapse-icon-wrapper .remove{display:none}.custom-collapser2 .collapse-panel{padding:0 16px}.custom-collapser2 .collapse-panel[aria-expanded=true]{padding:0 16px 16px}.custom-collapser2-2 .collapse{box-shadow:none;margin-bottom:8px}.custom-collapser2-2 .collapse-trigger{padding:15px}.custom-collapser2-2 .collapse-trigger .collapse-icon-wrapper{background-color:transparent;border:1px solid #84909e;padding:2px}.custom-collapser2-2 .collapse-trigger .collapse-icon-wrapper .icon{color:#84909e;font-size:18px}.custom-collapser2-2 .collapse-panel{padding:0;font-size:14px;color:#0b2540}.custom-collapser2-2 .collapse-panel[aria-expanded=true]{padding:16px}.plus-minus-collapser .collapse,.plus-minus-collapser .Collapsible{border:1px solid #dcedff;border-radius:3px}.plus-minus-collapser .collapse-trigger{padding:5px 12px;border-radius:3.5px}.plus-minus-collapser .collapse-trigger .material-icon{font-size:16px;display:inline-flex;background-color:#004dc2;color:#fff;padding:2px;border-radius:50%}.plus-minus-collapser .collapse-trigger .material-icon:before{font:16px Material Icons Round;background-color:#004dc2;color:#fff;border-radius:50%}.plus-minus-collapser .collapse-trigger.is-open,.plus-minus-collapser .collapse-trigger[aria-expanded=true]{border-bottom-left-radius:0;border-bottom-right-radius:0}.plus-minus-collapser .collapse-trigger.is-open .material-icon:before,.plus-minus-collapser .collapse-trigger[aria-expanded=true] .material-icon:before{content:""}.plus-minus-collapser .collapse-trigger.is-closed .material-icon:before,.plus-minus-collapser .collapse-trigger[aria-expanded=false] .material-icon:before{content:""}.plus-minus-collapser .collapse-panel{padding-left:12px;padding-right:12px}.plus-minus-collapser .collapse-panel[aria-expanded=true]{padding-top:10px;padding-bottom:10px;border-bottom-left-radius:3.5px;border-bottom-right-radius:3.5px}.plus-minus-collapser .Collapsible__contentInner{padding:10px 12px;border-bottom-left-radius:3.5px;border-bottom-right-radius:3.5px}.details-page-collapser.custom-collapser2 .Collapsible{border:1px solid #e9ebee}.details-page-collapser.custom-collapser2 .Collapsible .Collapsible__trigger.is-open .collapse-trigger{border-bottom-left-radius:0;border-bottom-right-radius:0}.details-page-collapser.custom-collapser2 .Collapsible .Collapsible__contentOuter .Collapsible__contentInner{padding:16px;background-color:#fff;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.details-page-collapser.custom-collapser2 .Collapsible .Collapsible__trigger.is-open .collapse-trigger{padding-bottom:16px}.details-page-collapser:nth-child(2n) .collapse-trigger .title{background-color:#f4f9f9;color:#464971}.details-page-collapser:nth-child(odd) .collapse-trigger .title{background-color:#e8f6ef;color:#307153}.details-page-collapser .collapse-trigger .title{padding:5px 16px;border-radius:4px}.details-page-collapser .collapse-trigger .icon-wrapper{border-radius:9px;padding:5px}.details-page-collapser .collapse-trigger .icon-wrapper .icon{font-size:22px}.details-page-collapser .collapse-trigger .icon-wrapper .icon:before{font:22px Material Icons}.details-page-collapser .sub-category-content{padding:0 10px}.details-page-collapser .sub-category-content .text-block img{margin-bottom:12px}@media(max-width:768px){.details-page-collapser .sub-category-content .font-default{font-size:1.2rem}}@media(min-width:768px)and (max-width:1920px){.details-page-collapser .sub-category-content .font-default{font-size:1.5rem}}@media(min-width:1920px){.details-page-collapser .sub-category-content .font-default{font-size:1.8rem}}.details-page-collapser .companyDetailsTable{width:100%}.details-page-collapser .companyDetailsTable th{color:#0b2540;font-weight:700}.company-details-collapser .collapse-trigger .Insights{background-color:#fff1e1;color:#e88a1e}.company-details-collapser .collapse-trigger .Insights .icon:before{content:""}.company-details-collapser .collapse-trigger .Strategy{background-color:#f6e6ff;color:#9f1ee8}.company-details-collapser .collapse-trigger .Strategy .icon:before{content:""}.company-details-collapser .collapse-trigger .Financial{background-color:#fff1e1;color:#e88a1e}.company-details-collapser .collapse-trigger .Financial .icon:before{content:""}.company-details-collapser .collapse-trigger .References{background-color:#f6e6ff;color:#9f1ee8}.company-details-collapser .collapse-trigger .References .icon:before{content:""}.responsive-table{overflow-x:auto}.custom-table-block{z-index:9!important}.custom-table-block .responsive-table{border-radius:3.5px;width:100%}.custom-table-block .btn-md{padding:.3rem .75rem}.custom-table-block .scroll-table-wrapper{max-height:445px;overflow:auto}.custom-table-block.custom-table-block-2 table td{font-size:14px}.custom-table-block table{box-shadow:0 0 25px rgba(11,37,64,.1411764706);border-radius:3.5px;color:#000;background-color:#fff;width:100%}.custom-table-block table tr td:first-child,.custom-table-block table tr th:first-child{padding-left:20px}.custom-table-block table tr td:last-child,.custom-table-block table tr th:last-child{padding-right:20px}.custom-table-block table tr:first-child th{vertical-align:top;background-color:#4d88c9;position:-webkit-sticky;position:sticky;top:0;z-index:5}.custom-table-block table tr:first-child th:first-child{border-top-left-radius:3.5px}.custom-table-block table tr:first-child th:last-child{border-top-right-radius:3.5px}.custom-table-block table tr th{background-color:#4d88c9;color:#fff;font-weight:400;font-size:14px;padding:12px}.custom-table-block table tr td{font-size:13px;padding:0 10px;border-bottom:1px solid #bed4eb;height:40px;color:#000}.custom-table-block table tr td .link,.custom-table-block table tr td .link label{color:#046cd9;cursor:pointer;font-size:14px}.custom-table-block table tr:last-child td{border-bottom:none}.custom-table-block.nowrap-table-block table tr td,.custom-table-block.th-nowrap table tr th{white-space:nowrap}.custom-table-block.sort-table-block.center-th-align .sort-table-th{align-items:center}.custom-table-block.sort-table-block.center-th-align .sort-table-th .sort-icon{margin-top:0}.custom-table-block.sort-table-block th.text-center .th-content{justify-content:center;text-align:left}.custom-table-block.sort-table-block table tr th .sort-icon{margin-top:4px}.custom-table-block.sort-table-block table tr th .th-content{display:flex;align-items:flex-start}.custom-table-block.sort-table-block table tr th.asc,.custom-table-block.sort-table-block table tr th.default,.custom-table-block.sort-table-block table tr th.desc{cursor:pointer}.custom-table-block.sort-table-block table tr th.asc .th-content:after,.custom-table-block.sort-table-block table tr th.default .th-content:after,.custom-table-block.sort-table-block table tr th.desc .th-content:after{font:18px Material Icons;margin-top:5px;margin-left:5px;line-height:7px}.custom-table-block.sort-table-block table tr th.default .th-content:after{content:"\a";line-height:7px;white-space:pre}.custom-table-block.sort-table-block table tr th.desc .th-content:after{content:"";line-height:16px;vertical-align:bottom}.custom-table-block.sort-table-block table tr th.asc .th-content:after{content:""}.custom-table-block.detail-panel-table-block table tr td{padding:6px 12px}.custom-table-block.detail-panel-table-block table tr td:first-child{padding:6px 2px 6px 12px}.custom-table-block.detail-panel-table-block table tr td .MuiIconButton-root{padding:3px}.custom-table-block.detail-panel-table-block table tr td .expand-collapse-icon{font-size:27px;display:flex;cursor:pointer;color:#606b77}.custom-table-block.detail-panel-table-block table tr.row-expand td{background-color:#eff6fc}.custom-table-block.detail-panel-table-block table tr.row-expand td .expand-collapse-icon{color:#0461c2}.custom-table-block.detail-panel-table-block.first-col-fixed-block tr td:nth-child(2),.custom-table-block.detail-panel-table-block.first-col-fixed-block tr th:nth-child(2){position:-webkit-sticky;position:sticky;left:41px}.custom-table-block.detail-panel-table-block.first-col-fixed-block tr th:nth-child(2){z-index:0}.custom-table-block.detail-panel-table-block.first-col-fixed-block tr td:nth-child(2){z-index:0;background-color:#fff}.custom-table-block.detail-panel-table-block.first-col-fixed-block tr.row-expand td:first-child,.custom-table-block.detail-panel-table-block.first-col-fixed-block tr.row-expand td:nth-child(2){background-color:#eff6fc}.custom-table-block.first-col-fixed-block tr td:first-child,.custom-table-block.first-col-fixed-block tr th:first-child{position:-webkit-sticky;position:sticky;left:0}.custom-table-block.first-col-fixed-block tr th:first-child{z-index:10}.custom-table-block.first-col-fixed-block tr td:first-child{z-index:7;background-color:#fff}table tr td .icon{display:inline-flex;font-size:14px;vertical-align:middle;cursor:pointer}.companies-list-table-block .segment-col{min-width:70px}.companies-list-table-block .allowed-access,.companies-list-table-block .allowed-access-icon,.companies-list-table-block .allowed-access-warning,.companies-list-table-block .inactive-allowed-access-icon,.companies-list-table-block .not-allowed-access,.companies-list-table-block .not-allowed-access-icon{display:flex;justify-content:center;opacity:.6}.companies-list-table-block .allowed-access-icon:hover,.companies-list-table-block .allowed-access-warning:hover,.companies-list-table-block .allowed-access:hover,.companies-list-table-block .inactive-allowed-access-icon:hover,.companies-list-table-block .not-allowed-access-icon:hover,.companies-list-table-block .not-allowed-access:hover{opacity:1}.quant-data-table-block table tr td{color:#606b77}.custom-pagination-new.pagination-block .item-count-block,.custom-pagination-new.pagination-block .pagination{margin-top:20px}.custom-pagination-new.pagination-block .pagination{flex-wrap:wrap}.custom-pagination-new.pagination-block .pagination .page-item{margin:4.5px;border:1px solid #e9ebee;border-radius:5px;cursor:pointer}.custom-pagination-new.pagination-block .pagination .page-item.disabled{cursor:not-allowed}.custom-pagination-new.pagination-block .pagination .page-item.active .page-link{background-color:#1e81e8;color:#fff}.custom-pagination-new.pagination-block .pagination .page-link{font-size:14px;border:0;border-radius:5px;min-width:38px;text-align:center;color:#000}.custom-pagination-new.pagination-block .pagination .page-link[aria-label="Next page"],.custom-pagination-new.pagination-block .pagination .page-link[aria-label="Previous page"]{padding:6.5px 5px;display:flex;align-items:center;justify-content:center}.custom-pagination-new.pagination-block .pagination .page-link[aria-label="Next page"] .material-icons-outlined,.custom-pagination-new.pagination-block .pagination .page-link[aria-label="Previous page"] .material-icons-outlined{font-size:20px}.custom-pagination-new.pagination-block.right-pagination .pagination{margin-left:auto}.new-paging{display:flex;justify-content:space-between}.viewing-text{margin-left:15px;margin-top:35px}.viewing-text p{font-size:14px;color:#000}.viewing-text span{color:#046cd9}.custom-select-new{position:relative;display:block;border-radius:3.5px;background-color:#fff;border:1px solid #e9ebee;z-index:10}.custom-select-new select{border:none;outline:none;background:transparent;-webkit-appearance:none;appearance:none;border-radius:0;margin:0;display:block;width:100%;padding:6px 45px 6px 12px;font-size:14px;color:#000}.custom-select-new:after{position:absolute;right:0;top:0;width:32px;height:calc(100% - 12px);margin:6px 0;line-height:20px;font-family:Material Icons;content:"";text-align:center;color:#000;font-size:24px;border-left:1px solid #cfd4d9;z-index:-1}.custom-select-new-2 select{border:.5px solid #cfd4d9;border-radius:5px}.custom-select-new-2:after{height:100%;margin:0;line-height:35px;color:#046cd9}.custom-select-dropdown select{border:.5px solid #cfd4d9;border-radius:5px}.custom-select-dropdown:after{height:100%;margin:0;line-height:35px;color:#046cd9;border-left:0}.search-box-shadow-2 .search-form input{border:1px solid #e9ebee}.custom-combobox-list{font-size:.79rem}.custom-combobox-list .rw-list-option.rw-state-focus{background-color:#046cd9;border-color:#046cd9;color:#fff}.custom-combobox-list.min-width .rw-widget-picker{width:184px}.custom-combobox-list .rw-widget-picker{height:35px}.custom-combobox-list .rw-filter-input,.custom-combobox-list .rw-widget-input{box-shadow:none;border:1px solid #e9ebee}.custom-combobox-list .rw-state-focus>.rw-widget-container,.custom-combobox-list .rw-state-focus>.rw-widget-container:hover,.custom-combobox-list .rw-widget-container.rw-state-focus,.custom-combobox-list .rw-widget-container.rw-state-focus:hover{box-shadow:0 0 0 .2rem rgba(0,123,255,.25);border-color:rgba(0,123,255,.25)}.custom-combobox-list .rw-btn-select{margin-right:4px}.custom-combobox-list .rw-i{display:flex}.custom-combobox-list .rw-i-caret-down:before{font:24px Material Icons;content:"";color:#046cd9;transition:all .2s ease}.custom-combobox-list .rw-list-option.rw-state-selected,.custom-combobox-list .rw-list-option.rw-state-selected:hover{background-color:#046cd9!important;border-color:#046cd9!important;color:#fff!important}.custom-multiselect{font-size:.79rem}.custom-multiselect .rw-multiselect .rw-input-reset{height:100%}.custom-multiselect .rw-widget-picker{height:35px}.custom-multiselect .rw-widget-picker>div{vertical-align:middle}.custom-multiselect .rw-widget-picker .rw-multiselect-taglist{height:100%}.custom-multiselect .rw-filter-input,.custom-multiselect .rw-widget-input{border:1px solid #e9ebee}.custom-multiselect .rw-state-focus>.rw-widget-container,.custom-multiselect .rw-state-focus>.rw-widget-container:hover,.custom-multiselect .rw-widget-container.rw-state-focus,.custom-multiselect .rw-widget-container.rw-state-focus:hover{box-shadow:0 0 0 .2rem rgba(0,123,255,.25);border-color:rgba(0,123,255,.25)}.custom-multiselect .rw-btn-select{margin-right:4px}.custom-multiselect .rw-select button{display:none}.custom-multiselect .rw-select:before{font:24px Material Icons;content:"";color:#046cd9;transition:all .2s ease;line-height:33px}.custom-dropdown-checkbox-list{font-size:.79rem}.custom-dropdown-checkbox-list .filter-dropdown .dd__selectControl{border:.5px solid #cfd4d9;box-shadow:0 5px 12px rgba(11,37,64,.1490196078);color:#606b77;max-height:35px;height:35px;font-size:.79rem;padding:0 30px 0 7.5px!important}.custom-dropdown-checkbox-list .filter-dropdown .dd__selectControl .list-items .option-label-wrapper .option-label{background-color:#046cd9;border-radius:2px;padding:2px 6px;color:#fff!important;margin-right:6px}.custom-dropdown-checkbox-list .filter-dropdown .dd__selectControl div{font-size:.79rem;white-space:nowrap;overflow:hidden}.custom-dropdown-checkbox-list .filter-dropdown .dd__selectControl .icon{display:flex;right:6px;position:absolute}.custom-dropdown-checkbox-list .filter-dropdown .dd__selectControl .icon-down:before{font:24px Material Icons;content:"";color:#046cd9}.custom-dropdown-checkbox-list .filter-dropdown .dd__selectControl .icon-up:before{font:24px Material Icons;content:"";color:#046cd9}.custom-dropdown-checkbox-list .filter-dropdown .dd__selectControl .placeholder{margin-left:7px}.custom-dropdown-checkbox-list .filter-dropdown .filter-options{z-index:110;border:0;box-shadow:0 5px 12px rgba(11,37,64,.1490196078)}.custom-dropdown-checkbox-list .filter-dropdown .filter-options>div{padding:8px 12px}.custom-dropdown-checkbox-list .filter-dropdown .filter-options>div:not(:last-child){border-bottom:.5px solid #bed4eb}.custom-dropdown-checkbox-list .filter-dropdown .filter-options>div>.filter-options-div{display:flex;align-items:center;font-size:12px}.custom-dropdown-checkbox-list .filter-dropdown .filter-options>div>.filter-options-div input[type=checkbox]{-webkit-appearance:none;min-width:14px;width:14px;height:14px;border:1px solid #84909e;vertical-align:sub;outline:none;border-radius:3px;position:relative}.custom-dropdown-checkbox-list .filter-dropdown .filter-options>div>.filter-options-div input[type=checkbox]:checked{background-color:#0461c2;border-color:#0461c2}.custom-dropdown-checkbox-list .filter-dropdown .filter-options>div>.filter-options-div input[type=checkbox]:checked:after{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMwMCIgd2lkdGg9IjMwMCIgZmlsbD0iI2ZmZiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZD0iTTQ0IDU4LjRsLTctN2ExLjk4IDEuOTggMCAxMC0yLjggMi44bDguMzg2IDguMzg2YTIgMiAwIDAwMi44MjggMEw2Ni42IDQxLjRhMS45OCAxLjk4IDAgMDAtMi44LTIuOEw0NCA1OC40eiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);background-size:28px;background-repeat:no-repeat;background-position:50%}.custom-dropdown-checkbox-list .filter-dropdown .filter-options>div>.filter-options-div label{margin-bottom:0;margin-left:12px;color:#84909e}.custom-dropdown-checkbox-list .filter-dropdown .filter-options>div>.filter-options-div input[type=checkbox]:checked+label{color:#0461c2}@media(min-width:768px)and (max-width:991px){.custom-dropdown-checkbox-list.year-list .list-items .option-label-wrapper:nth-child(n+8){display:none}.custom-dropdown-checkbox-list.year-list .list-items .option-label-wrapper:nth-child(7):after{content:"...";font-size:15px;line-height:10px;color:#000}}@media(min-width:992px)and (max-width:1299px){.custom-dropdown-checkbox-list.year-list .list-items .option-label-wrapper:nth-child(n+3){display:none}.custom-dropdown-checkbox-list.year-list .list-items .option-label-wrapper:nth-child(2):after{content:"...";font-size:15px;line-height:10px;color:#000}}@media(min-width:1300px){.custom-dropdown-checkbox-list.year-list .list-items .option-label-wrapper:nth-child(n+4){display:none}.custom-dropdown-checkbox-list.year-list .list-items .option-label-wrapper:nth-child(3):after{content:"...";font-size:15px;line-height:10px;color:#000}}@media(min-width:992px)and (max-width:1299px){.custom-dropdown-checkbox-list.quater-list .list-items .option-label-wrapper:nth-child(n+4){display:none}.custom-dropdown-checkbox-list.quater-list .list-items .option-label-wrapper:nth-child(3):after{content:"...";font-size:15px;line-height:10px;color:#000}}.min-width-266{min-width:266px}.search-form{position:relative}.search-form input{background:#fff 0 0 no-repeat padding-box;border:1px solid #e9ebee;border-radius:5px;padding:6px 48px 6px 14px;height:35px;width:100%;font-size:.79rem}.search-form input.form-control{width:100%}.search-form button{position:absolute;right:0;top:4px;display:flex;align-items:center;padding:2px 10px;border-left:1px solid #cfd4d9;border-radius:0}.search-form button .material-icons-outlined{font-size:20px;color:#046cd9}.search-form button:focus{outline:none;box-shadow:none}.w-100-search .search-form{max-width:100%}.border-search .search-form input{border:1px solid #e9ebee}.box-shadow-none-search .search-form input{box-shadow:none}input.custom-datepicker{background:#fff 0 0 no-repeat padding-box;border-radius:5px;padding:2px 5px 4px 10px;outline:none;border:0}input[type=date]::-webkit-calendar-picker-indicator{color:transparent;opacity:1;display:block;background:url(/static/media/date-picker-icon.09c0a749.svg) no-repeat;width:16px;height:16px;background-size:15px;background-position-y:4px;border-width:thin}.w80{width:80px}.br_8{border-radius:8px}footer,header{width:100%;position:fixed;z-index:106;background:#e9eef5}.header-content-wrapper{padding:0 15px;background-color:#fff}header{left:0;right:0;top:0;height:60px}header .header-content-wrapper{border-bottom:1px solid #cfd4d9}header .header-content .site_name{font-size:14px;letter-spacing:.75px}@media(min-width:556px){header .header-content .site_name{font-size:18px}}@media(min-width:768px){header .header-content .site_name{position:absolute;left:50%;transform:translateX(-50%)}}@media(min-width:992px){header .header-content .site_name{font-size:24px}}@media(max-width:767px){header .header-content .site_name{align-self:flex-end;margin-bottom:14px;font-size:14px}}footer{height:39px;bottom:0}footer .footer-content{color:#606b77;border-top:1px solid #cfd4d9;font-size:12.64px;margin:0 15px 0 103px}.inner-sidebar{width:100%;max-width:190px;background:#fff;height:-o-calc(100% - 194px);height:-ms-calc(100% - 194px);height:calc(100% - 194px);border:1px solid #e9ebee;position:fixed;top:142px;overflow-y:auto;padding:5px 7px;border-radius:3.5px;z-index:106;left:120px}.inner-sidebar .icon{color:#9796b5;cursor:pointer}.inner-sidebar+.inner-sidebar-right-content{margin-left:225px;transition:all .5s ease}.opened-innersidebar .inner-sidebar{transition:all .5s ease;max-width:220px}.opened-innersidebar .icon-wrapper .icon{margin-left:auto}.opened-innersidebar .opened-innersidebar-content{transition:all .5s ease}.opened-innersidebar .opened-innersidebar-content .add_category{margin-top:-25px;background-color:unset;color:#0b2540;border:none}.opened-innersidebar .opened-innersidebar-content .add_category:focus{box-shadow:none}.opened-innersidebar .opened-innersidebar-content .add_category .icon{margin-right:6px}.opened-innersidebar .closed-innersidebar-content{opacity:0;transform:translateX(-50px)}.closed-innersidebar .inner-sidebar{max-width:49px;transition:all .5s ease;overflow-y:hidden}.closed-innersidebar .inner-sidebar-right-content{margin-left:50px;margin-right:22px;transition:all .5s ease}.closed-innersidebar .icon-wrapper{justify-content:center}.closed-innersidebar .icon-wrapper .icon{transform:rotate(180deg)}.closed-innersidebar .opened-innersidebar-content{width:0;transform:translateX(-176px);transition:all .5s ease;height:0}.closed-innersidebar .closed-innersidebar-content{opacity:1;transition:all .5s ease;transform:translateX(0)}.closed-innersidebar .closed-innersidebar-content .content{writing-mode:vertical-lr;margin:6px;font-size:16px;transform:rotate(180deg)}.breadcrumb-mb-0 .new-breadcrumb .breadcrumb{margin-bottom:0}.new-breadcrumb .breadcrumb{display:flex;flex-wrap:wrap;align-items:center;padding:0;margin-bottom:13px;list-style:none;background-color:transparent}.new-breadcrumb .breadcrumb .breadcrumb-item{color:#84909e;font-size:16px}.new-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item:not(:last-child):before{color:#046cd9}.new-breadcrumb .breadcrumb .breadcrumb-item:first-child,.new-breadcrumb .breadcrumb .breadcrumb-item:first-child .nav-link{color:#046cd9;font-weight:700;font-size:22.78px;font-family:Montserrat,sans-serif}.new-breadcrumb .breadcrumb .breadcrumb-item:nth-child(2){padding-left:1rem}.new-breadcrumb .breadcrumb .breadcrumb-item .nav-link{display:inline;color:#046cd9;padding:0;font-size:16px}@media(min-width:768px){.row.xl-gutter{margin-left:-19px;margin-right:-19px}}@media(min-width:1200px){.row.xl-gutter{margin-left:-25.5px;margin-right:-25.5px}}@media(min-width:768px){.row.xl-gutter .col-lg-4,.row.xl-gutter .col-sm-6,.row.xl-gutter .col-xl-3{padding-left:19px;padding-right:19px}}@media(min-width:1200px){.row.xl-gutter .col-lg-4,.row.xl-gutter .col-sm-6,.row.xl-gutter .col-xl-3{padding-left:25.5px;padding-right:25.5px}}.companies-details-page-title-sec .new-breadcrumb .breadcrumb{margin-bottom:0}.fixed-title-section1{top:0}.fixed-title-section,.fixed-title-section1{position:-webkit-sticky;position:sticky;z-index:106;background-color:#fff;padding:16px 0}.fixed-title-section{top:60px}.board-details-page-title-sec{padding-bottom:14px}.main_content_height{min-height:calc(100vh - 116px)}.main_content_height_2{min-height:610px}.main_content_height_board{min-height:666px}.main_content{width:100%;padding:60px 0 15px 88px;border-radius:8px;transition:all .5s ease-in-out}.main_content .title-left-content,.main_content .title-right-block{margin-bottom:25px}.main_content .title-section{margin-bottom:16px;background-color:#fff}.main_content_2 .inner-sidebar{top:140px;height:calc(100% - 194px);overflow-y:auto;background-color:transparent;box-shadow:none;max-width:230px}.main_content_2 .inner-sidebar+.inner-sidebar-right-content{margin-left:0!important}.fixed-title-main-content.main_content{padding-top:60px}@media(max-width:992px){.fixed-title-main-content.main_content{padding-top:60px}}.custom-popover-author .popover{border-radius:3.5px;border:1px solid #e9ebee;z-index:1040}.custom-popover-author .popover .popover-inner{max-height:450px;overflow-y:scroll;border-radius:3.5px;border-top:12px solid #046cd9;border-bottom:5px solid #046cd9}.custom-popover-author .popover .popover-header{color:#283959;padding-bottom:4px;border:none;background-color:#fff}.custom-popover-author .popover.bs-popover-auto[x-placement^=bottom] .popover-header:before,.custom-popover-author .popover.bs-popover-bottom .popover-header:before{border:none}.custom-popover-author .popover .arrow{display:none}.custom-popover-author .popover.bs-popover-auto[x-placement^=bottom]{margin-right:10px}.custom-popover-author .popover .popover-item{align-items:center;padding:.5rem .75rem;cursor:pointer;border-radius:3px;color:#84909e;margin-bottom:3px}.custom-popover-author .popover .popover-item .icon{display:inline-flex;color:#84909e;font-size:22px}.custom-popover-author .popover .popover-item:hover{background-color:#dcedff;color:#0461c2}.custom-popover-author .popover .popover-item:hover .icon{color:#0461c2}.custom-popover-author .popover .active{background-color:#dcedff}.authors-popover .popover .popover-body{padding:.5rem 1.2rem}.authors-popover .popover .popover-body .authors-list .author{padding:10px 0}.authors-popover .popover .popover-body .authors-list .author:not(:last-child){border-bottom:.5px solid #bed4eb}.authors-popover .popover .popover-body .authors-list .author a{font-size:14px;text-transform:capitalize;line-height:16px;color:#046cd9}.dropdown-btn{height:33px;border:1px solid #6eaef0;background-color:#f1f8fe;border-radius:5px;color:#046cd9;font-size:14px}.dropdown-btn .arrow-drown-down,.dropdown-btn:hover,.dropdown-btn:hover .arrow-drown-down{color:#046cd9}.dropdown-btn.focus,.dropdown-btn:focus{box-shadow:none}.icon-btn{width:33px;height:33px;border-radius:5px;border:0;outline:none}.icon-btn .icon{font-size:17px}.icon-btn:focus{outline:none}.icon-btn.disabled{opacity:.5;cursor:not-allowed}.help-icon-box-shadow .icon-btn,.icon-btn.icon-box-shadow{box-shadow:0 5px 12px rgba(11,37,64,.1490196078)}.icon-btn-primary{background-color:#046cd9}.icon-btn-primary .icon{color:#fff}.icon-btn-white{background-color:#fff}.icon-btn-white .icon{color:#046cd9}.icon-text-primary-btn.btn-md{line-height:1;padding:8px 10px}nav{width:100%}nav .form-inline{width:100%;max-width:500px;margin:0 auto;position:relative}nav .form-inline .form-control{width:100%;padding-right:50px}nav .form-inline .btn{width:50px;position:absolute;top:0;right:0;background:#1085c6;border-color:#1085c6;color:#fff}.tbr-embmelogo-wrapper{width:100%;display:flex;justify-content:center;padding:0;margin:16px 0 23px}@media(min-width:768px){.tbr-embmelogo-wrapper{margin:32px 0 44px}}.tbr-embmelogo-wrapper #tbr-emblem-logo{max-width:38px;opacity:1;transition:all .5s ease-in-out}@media(min-width:768px){.tbr-embmelogo-wrapper #tbr-emblem-logo{max-width:48px}}@media(max-width:767px){.navbar-brand.header-logo{margin-right:0}}.navbar-brand.header-logo #tbr-logo{margin:0 0 14px}.open_nav .tbr-embmelogo-wrapper{pointer-events:none}.open_nav #tbr-emblem-logo{opacity:0}.custom-popover-2 .popover,.custom-popover .popover{top:-8px!important;border:0;border-radius:3.5px;box-shadow:0 0 30px rgba(11,37,64,.0901960784);z-index:1040}.custom-popover-2 .popover .popover-inner,.custom-popover .popover .popover-inner{border-radius:3.5px;border-top:12px solid #046cd9;border-bottom:5px solid #046cd9}.custom-popover-2 .popover .popover-header,.custom-popover .popover .popover-header{color:#283959;padding-bottom:4px;border:none;background-color:#fff}.custom-popover-2 .popover.bs-popover-auto[x-placement^=bottom] .popover-header:before,.custom-popover-2 .popover.bs-popover-bottom .popover-header:before,.custom-popover .popover.bs-popover-auto[x-placement^=bottom] .popover-header:before,.custom-popover .popover.bs-popover-bottom .popover-header:before{border:none}.custom-popover-2 .popover .arrow,.custom-popover .popover .arrow{display:none}.custom-popover-2 .popover.bs-popover-auto[x-placement^=bottom],.custom-popover .popover.bs-popover-auto[x-placement^=bottom]{margin-right:10px}.custom-popover-2 .popover .popover-item,.custom-popover .popover .popover-item{align-items:center;padding:.5rem .75rem;cursor:pointer;border-radius:3px;color:#84909e;margin-bottom:3px}.custom-popover-2 .popover .popover-item .icon,.custom-popover .popover .popover-item .icon{display:inline-flex;color:#84909e;font-size:22px}.custom-popover-2 .popover .popover-item:hover,.custom-popover .popover .popover-item:hover{background-color:#dcedff;color:#0461c2}.custom-popover-2 .popover .popover-item:hover .icon,.custom-popover .popover .popover-item:hover .icon{color:#0461c2}.custom-popover-2 .popover .active,.custom-popover .popover .active{background-color:#dcedff}.custom-popover-2.chart-type-popover .popover.bs-popover-auto[x-placement^=bottom],.custom-popover.chart-type-popover .popover.bs-popover-auto[x-placement^=bottom]{margin-top:0}.custom-popover-2 .popover{top:10px!important;border:0;border-radius:3.5px;box-shadow:0 0 30px rgba(11,37,64,.0901960784);z-index:1040}.company_details_more_options>span{display:flex;align-items:center;padding:.5rem .75rem;cursor:pointer;border-radius:3px;color:#84909e}.company_details_more_options>span.inactive{cursor:default;background:none;pointer-events:none;color:grey;opacity:.65}.company_details_more_options>span .icon{display:inline-flex;color:#84909e;font-size:22px}.company_details_more_options>span:hover{background-color:#dcedff;color:#0461c2}.company_details_more_options>span:hover .icon{color:#0461c2}.menu_lines{display:block;cursor:pointer}@media only screen and (max-width:992px){.menu_lines{top:5px}}.bar1,.bar2,.bar3{width:30px;height:2px;background-color:#606b77;margin:5px 0;display:block;transition:all .4s ease-in-out}.title-right-block .icon-group .icon-btn{margin-left:14px}.title-right-block .icon-group .icon-btn:first-child{margin-left:17px}.open_nav .nav_sidebar{max-width:250px}@media only screen and (max-width:1199px){.open_nav .nav_sidebar{left:0}}.open_nav .nav_sidebar ul li{text-align:center;white-space:nowrap}.open_nav .nav_sidebar ul li label{padding-left:0}.open_nav .nav_sidebar ul li i{margin:0 auto;opacity:1;transition:all .5s ease-in-out}.open_nav .nav_sidebar+.main_content{width:100%}@media only screen and (max-width:767px){.open_nav .nav_sidebar+.main_content{padding-left:15px}}@media only screen and (min-width:1200px){.open_nav .bar1,.open_nav .bar2,.open_nav .bar3{transform:none}.open_nav .bar2{opacity:1}}.navbar-brand{width:100%;max-width:250px;display:flex;justify-content:center;padding:0}.navbar-expand-lg{padding-left:10px}.navbar-expand-lg .logo{padding-left:0}.profile_circle{color:#fff!important;width:36px;height:36px;padding:5px;border-radius:50%;background-color:#07407a;display:flex;align-items:center;justify-content:center;font-size:14px}.login_sec ul li{position:relative}.login_sec ul li.user-details{cursor:pointer;margin-right:15px}.login_sec ul li.user-details .user-details-block{font-size:14px;margin:0 6px 0 8px}.login_sec ul li.user-details .arrow-drown-down{color:#0461c2;font-size:27px}.login_sec ul li span{color:#606b77}.login_sec ul li span.preferences{padding:0}.login_sec ul li span.user-role{font-size:.75rem;text-align:right;display:block;text-transform:capitalize}.login_sec ul li a{padding:0 5px}.login_sec ul li a i{color:#1085c6;font-size:22px}.login_sec ul li span{cursor:pointer}.login_sec ul li span i{color:#1085c6;font-size:22px}.login_sec ul li ul{display:block;width:300px;padding:15px;background:#fff;box-shadow:0 0 4px #b5b5b5;position:absolute;top:0;right:0;opacity:0;visibility:hidden;transition:all .5s ease-in-out}.login_sec ul li ul li{width:100%;float:left;position:relative;padding:0 30px;margin-bottom:15px}.login_sec ul li ul li:hover a,.login_sec ul li ul li:hover i,.login_sec ul li ul li:hover span{color:#052240}.login_sec ul li ul li a,.login_sec ul li ul li span{color:#1085c6;font-size:.75rem;font-weight:600;display:block;position:relative;padding-left:25px}.login_sec ul li ul li a i,.login_sec ul li ul li span i{font-size:18px;padding-right:5px;position:absolute;left:0;top:1px}.login_sec ul li ul li a span,.login_sec ul li ul li span span{display:block;font-size:11px;color:#b0b5bd;cursor:pointer}@media only screen and (min-width:768px){.login_sec ul li:nth-last-child(2){padding-right:0}}.login_sec ul li.active ul{top:50px;visibility:visible;opacity:1}@media only screen and (max-width:992px){.login_sec ul li.active ul{top:44px}}.login_sec.user-popover ul{display:block;width:280px;padding:15px;background:#fff;box-shadow:0 0 30px rgba(11,37,64,.0901960784);position:fixed;top:0;right:0;opacity:0;visibility:hidden;transition:all .5s ease-in-out;z-index:1040;right:15px;border-radius:3.5px;border-top:12px solid #046cd9;border-bottom:5px solid #046cd9}.login_sec.user-popover li{width:100%;float:left;position:relative;padding:0 18px;margin-bottom:15px}.login_sec.user-popover li:last-child{margin-bottom:10px}.login_sec.user-popover li a,.login_sec.user-popover li span{color:#1085c6;font-size:.75rem;font-weight:600;display:block;position:relative;padding-left:25px}.login_sec.user-popover li a i,.login_sec.user-popover li span i{font-size:18px;padding-right:5px;position:absolute;left:0;top:1px}.login_sec.user-popover li .userProfile p{margin-bottom:5px}.login_sec.user-popover li .user-profile-role{font-size:11px;display:block;padding:0;color:#0b2540;text-transform:capitalize;font-weight:400;cursor:text}.login_sec.user-popover li .user-profile-role:hover{color:#0b2540}.login_sec.user-popover li:nth-last-child(2){padding-right:0}.login_sec.user-popover.active ul{top:50px;visibility:visible;opacity:1}.userProfile{position:relative;padding-left:50px}.userProfile img{width:50px;height:50px;border-radius:100%;background:#99a0aa;position:absolute;top:0;left:-10px}.userProfile span{text-transform:uppercase;font-size:10px;margin-bottom:5px;color:#b0b5bd;display:block}.userProfile h4{font-size:.75rem;color:#212529;margin-bottom:5px}.userProfile p{font-size:11px;color:#0b2540}.body-overlay{z-index:110;top:0;background:hsla(0,0%,100%,.5294117647) 0 0 no-repeat padding-box;overflow-y:auto;overflow-x:hidden;text-align:center;opacity:1}.body-overlay,.nav_sidebar{height:100%;position:fixed;left:0;transition:all .5s ease-in-out;width:100%}.nav_sidebar{z-index:111;box-shadow:0 0 25px rgba(11,37,64,.1882352941);top:60px;background-repeat:no-repeat;background-position:bottom;background-size:contain;background-color:#fff;max-width:88px}.nav_sidebar ul li a{display:block;position:relative;overflow:hidden}.nav_sidebar figure{position:absolute;bottom:50px}.nav_sidebar figure a,.nav_sidebar figure div{display:block;position:relative;text-align:center}.nav_sidebar figure a p,.nav_sidebar figure div p{position:absolute;bottom:10px;left:0;right:0;margin:0 auto;color:#fff}.nav_sidebar figure a p span,.nav_sidebar figure div p span{width:100%;display:block;font-size:7px;letter-spacing:1px;text-transform:uppercase}.nav_sidebar svg#tbr-logo path{fill:#052240}.nav_sidebar svg#tbr-logo rect{fill:#1d6e3b}.sidebar_nav_wrapper{min-height:100%}.sidebar_nav{width:100%;padding-top:0}.sidebar_nav .nav-link{display:flex}.sidebar_nav li{width:100%;display:block;padding-left:0}.sidebar_nav li.active i,.sidebar_nav li.active i svg line,.sidebar_nav li.active i svg path,.sidebar_nav li.active i svg polyline,.sidebar_nav li.active i svg rect{stroke:#1e81e8;color:#1e81e8}@media only screen and (max-width:1199px){.sidebar_nav li a i svg{width:20px;height:20px;left:18px;top:3px}}.sidebar_nav input[type=checkbox]{display:none}.sidebar_nav label{margin-bottom:0;cursor:pointer}.sidebar_nav .nav-link{position:relative;color:#84909e;font-size:.8125rem;cursor:pointer;overflow:hidden;margin:8px 0;transition:all .5s ease-in-out}.sidebar_nav i{font-size:16px;color:#fff}.sidebar_nav i,.sidebar_nav i svg{width:21px;height:21px}.sidebar_nav i svg .a,.sidebar_nav i svg .b,.sidebar_nav i svg .c,.sidebar_nav i svg .d{stroke:#fff;fill:none}.sidebar_nav [type=checkbox]:checked+label:after{opacity:1;visibility:visible;border-radius:5px;left:10px}.sidebar_nav_icons_wrapper{padding:10px 0 10px 8px;background-color:#fff;position:relative;z-index:2}.sidebar_nav_icons{width:60px;background:transparent linear-gradient(180deg,#0b2540,#003770) 0 0 no-repeat padding-box;border-radius:9px;transition:all .5s ease-in-out}@media(min-width:1366px){.sidebar_nav_icons{width:72px}}.sidebar_nav_icons .material-icons-outlined{font-size:21px}.sidebar_nav_icons .nav-item{border-radius:4px}.sidebar_nav_icons .nav-item.active a.nav-link,.sidebar_nav_icons .nav-item:hover a.nav-link{background-color:#08396c;border-radius:4px}.sidebar_nav_icons .nav-item.active a.nav-link .material-icons-outlined,.sidebar_nav_icons .nav-item:hover a.nav-link .material-icons-outlined{color:#1e81e8}.sidebar_nav_icons .navbar-nav{padding:0 8px 18px}@media(min-width:1366px){.sidebar_nav_icons .navbar-nav{padding:0 18px 18px}}.sidebar_nav_icons .nav-link{padding:7px}.sidebar_nav_icons li{display:flex;justify-content:center}.sidebar_nav_labels_wrapper{padding:10px 8px 10px 0;transform:translateX(-160px);transition:all .5s ease-in-out;position:relative;z-index:1}.open_nav .sidebar_nav_labels_wrapper{transform:translateX(0)}.open_nav .sidebar_nav_icons{box-shadow:0 4px 25px rgba(11,37,64,.2392156863)}.sidebar_nav_labels{margin-left:9px;width:auto}.sidebar_nav_labels .nav-link{padding:8px 15px}.sidebar_nav_labels ul li a{padding:0}.sidebar_nav_labels ul li.active a{background:#dcedff;color:#fff;border-radius:4px}.sidebar_nav_labels ul li.active a:before{background:#046cd9;opacity:0}.sidebar_nav_labels ul li.active a label{color:#4d88c9;font-weight:600}.sidebar_nav_labels ul li.active a label:after{opacity:0;visibility:visible;border-radius:5px;left:10px}.sidebar_nav_labels ul li:hover a{background:#dcedff;border-radius:4px}.sidebar_nav_labels ul li:hover a:before{background:#dcedff;opacity:1}.welcome_title{padding-bottom:30px}.left_sec{width:100%;height:100%;background:#f5f5f5;padding:20px 30px;border-radius:10px;margin-top:35px;margin-bottom:25px}.left_sec h4{margin-bottom:1.125rem}.companies_content{margin-bottom:15px;position:relative;padding-left:30px}.companies_content h5{color:#333;margin:0;text-transform:uppercase}.companies_content h5 span{width:20px;height:20px;background:#d9dee5;color:#fff;font-size:.75rem;display:inline-block;border-radius:100%;text-align:center;line-height:20px;position:absolute;left:0}.companies_content p{font-size:.75rem}.companies_list ul li{width:100%;position:relative}.companies_list ul li a{border:1px solid #ebebeb;padding:7px 10px;color:#000;display:block;background:#fff;margin-bottom:15px}.companies_list ul ul{padding-left:25px;position:relative}.companies_list ul ul:before{content:"";height:100%;border-left:1px solid #e7e9ed;display:block;position:absolute;top:-15px;left:10px}.companies_list ul ul li:before{content:"";width:15px;height:auto;border-bottom:1px solid #e7e9ed;display:block;position:absolute;top:19px;left:-15px}.main_content_arrow{height:100%;display:flex}.main_content_arrow img{width:100px;height:60px;position:absolute;top:50%;left:0;right:0;margin:0 auto;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%)}.main_content_arrow span{position:relative;width:100%;display:block;height:auto;align-self:center}.main_content_arrow span:before{width:60px;height:50px;background:#f5f5f5;position:absolute;top:-5px;content:"";transform:none;left:15px;border:2px solid #fff}.main_content_arrow span:after{content:"";border-left:30px solid #f5f5f5;border-bottom:30px solid #f5f5f5;border-color:#f5f5f5 #f5f5f5 transparent transparent;border-style:solid;border-width:30px;width:45px;height:45px;display:block;transform:rotate(45deg);right:10px;position:absolute;top:-10px}.main_content_arrow i{font-size:65px;position:absolute;top:50%;left:0;right:0;margin:0 auto;opacity:0;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);text-align:center;animation:linear infinite alternate;-webkit-animation:linear infinite alternate;animation-name:moveleft;-webkit-animation-name:moveleft;animation-duration:5s;-webkit-animation-duration:5s}.left_sec.companies_last{margin-top:0}.watchlist a{width:100%;display:block;font-weight:500;margin-bottom:10px;padding-left:20px}.watchlist a i{padding:0 5px}.companies_last .companies_list{height:50%;margin-top:0}.companies_last .companies_list .companies_content{padding-left:0}.companies_last ul{text-align:center}.companies_last ul li a{background:#052240;color:#fff;border-radius:6px;background:#07407a}.checkbox_style label{display:block;cursor:pointer;margin:0;padding:0}.checkbox_style input[type=checkbox]{display:none}.checkbox_style span:before{content:"";background:#fff;border-radius:5px;border:1px solid #ddd}.checkbox_style span:after,.checkbox_style span:before{width:18px;height:18px;display:block;position:absolute;right:10px;top:10px}.checkbox_style span:after{content:"";background:#1085c6;font-family:fontawesome;border-radius:100%;opacity:0;visibility:hidden;transition:all .5s ease-in-out;color:#fff;line-height:18px}.checkbox_style [type=checkbox]:checked+span:after{opacity:1;visibility:visible;border-radius:5px;right:10px}.skip_btns{margin-bottom:15px}.skip_btns>a{padding:0 25px;max-width:120px;line-height:32px;width:100%;color:#1085c6;transition:all .4s ease-in-out}.skip_btns>a:hover{color:#07407a}.skip_btns>a.btn{height:34px;background:#1085c6;border-color:#1085c6;color:#fff}.skip_btns>a.btn:hover{background:#fff;color:#1085c6}.comapnay_tbl h1{margin-bottom:20px}@media only screen and (max-width:1199px){.comapnay_tbl h1{margin-bottom:10px;padding-top:15px}}.comapnay_tbl>.row{margin-bottom:20px}.comapnay_tbl .form-control{width:75px;display:inline-block;font-size:.75rem}.comapnay_tbl .btn{padding:.3rem .75rem;height:30px;line-height:.5;font-size:.75rem;box-shadow:none!important}.comapnay_tbl .companies_search{margin-bottom:10px}.green-btn-group .btn{padding:8px 16px;height:35px;font-size:14px;border:0;border-radius:3px}.green-btn-group .btn,.green-btn-group .btn:hover{background-color:#f4f5f8;color:#84909e}.green-btn-group .btn+.btn{margin-left:8px}.green-btn-group .btn.btn-active{font-weight:600}.green-btn-group .btn.btn-active,.green-btn-group .btn.btn-active:hover{background-color:#b7ffe0;color:#00894d}.table-responsive{overflow-x:unset!important}.box-shadow-none{box-shadow:none!important}.table-responsive2{max-height:500px;overflow-x:auto!important}@media only screen and (max-width:1199px){.table-responsive2{overflow-y:auto!important}}@media only screen and (max-width:1199px){.comapany_table thead tr th:not(:first-child){border-right:1px solid #fff}}.comapany_table thead tr th:first-child,.comapany_table thead tr th:nth-child(2){text-align:left}.comapany_table thead tr th:nth-child(2),.comapany_table thead tr th:nth-child(3),.comapany_table thead tr th:nth-child(4){min-width:150px;max-width:150px;width:150px;white-space:normal!important}.comapany_table tbody tr td{width:150px;text-align:center}.comapany_table tbody tr td.w80{min-width:100px;white-space:normal!important;word-wrap:normal}.comapany_table tbody tr td i{cursor:pointer}.comapany_table tbody tr td i.allowed-access{color:#fff;background-color:#5cb85c;font-size:9px;padding:3px;border-radius:50%}.comapany_table tbody tr td i.not-allowed-access svg{width:16px;height:16px}.comapany_table tbody tr td i.not-allowed-access svg .a{stroke:none;fill:#99a0aa}.comapany_table tbody tr td:not(:first-child){border-right:1px solid #dee2e8}.comapany_table tbody tr td:nth-child(2){text-align:left}.comapany_table tbody tr td .nav-link{color:#1085c6;text-align:left;padding:0;font-size:.75rem;cursor:pointer}.comapany_table tbody tr td .nav-link label{margin:0;cursor:pointer}.comapany_table tbody tr td:nth-child(2),.comapany_table tbody tr td:nth-child(3),.comapany_table tbody tr td:nth-child(4){white-space:nowrap}@media only screen and (min-width:769px){.comapany_table tbody tr td:nth-child(2),.comapany_table tbody tr td:nth-child(3),.comapany_table tbody tr td:nth-child(4){left:0}.comapany_table tbody tr td:nth-child(2) label,.comapany_table tbody tr td:nth-child(3) label,.comapany_table tbody tr td:nth-child(4) label{font-weight:600}}.comapany_table tbody tr:first-child td:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)){border-top:1px solid #eef0f3}.comapany_table tbody tr:last-child td:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)){border-bottom:1px solid #eef0f3}.dataTable{display:inline-table}@media only screen and (max-width:1199px){.dataTable{display:block;width:1020px}}.dataTable thead tr th{color:#99a0aa;font-size:.75rem;font-weight:700;padding:8px 5px;text-align:center;position:-webkit-sticky!important;position:sticky!important;left:0;z-index:2;background-color:#fff;top:0;white-space:nowrap}@media only screen and (max-width:1199px){.dataTable thead tr th{font-size:12px;color:#99a0aa}}.dataTable thead tr th:first-child{left:0;position:-webkit-sticky!important;position:sticky!important;z-index:8;top:0}.dataTable thead tr th.default:after{font:12px FontAwesome;content:" "}.dataTable thead tr th.asc:after{font:12px FontAwesome;content:" ";vertical-align:bottom}.dataTable thead tr th.desc:after{font:12px FontAwesome;content:" ";vertical-align:top}.dataTable tbody tr td{font-size:.75rem;padding:8px 5px}.dataTable tbody tr td .nav-link label{cursor:pointer}.dataTable tbody tr td.company_name{min-width:150px;white-space:normal;word-wrap:normal;text-transform:capitalize}@media only screen and (max-width:1199px){.dataTable tbody tr td{font-size:12px}}.dataTable tbody tr td:first-child{color:#1085c6;text-align:left;left:0;position:-webkit-sticky!important;position:sticky!important;z-index:7}.dataTable tbody tr td:first-child label{font-weight:500}.dataTable tbody tr:nth-child(odd) td{background:#f7f7f7}.dataTable tbody tr:nth-child(2n) td{background:#fff}.dataTable thead tr th.w80{min-width:100px;white-space:normal;word-wrap:normal}.dataTable thead tr th.company_name{min-width:150px;white-space:normal!important;word-wrap:normal}.pagenations .page-link{padding:.3rem .45rem;color:#2da5c8;font-size:.75rem;cursor:pointer}@media only screen and (max-width:992px){.companies_search{margin-bottom:15px}}.companies_search input[type=text]{height:30px}.companies_search .input-group::placeholder{color:#efefef;opacity:.75}.companies_search .input-group input::placeholder{color:#99a0aa}.watchlist_search{width:100%;max-width:400px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin:0 auto;text-align:center}@media only screen and (max-width:992px){.watchlist_search{justify-content:flex-end}}.watchlist_search .input-group{width:auto;color:#1085c6}.watchlist_search .input-group input{width:100%;max-width:140px}.watchlist_search .input-group::placeholder{color:#1085c6}.watchlist_search .input-group .btn-default{line-height:13px;text-align:left}.watchlist_search .manage_cog{width:auto;color:#1085c6}.watchlist_search .btn-default{max-height:30px;text-align:left}.watchlist_search button{border-radius:0;color:#fff;background-color:#6c757d;outline:0;border:1px solid #ddd}.watchlist_search .btn-active{background:#fff;color:#1085c6;font-size:.75rem}.watchlist_search .btn:hover{color:#fff}.manage_cog h6 a{color:#1085c6;margin:0}@media only screen and (max-width:480px){.manage_cog h6 a{text-align:center;display:block}}.manage_cog h6 a i{font-size:1.125rem;padding-right:3px}.sorttable{display:flex;justify-content:flex-end;align-items:center}.sorttable a{padding-right:15px;font-size:1.125rem;color:#1085c6}.company_sorting{position:relative}.company_sorting label{padding-right:10px;color:#99a0aa}.company_sorting select{padding:6px 8px}.company_sorting:after{content:"";height:-o-calc(100% - 4px);height:-ms-calc(100% - 4px);height:calc(100% - 4px);position:absolute;top:0;right:20px;border-left:1px solid #ced4da;display:block}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.company_sorting:after{right:30px}}@supports(-ms-ime-align:auto){.company_sorting:after{right:30px}}.pagination .page-item.active .page-link{background:#9ea2a2;color:#fff;border-color:#9ea2a2}.dashboard_main{background:#f4f8fd}.financial_data{width:100%;display:block;padding:0;margin:0}.financial_data .watchlist_search{max-width:100%;justify-content:flex-end;align-items:flex-end}.financial_data_left{width:100%;display:block;padding:1.125rem;box-shadow:0 0 4px #f7f7f7;background:#fff}.financial_data_left .companies_search a{display:block;width:100%;color:#1085c6;font-size:15px;font-weight:500}.dashboard_items{position:relative;padding-right:0;display:flex;justify-content:flex-start}.dashboard_items article{position:relative;padding-left:30px;padding-bottom:20px;padding-top:20px}.dashboard_items article figure+.dashboard_details{padding-right:150px}.dashboard_items article .dashboard_details{padding-right:30px}.dashboard_items time{width:100%;display:block;padding:0;line-height:normal;text-align:center;position:relative;z-index:1;right:0;left:30px;margin:0 auto}.dashboard_items time small{background:#fff;padding:0 20px;color:#ccc;margin:0 40px 0 auto}.dashboard_items time:after{content:"";width:100%;border-bottom:1px dashed #ccc;position:absolute;top:.75rem;left:0;right:0;margin:0 auto;z-index:-1}.quaters_list{width:50px;flex:0 0 8%;max-width:8%;position:absolute;left:0;height:-o-calc(100% - 10px);height:-ms-calc(100% - 10px);height:calc(100% - 10px);z-index:1;overflow-y:auto}.quaters_list li{font-size:.75rem;color:#ccc;text-align:center}.quaters_list li a{font-size:12px;padding-bottom:8px;display:block;color:#1085c6;font-weight:500}.quaters_list li:last-child{border-bottom:2px solid #c1bfbf}.quaters_list .mCSB_inside>.mCSB_container{margin-right:15px}.dashboard_main_content{flex:0 0 92%;max-width:92%;overflow:hidden;padding-left:40px}.dashboard_content:nth-of-type(3n+0):after{display:none}.dashboard_content:after{content:"";width:-o-calc(100% - 30px);width:-ms-calc(100% - 30px);width:calc(100% - 30px);height:1px;background:#ccc;position:absolute;bottom:0;right:0}.dashboard_content em{font-size:10px;margin-bottom:3px;display:block;color:#ccc}.dashboard_content em span{background:green;padding:2px 5px;color:#fff;display:inline-block}.dashboard_content em span.status_insight{background:#00aa5d}.dashboard_content em span.status_financial{background:#03653e}.dashboard_content figure{width:90px;height:70px;position:absolute;top:40px;right:40px;margin:0}.dashboard_content figure img{width:100%;height:100%;object-fit:cover}.dashboard_content .three_dots{position:absolute;right:0;font-size:12px;top:35px}.dashboard_content h5{color:#1085c6;text-transform:uppercase;font-size:15px;padding-bottom:3px;-webkit-line-clamp:1}.dashboard_content h5,.dashboard_content p{margin:0;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.dashboard_content p{text-align:justify;padding:0;line-height:17px;font-size:.75rem;-webkit-line-clamp:3}.webinors_slider{margin-bottom:30px}.webinors_slider figure{position:relative;padding-bottom:42%;margin-bottom:0}.webinors_slider figure img{width:100%;height:100%;position:absolute;left:0}.webinors_slider figcaption{width:100%;max-width:320px;position:absolute;left:10px;top:20px;line-height:18px;color:#fff;font-size:16px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:500;transition:all .4s ease-in-out;transform:rotate(-45deg) scaleX(-1);-webkit-transform:rotate(-45deg) scaleX(-1);-moz-transform:rotate(-45deg) scaleX(-1);-ms-transform:rotate(-45deg) scaleX(-1);-o-transform:rotate(-45deg) scaleX(-1);opacity:0}.webinors_slider ul li.active figcaption{transform:none;opacity:1;transition:all .4s ease-in-out}.webinors_slider .carousel-indicators li{width:10px;height:10px;border-radius:100%;opacity:1}.webinors_slider .carousel-indicators li.active{opacity:.5}.mywatch_listbox{background:#fff;width:100%;display:block;box-shadow:0 0 4px #f7f7f7;padding:30px 0}.mylist_edit ul{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:20px;padding:0 25px}.mylist_edit ul li{color:#99a0aa;font-size:16px;font-weight:600}.mylist_edit ul li:first-child{flex:0 0 40%;max-width:40%}.mylist_edit ul li:not(:first-child){flex:0 0 60%;max-width:60%;color:#ccc;font-size:.75rem;font-style:italic;padding-right:20px;font-weight:400}.mylist_edit ul li:last-child{position:absolute;right:20px}.mylist_edit ul li a{color:#1085c6;font-weight:500}.com_seg{display:flex;flex-wrap:wrap;justify-content:space-between}.com_seg h6{margin-bottom:15px;font-weight:400}.com_seg aside{flex:0 0 50%;max-width:50%;padding:0 30px}.com_seg aside:first-child{border-right:1px solid #ddd}.com_seg ul li a{font-size:15px;font-weight:500;padding-bottom:10px;display:block;color:#1085c6}.com_seg ul li:hover a{color:#052240}.mywatch_listbox2 .com_seg aside{flex:0 0 47%;max-width:47%;padding:25px;background:#fff}.mywatch_listbox2 .com_seg aside h6{text-transform:uppercase}.mywatch_listbox2 .com_seg aside:first-child{border:0}.mywatch_listbox2 .com_seg ul li a{font-size:12px}.mywatch_listbox2 .com_seg ul li a span{font-size:10px;color:#ccc}.nav_sidebar2{width:100%;max-width:240px;background:#fff;height:-o-calc(100% - 50px);height:-ms-calc(100% - 50px);height:calc(100% - 50px);position:fixed;top:56px;left:105px;overflow-y:auto;border-right:7px solid #e6ebf2;padding:40px 5px;transition:all .8s ease-in-out}.nav_sidebar2+.main_content{width:100%;padding-left:400px}@media only screen and (max-width:1199px){.nav_sidebar2+.main_content{padding-left:400px}}@media only screen and (max-width:991px){.nav_sidebar2+.main_content{padding-left:280px}}@media only screen and (max-width:767px){.nav_sidebar2+.main_content{width:100%;padding-left:0}}.nav_sidebar2+.board_details_main_content{padding-left:350px}@media only screen and (max-width:1199px){.nav_sidebar2+.board_details_main_content{padding-left:150px}}@media only screen and (max-width:767px){.nav_sidebar2+.board_details_main_content{width:100%;padding-left:0}}@media only screen and (max-width:1199px){.nav_sidebar2{top:50px;left:92px;z-index:1}}@media only screen and (max-width:991px){.nav_sidebar2{left:15px}}@media only screen and (max-width:767px){.nav_sidebar2{left:-100%}}.nav_sidebar3{width:100%;max-width:240px;background:#fff;height:-o-calc(100% - 150px);height:-ms-calc(100% - 150px);height:calc(100% - 150px);position:fixed;top:170px;left:240px;overflow-y:auto;border-right:7px solid #e6ebf2;padding:15px 0 40px;transition:all .8s ease-in-out}.nav_sidebar3+.main_content{width:100%;padding-left:400px}@media only screen and (max-width:1199px){.nav_sidebar3+.main_content{padding-left:400px}}@media only screen and (max-width:767px){.nav_sidebar3+.main_content{width:100%;padding-left:0}}.nav_sidebar3+.board_details_main_content{padding-left:350px}@media only screen and (max-width:1199px){.nav_sidebar3+.board_details_main_content{padding-left:150px}}@media only screen and (max-width:767px){.nav_sidebar3+.board_details_main_content{width:100%;padding-left:0}}@media only screen and (max-width:1199px){.nav_sidebar3{top:150px;left:92px;z-index:1}}@media only screen and (max-width:767px){.nav_sidebar3{left:-100%}}.sidebar_list2>ul{margin-bottom:15px}.sidebar_list2>ul>li{padding:8px 15px;color:#1286c6;font-size:12px;text-transform:capitalize;cursor:pointer;margin-bottom:0;line-height:12px}.sidebar_list2>ul>li:before{top:0;opacity:1}.sidebar_list2>ul>li.active{font-weight:900;font-size:14px}.sidebar_list2>ul>li.active:before{top:0;opacity:1}.sidebar_list>ul{margin-bottom:15px}.sidebar_list>ul>li:before{content:""}.sidebar_list>ul>li.active:before,.sidebar_list>ul>li:hover:before{top:0;opacity:1}.checkbox_list input[type=checkbox]:checked+label:after{opacity:1;height:8px}.checkbox_list span.ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:125px;display:inline-block}.checkbox_list label{position:relative;padding-left:5px;color:#1286c6;font-size:12px;text-transform:capitalize;cursor:pointer;font-weight:700;margin-bottom:0;line-height:12px}.checkbox_list li ul{padding-left:10px}.checkbox_list>li{position:relative;transition:all .3s ease-in-out}.company_grph{margin-bottom:10px}.company_details>aside:not(:last-child){border-right:7px solid #e6ebf2}.dummy{background:red;width:100%;height:100%}.list_style{display:block;margin:0;list-style-type:decimal;padding:0 0 0 20px;color:#d9dee5}.list_style li{width:100%;display:block;margin-bottom:10px;display:list-item}.list_style li:last-child{margin-bottom:0}.list_style li a{width:100%;display:block;font-size:.75rem;color:#d9dee5}.watch_follow_anchor a{color:#1085c6;font-weight:600;font-size:.75rem}.author_sec ul li{width:100%;position:relative;padding-left:26px;line-height:1}.author_sec ul li .icon{position:absolute;left:0;top:7px;padding:0;border-radius:100%;color:#99a0aa;font-size:22px;line-height:22px;text-align:center}.author_sec ul li em{font-style:normal;color:#99a0aa;font-size:.75rem;line-height:normal;display:block}.author_sec ul li p{width:100%;display:inline;color:#1085c6;cursor:pointer;margin:0}.author_sec ul li p a{font-size:14px;text-transform:capitalize;line-height:16px;color:#046cd9}.author_sec ul li p:hover .copy-icon{visibility:visible}.author_sec ul li p .copy-icon{margin-left:3px;font-size:14px;visibility:hidden;margin-right:6px;vertical-align:bottom}.company_ttl h2{text-transform:uppercase}.company_ttl p{font-size:12px}.company_ttl p strong{font-size:15px}.follow_links{display:flex;flex-wrap:wrap}.follow_links li{text-align:center;border:1px solid #99a0aa;margin-right:10px}.follow_links li span{text-transform:uppercase;font-size:11px;display:block;padding:3px 5px;color:#99a0aa;position:relative;font-weight:700}.follow_links li span:after{content:"";width:100%;height:100%;background:#99a0aa;position:absolute;left:0;top:0;transform:skew(10deg,10deg);opacity:0;z-index:-1}.follow_links li:hover{border-color:#99a0aa}.follow_links li:hover span,.follow_links li:hover span.allowed-access,.follow_links li:hover span.not-allowed-access{cursor:pointer;color:#fff}.follow_links li:hover span.allowed-access:after,.follow_links li:hover span.not-allowed-access:after,.follow_links li:hover span:after{opacity:1;transform:none}.follow_links li.allowed-access{border-color:#5cb85c}.follow_links li.allowed-access span{color:#5cb85c}.follow_links li.allowed-access span:after{background-color:#5cb85c}.follow_links li.not-allowed-access{border-color:#ffc107}.follow_links li.not-allowed-access span{color:#ffc107}.follow_links li.not-allowed-access span:after{background-color:#ffc107}.follow_links li i{cursor:pointer}.follow_links li i.allowed-access{color:#fff;background-color:#b4bcca;font-size:9px;padding:3px;border-radius:50%}.follow_links li i.not-allowed-access svg{width:15px;height:15px}.follow_links li i.not-allowed-access svg .a{stroke:none;fill:#99a0aa}.follow_links li i.not-allowed-access svg .b{stroke-width:2.25px}.follow_links li.active span{color:#fff}.follow_links li.active span:after{opacity:1;transform:none}.company_graph_box{width:100%;height:100%;background:none;-ms-box-shadow:0 0 4px #bbb6b6;-o-box-shadow:0 0 4px #bbb6b6;box-shadow:0 0 4px #bbb6b6;text-align:center}.company_graph_box h6{text-align:left;padding:15px 0 0 15px}.radarChart{display:inline-block;width:100%}.radarChart svg{width:auto;height:200px}.radar_bx{display:flex;flex-wrap:wrap}.radar_bx ul{display:block;align-self:center;width:100%;margin-bottom:15px;display:flex;justify-content:space-between}.radar_bx ul li{width:100%;display:block;padding:0 5px}.radar_bx ul li a{width:100%;display:block;font-size:11px;color:#fff;padding:3px 8px;margin-bottom:3px;border-radius:6px}.quarterly_final{width:100%;height:100%;display:block;-ms-box-shadow:0 0 4px #bbb6b6;-o-box-shadow:0 0 4px #bbb6b6;box-shadow:0 0 4px #bbb6b6;padding:15px}.quarterly_final h4{display:block;width:100%;float:left;margin-bottom:15px}.quarterly_final h4 span{font-size:.75rem}.quarterly_final table tr td{padding:0 0 5px}.quarterly_final table tr td:first-child{width:50%}.tbr_position{width:100%;float:left}.tbr_position .sub_category_heading{background-color:#e4ecf3;padding:7px 10px;border-radius:3px;color:#0b2540;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.tbr_position .sub_category_heading .heading{font-size:1.125rem;font-weight:600;color:#0b2540;text-transform:capitalize}.tbr_position .sub_category_heading .published-date{text-transform:uppercase;margin-right:30px}.tbr_position .sub_category_heading .add_to_board_box{padding:2px;border-radius:4px;background-color:#046cd9;color:#fff;cursor:pointer;height:26px;width:26px}.tbr_position .sub_category_heading .add_to_board_box .material-icons-outlined{font-size:20px}.tbr_position .sub_category_heading_title{font-size:1.125rem;font-weight:600}.tbr_position h3{font-weight:600}.tbr_position h3 span{font-size:10px}.tbr_position h4{width:100%;position:relative;margin-bottom:5px;font-size:.875rem}.tbr_position h5{text-transform:uppercase;font-weight:600}.tbr_position h3.text_icon,.tbr_position h5.text_icon{display:flex;align-content:center;align-items:center;font-weight:400}.tbr_position h3.text_icon i svg,.tbr_position h5.text_icon i svg{width:30px;height:30px}.tbr_position h3.text_icon p,.tbr_position h5.text_icon p{margin-right:12px;font-weight:600}.tbr_position h3.text_icon img,.tbr_position h5.text_icon img{width:30px;height:30px}.tbr_position .list_style{list-style:none;padding-left:0}.tbr_position .list_style li{background:#d9dee5}.tbr_position img.content_image{width:100%}@media only screen and (max-width:992px){.tbr_position img.content_image{width:100%!important}}.tbr_position .row{font-size:.75rem;margin-bottom:20px}.desipte_sec{position:relative}.desipte_sec h4{color:#046cd9;border:none;font-weight:600;font-size:1rem}.add_to_board{float:right}.add_to_board>span.open_Onboard{width:30px;text-align:right;height:100%;font-size:14px;color:#000;float:right;cursor:pointer}.add_to_board .open_Onboard .icon,.add_to_board .open_Onboard i.dots-icon{transition:all .5s ease-in-out}.add_to_board.active.boards-add-to-board .open_Onboard .icon,.add_to_board.active.boards-add-to-board .open_Onboard i.dots-icon{transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg)}.add_to_board.active.boards-add-to-board .add_to_board_box{top:38px;right:20px;opacity:1;visibility:visible;display:block;width:150px;height:auto;background-color:#fff;padding:10px 12px 4px;transition:all .3s ease-in-out;z-index:1}.add_to_board.active.boards-add-to-board .add_to_board_box .action{margin-bottom:6px}.add_to_board.active .add_to_board_box{top:20px;right:0;opacity:1;visibility:visible;display:block}.add_to_board.active .add_to_board_box,.add_to_board_box,.boards-add-to-board .add_to_board_box{transition:all .3s ease-in-out;z-index:1}.boards-add-to-board .add_to_board_box{width:130px;background:#fff;position:absolute;padding:10px 15px;box-shadow:0 0 4px #ccc;opacity:0;visibility:hidden;display:none}.boards-add-to-board .add_to_board_box>span.action{display:block;width:100%;margin-bottom:2px;color:#1085c6;cursor:pointer;font-size:.6875rem;text-align:left}.downloads_file{display:block;margin-top:25px}.downloads_file p{display:block;margin:0;padding:0}.downloads_file a{margin:0 5px;float:left}.downloads_file a i.fa-file-pdf-o{color:red}.downloads_file a i.fa-file-excel-o,.downloads_file a i.fa-sticky-note{color:green}.position-graph{width:100%;height:100%}#positionChart{height:300px}#chartdiv{width:100%;height:100%}.amcharts-g2{stroke-dasharray:3px 3px;stroke-linejoin:round;stroke-linecap:round;animation:am-moving-dashes 1s linear infinite}.amcharts-graph-column-front{transition:all .3s ease-in-out}.amcharts-graph-column-front:hover{fill:#496375;stroke:#496375;transition:all .3s ease-in-out}.amcharts-g3{stroke-linejoin:round;stroke-linecap:round;stroke-dasharray:500%;stroke-dasharray:0;stroke-dashoffset:0;animation:am-draw 40s}.login_page,.login_page>main>.container-fluid,.login_page>main>.container-fluid>.row,.login_page main,body,html{height:100%}.login_left{width:100%;height:100%}.login_left figure{height:100%;position:relative;padding-bottom:0;margin-bottom:0}.login_left figure img{width:100%;height:100%;position:static;top:0;left:0;object-fit:cover}.login_left figure:after{content:"";width:100%;height:100%;position:absolute;top:0;background:hsla(0,0%,100%,.4);left:0}.login_left a{position:absolute;top:50px;left:50px;display:block;text-align:center}.login_left a span{display:block;color:#036;text-transform:uppercase;font-size:10px;font-family:Source Sans Pro,sans-serif;font-weight:600}.login_right{width:100%;height:100%;background:#0a2e53;text-align:center}.login_right figure{height:100%;position:relative;padding-bottom:0;margin-bottom:0}.login_right figure img{width:100%;height:100%;position:static;top:0;left:0;object-fit:cover}.login_right form{width:100%;max-width:360px;height:auto;position:absolute;top:50%;left:0;right:0;margin:0 auto;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%)}.login_right form .login_text_span{color:var(--color-gray-10,#fff);text-align:center;font-family:Source Sans Pro;font-size:18px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:25px}.login_right form .invalid_email_div{display:flex;flex-direction:column;grid-gap:25px;gap:25px;align-items:center}.login_right form .invalid_email_div .span_1{color:var(--color-gray-10,#fff);text-align:center;font-family:Source Sans Pro;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.login_right form .invalid_email_div .span_2{color:#cbcbcb;text-align:center;font-family:Source Sans Pro;font-size:14px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.217px}.login_right form .invalid_email_div .btn_1{width:100%;height:40px;border-radius:6px;background:#007bff;color:var(--color-gray-10,#fff);font-family:Source Sans Pro;font-size:16px;font-style:normal;font-weight:600;line-height:16px}.login_right form .invalid_email_div .btn_1:focus{background-color:#0754b3}.login_right form .invalid_email_div .btn_1:focus,.login_right form .invalid_email_div .btn_2:focus{border:transparent!important;box-shadow:none!important}.login_right form .invalid_email_div .btn_2{width:100%;height:40px;border-radius:6px;background:var(--color-gray-10,#fff);color:#000;font-family:Source Sans Pro;font-size:16px;font-style:normal;font-weight:600;line-height:16px}.login_right form .sso_div{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.login_right form .sso_div div{display:flex;align-items:center;justify-content:center;grid-gap:20px;gap:20px}.login_right form .sso_div span{color:var(--color-gray-10,#fff);text-align:center;font-family:Source Sans Pro;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.login_right form .sso_div img{border-radius:100px;background:var(--color-gray-10,#fff);width:44px;height:44px;padding:5px;cursor:pointer}.login_right form .sso_div img:hover{background:#3f6596}.login_right form a:hover{color:#fff}.login_right form a img{width:100%;max-width:300px;display:block;margin:0 auto 20px}.login_right form label{display:none}.login_right form .form-group{margin-bottom:50px}.login_right form .form-group button{width:100%;max-width:150px;margin-bottom:30px}.login_right form .form-group a{display:inline-block;font-size:12px}.navbar-brand #tbr-logo{width:80px;transition:all .5s ease-in-out;fill:#fff}svg#tbr-logo path{fill:#052240}svg#tbr-logo rect{fill:#1d6e3b}@keyframes colorchange{0%{fill:#052240}50%{fill:#1085c6}to{fill:#052240}}.login_formlogos{margin-bottom:26px;display:block}.login_formlogos .img-fluid{max-width:80%}@media only screen and (max-width:1199px){header form .form-control{height:33px}header form .btn-primary-success{height:33px;padding:0}.menu_lines{display:block}}@media only screen and (max-width:1199px)and (max-width:767px){.menu_lines span{width:20px}}@media only screen and (max-width:1199px){.main_content{width:100%}.radarChart{display:inline-block;width:-o-calc(100% - 90px);width:-ms-calc(100% - 90px);width:calc(100% - 90px)}.radar_bx ul{width:100%;max-width:90px;display:block;align-self:center}#chartdiv{height:310px}.position-grapgh{margin-bottom:20px}}@media only screen and (max-width:992px){.login_sec ul{flex-direction:row}.login_sec ul li a{padding:0 4px;font-size:12px}.login_sec ul li span{color:#99a0aa}.main_content{width:100%}.company_details>aside{flex:0 0 100%;max-width:100%}}@media only screen and (max-width:767px){nav form.form-inline{position:absolute;top:100%;right:0;opacity:0;visibility:hidden;transition:all .4s ease-in-out}nav.open_search form.form-inline{opacity:1;visibility:visible;top:40px}.watchlist_search .input-group{margin-bottom:15px;width:100%;justify-content:center}}@media only screen and (max-width:767px)and (max-width:767px){.watchlist_search .input-group{justify-content:flex-end}}@media only screen and (max-width:767px)and (max-width:480px){.watchlist_search .input-group{justify-content:center}}@media only screen and (max-width:767px){.watchlist_search .manage_cog{width:100%;justify-content:center}.company_sorting label{font-size:.75rem}.company_sorting .form-control{width:52px;padding:.375em 0}.sorttable a{padding-right:5px;font-size:16px}}@media only screen and (max-width:767px)and (max-width:992px){.sorttable span{padding-right:15px}}@media only screen and (max-width:767px){.hide-in-mobille{display:none}}@media only screen and (max-width:480px){.login_sec ul li a i{font-size:18px}.login_sec ul li ul{width:260px;right:-13px}.login_sec ul li span{cursor:pointer}.login_sec ul li span i{font-size:18px}.comapnay_tbl .col-6{width:100%;flex:0 0 100%;max-width:100%}.com_seg aside{flex:0 0 100%;max-width:100%;border-right:0!important}.mywatch_listbox2 .com_seg aside{flex:0 0 100%;max-width:100%;margin-bottom:15px}.login_right .login_formlogos{margin:0 auto 50px}.login_right form{max-width:280px}.login_right form .form-group{margin-bottom:30px}}@media only screen and (max-width:576px){.company_segment_row aside.d-sm-none{display:none}.left_sec{margin-top:0;height:auto}.financial_data_left h1{font-size:16px}.companies_search{margin-bottom:20px}.financial_data .watchlist_search{justify-content:center;align-items:center}.dashboard_content figure{width:auto;height:auto;position:static;margin-bottom:5px}.dashboard_content .three_dots{top:15px}.dashboard_content:after{width:-o-calc(100% - 20px);width:-ms-calc(100% - 20px);width:calc(100% - 20px)}.dashboard_items article{padding-right:0;padding-left:20px}.dashboard_items article .dashboard_details,.dashboard_items article figure+.dashboard_details{padding-right:0}.dashboard_items time{left:20px}.quaters_list{flex:0 0 12%;max-width:12%}.quaters_list .mCSB_inside>.mCSB_container{margin-right:0}}@media only screen and (max-width:1280px){.mylist_edit ul li{font-size:12px}.mylist_edit ul li:not(:first-child){font-size:12px;flex:0 0 100%;max-width:100%}.com_seg ul li a,.mylist_edit ul li a{font-size:12px}}@media only screen and (min-width:1200px){.company_details .col-11{flex:90% 1;max-width:90%}.company_details .col-1{flex:10% 1;max-width:10%}.company_grph aside:nth-child(2){padding:0}}@media only screen and (max-width:1399px){.follow_links{width:100%;max-width:600px}}@media only screen and (min-width:1600px){.radarChart{display:inline-block;width:-o-calc(100% - 70px);width:-ms-calc(100% - 70px);width:calc(100% - 70px)}.radarChart svg{height:130px}.radar_bx ul{width:100%;max-width:70px;display:block;align-self:center}}#root,.App{height:100%}@media only screen and (min-width:768px){.bar1,.bar2,.bar3{width:22px}.company_sorting label{padding-right:5px;font-size:.75rem}.company_sorting .form-control{height:30px}.comapnay_tbl h1{padding-top:15px}.companies_search .form-control{font-size:.75rem}.companies_search input[type=text]{height:30px}.companies_search .input-group::placeholder{color:#efefef;font-size:12px}}@media only screen and (min-width:320px){.companies_search .btn-primary{height:30px;line-height:.5}}.disabled .page-link{color:grey;pointer-events:none}.page-item.disabled{opacity:.55}.page-item.disabled:hover{cursor:not-allowed}.dataTable th{cursor:pointer}.dataTable .no-records{text-align:center!important;color:#99a0aa!important}.loading-indicator:before{content:"";position:fixed;width:100%;height:100%;top:0;left:0;z-index:1053;opacity:.5}.loading-indicator:after{content:"";position:fixed;left:52.5%;top:50%;z-index:1200;width:150px;height:150px;margin:-75px 0 0 -75px;border-radius:50%;border:8px solid rgba(155,224,240,.2);border-left-color:#1085c6;width:80px;height:80px;animation:spin 1s linear infinite}.hidden-download{display:none}input::placeholder{color:#99a0aa}.disable{color:#99a0aa!important;cursor:not-allowed}.company_desc{color:#212529}.stock_ticker{font-size:.875rem}.company_name .nav-link label{cursor:pointer}.green{color:green}.growth{font-weight:600}.growth_indicator{margin-left:3px}.taxonomy-page-block{position:relative;display:flex;flex-direction:column;height:calc(100vh - 130px)}.taxonomy_page{height:calc(100% - 50px)}.taxonomy_page>.d-flex{height:100%}.taxonomy_page table{margin:0;min-width:auto!important}.taxonomy_page table.dx-g-bs4-table-sticky{z-index:6}.taxonomy_page table.dx-g-bs4-table-sticky .oi-arrow-thick-bottom:before{font-family:Material Icons;content:"";font-size:20px}.taxonomy_page table.dx-g-bs4-table-sticky .oi-arrow-thick-top:before{font-family:Material Icons;content:"";font-size:20px}.taxonomy_page table colgroup col:first-child{width:40%!important}.taxonomy_page table colgroup col:nth-child(2){width:60%!important}.taxonomy_page .table-responsive{background:#fff 0 0 no-repeat padding-box;border-radius:4px}.taxonomy_page .table-responsive .oi-chevron-right:before{font-family:Material Icons Round;content:"";font-size:20px}.taxonomy_page .table-responsive .oi-chevron-bottom:before{font-family:Material Icons Round;content:"";font-size:20px}.taxonomy_page .table-responsive tbody tr td{font-size:14px;border:none;position:relative}.taxonomy_page .table-responsive tbody tr td:first-child{padding:.5rem .75rem}.taxonomy_page .table-responsive tbody tr td:first-child .d-inline-block~.dx-g-bs4-table-tree-content{overflow:visible}.taxonomy_page .table-responsive tbody tr td:first-child{border-right:.5px solid #bed4eb;color:#84909e}.taxonomy_page .table-responsive tbody tr td:nth-child(2){padding:13px 16px 11px;color:#0b2540}.taxonomy_page .table-responsive tbody tr td .dx-g-bs4-toggle-button{order:2;position:absolute;margin-right:0!important;right:18px;top:15px;z-index:4}.taxonomy_page .table-responsive tbody tr td .dx-g-bs4-table-tree-content{order:1;padding:6px 40px 6px 6px;z-index:3;position:relative;overflow:visible}.taxonomy_page .table-responsive tbody tr td.cell-expanded .dx-g-bs4-table-tree-content{order:1;padding:6px 40px 6px 6px;background-color:#e4eef5;border-radius:4px;color:#004dc2;z-index:3;position:relative}.taxonomy_page .table-responsive tbody tr td .oi-chevron-bottom:before{color:#004dc2}.taxonomy_page .table-responsive tbody tr td span{width:0;height:10px;z-index:2}.taxonomy_page .table-responsive tbody tr td span:before{position:absolute;content:"";width:1px;height:100%;background:#bed4eb;left:32px;bottom:0;z-index:-1}.taxonomy_page .table-responsive tbody tr td span:first-of-type:before{left:20px}.taxonomy_page .table-responsive tbody tr td span:nth-of-type(2):before{left:44px}.taxonomy_page .table-responsive tbody tr td span:nth-of-type(3):before{left:68px}.taxonomy_page .card-header{border:none!important;background:none!important;padding:0!important;min-height:auto;margin-bottom:15px;position:absolute!important;top:0;right:63px}.taxonomy_page .card-header input{background:#fff 0 0 no-repeat padding-box;border:1px solid #e9ebee;border-radius:5px;padding:6px 48px 6px 14px;height:35px;font-size:.79rem;position:relative;z-index:15;width:266px!important}.taxonomy_page .card-header .d-flex{display:none!important}.taxonomy_page .card-header:after{position:absolute;left:224px;top:0;margin:4px 0;height:27px;line-height:27px;font-family:Material Icons;content:"";color:#046cd9;padding-left:8px;font-size:21px;border-left:1px solid #cfd4d9;z-index:11;cursor:pointer}.taxonomy_page thead tr th{background-color:#4d88c9;color:#fff;font-size:14px;font-weight:600;border:none;padding:14px 16px}.taxonomy_page thead tr th .dx-g-bs4-toggle-button-hidden{display:none}.taxonomy_page thead tr th .text-primary{color:#fff!important}.taxonomy_page thead tr th:first-child{border-top-left-radius:3.5px}.taxonomy_page thead tr th:nth-child(2){border-top-right-radius:3.5px}.taxonomy_page thead tr .input-group .form-control{font-size:.75rem}.taxonomy_page thead tr:nth-child(2) th:nth-child(2) .input-group{display:none}.taxonomy_page .btn-outline-secondary{background-color:#1085c6;border:none;color:#fff}.taxonomy_page .list-table tr:nth-of-type(odd){background-color:#f9f9f9}.dx-g-bs4-filter-selector-item.active{background-color:#1085c6}.dx-g-bs4-filter-selector-item .dx-g-bs4-filter-selector-icon{background-color:#1085c6;color:#fff}.content-section{font-size:14px}.content-section p{color:#0b2540;font-size:14px}.content-section p img{width:auto!important}.company_details .content-section{overflow:auto;margin-bottom:20px}.company_details .content-section ul{-webkit-padding-start:40px;padding-inline-start:40px;list-style:initial}.company_details .content-section table td,.company_details .content-section table th{color:unset;font-size:unset;padding:8px 16px;vertical-align:top}.company_details .content-section table td:first-child,.company_details .content-section table th:first-child{padding-left:0}.company_details .content-section table td:last-child,.company_details .content-section table th:last-child{padding-right:0}.company_details .content-section table td p,.company_details .content-section table th p{margin-bottom:0}.company_details .content-section h1{color:unset;font-weight:400}.company_details .content-section h2{font-size:2em;color:#000}.company_details .content-section h3{text-transform:none;font-size:1.17em;color:#000}.company_details .content-section h4{border:none;background:none;width:auto;color:#000;padding:0;font-size:unset;font-weight:700;margin:inherit}.company_details .content-section h5{color:#000;font-size:.83em;text-transform:none}.company_details .content-section h6{font-size:.67em;color:#000}.company_details .content-section .col,.company_details .content-section .col-1,.company_details .content-section .col-2,.company_details .content-section .col-3,.company_details .content-section .col-4,.company_details .content-section .col-5,.company_details .content-section .col-6,.company_details .content-section .col-7,.company_details .content-section .col-8,.company_details .content-section .col-9,.company_details .content-section .col-10,.company_details .content-section .col-11,.company_details .content-section .col-12,.company_details .content-section .col-auto,.company_details .content-section .col-lg,.company_details .content-section .col-lg-1,.company_details .content-section .col-lg-2,.company_details .content-section .col-lg-3,.company_details .content-section .col-lg-4,.company_details .content-section .col-lg-5,.company_details .content-section .col-lg-6,.company_details .content-section .col-lg-7,.company_details .content-section .col-lg-8,.company_details .content-section .col-lg-9,.company_details .content-section .col-lg-10,.company_details .content-section .col-lg-11,.company_details .content-section .col-lg-12,.company_details .content-section .col-lg-auto,.company_details .content-section .col-md,.company_details .content-section .col-md-1,.company_details .content-section .col-md-2,.company_details .content-section .col-md-3,.company_details .content-section .col-md-4,.company_details .content-section .col-md-5,.company_details .content-section .col-md-6,.company_details .content-section .col-md-7,.company_details .content-section .col-md-8,.company_details .content-section .col-md-9,.company_details .content-section .col-md-10,.company_details .content-section .col-md-11,.company_details .content-section .col-md-12,.company_details .content-section .col-md-auto,.company_details .content-section .col-sm,.company_details .content-section .col-sm-1,.company_details .content-section .col-sm-2,.company_details .content-section .col-sm-3,.company_details .content-section .col-sm-4,.company_details .content-section .col-sm-5,.company_details .content-section .col-sm-6,.company_details .content-section .col-sm-7,.company_details .content-section .col-sm-8,.company_details .content-section .col-sm-9,.company_details .content-section .col-sm-10,.company_details .content-section .col-sm-11,.company_details .content-section .col-sm-12,.company_details .content-section .col-sm-auto,.company_details .content-section .col-xl,.company_details .content-section .col-xl-1,.company_details .content-section .col-xl-2,.company_details .content-section .col-xl-3,.company_details .content-section .col-xl-4,.company_details .content-section .col-xl-5,.company_details .content-section .col-xl-6,.company_details .content-section .col-xl-7,.company_details .content-section .col-xl-8,.company_details .content-section .col-xl-9,.company_details .content-section .col-xl-10,.company_details .content-section .col-xl-11,.company_details .content-section .col-xl-12,.company_details .content-section .col-xl-auto,.company_details .content-section .row{margin:0!important;padding:0!important}.company_details .news .tbr_position{padding-top:15px;padding-bottom:15px}.company_details .news .tbr_position .sub_category_heading .remove-news i{font-size:.875rem}.company_details .news .tbr_position .desipte_sec h4{background:none;text-transform:none;padding-left:0}.dynamicTableActionButton:nth-child(n+2){margin-left:3px}form.form-wrapper{margin:auto}form.form-wrapper label{color:#99a0aa;font-size:.875rem}form.form-wrapper .mandatory_red,form.form-wrapper label .mandatory{color:#bd2130}form.form-wrapper .form-control{font-size:.75rem}form.form-wrapper .invalid-tooltip,form.form-wrapper .valid-tooltip{font-size:.75rem;float:right;position:relative;top:unset}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){form.form-wrapper .invalid-tooltip,form.form-wrapper .valid-tooltip{top:auto}}@supports(-ms-ime-align:auto){form.form-wrapper .invalid-tooltip,form.form-wrapper .valid-tooltip{top:auto}}form.form-wrapper .btn,form.form-wrapper .rw-widget{font-size:.75rem}form.form-wrapper .rw-widget .rw-filter-input,form.form-wrapper .rw-widget .rw-widget-input{box-shadow:none}form.form-wrapper .rw-widget .rw-widget-container{border:1px solid #ced4da}form.form-wrapper .card-header{padding:.45rem 1.25rem;font-size:.875rem}form.form-wrapper .segment-tag{padding:3px;margin:3px;background-color:#eee;border:1px solid #ccc;border-radius:3px;display:inline-flex}form.form-wrapper .segment-tag i{margin-left:5px;cursor:pointer;line-height:1.125rem}form.form-wrapper .rw-widget .rw-widget-container.invalid-tooltip-dropdown{border:1px solid rgba(220,53,69,.9)}.alert{font-size:.75rem;padding:.55rem 1.15rem}.modal-confirm{color:#636363}.modal-confirm .modal-content{padding:20px;border-radius:5px;border:none;text-align:center;font-size:.875rem}.modal-confirm .modal-header{border-bottom:none;position:relative}.modal-confirm h5{text-align:center;font-size:26px;margin:30px 0 -10px;width:100%;color:#000}.modal-confirm .close{position:absolute;top:-5px;right:-2px}.modal-confirm .modal-body{color:#000}.modal-confirm .modal-footer{border:none;text-align:center;border-radius:5px;font-size:13px;padding:10px 15px 25px;display:block}.modal-confirm .modal-footer a{color:#000}.modal-confirm .icon-box{width:80px;height:80px;margin:0 auto;border-radius:50%;z-index:9;text-align:center;border:3px solid #f15e5e}.modal-confirm .icon-box.not-allowed-access{border:none}.modal-confirm .icon-box i{color:#f15e5e;font-size:46px;display:inline-block;margin-top:13px}.modal-confirm .icon-box i.not-allowed-access{margin-top:0;width:100%;height:100%}.modal-confirm .icon-box i.not-allowed-access svg{width:100%;height:100%}.modal-confirm .icon-box i.not-allowed-access svg .a{stroke:none;fill:#99a0aa}.modal-confirm .icon-box.danger{border-color:#ee3535}.modal-confirm .icon-box.danger i{color:#ee3535}.modal-confirm .icon-box.warning{border-color:orange}.modal-confirm .icon-box.warning i{color:orange}.modal-confirm .icon-box.success{border-color:green}.modal-confirm .icon-box.success i{color:green}.modal-confirm .btn-info{background:#c1c1c1}.modal-confirm .btn-info:focus,.modal-confirm .btn-info:hover{background:#a8a8a8}.modal-confirm .btn-danger{background:#ff312b;border-color:#ff312b}.modal-confirm .btn-danger:focus,.modal-confirm .btn-danger:hover{background:#ee3535}.danger-modal .modal-right-btn{background:#ff312b;border-color:#ff312b}.danger-modal .modal-right-btn:hover{background:#ee3535;border-color:#ee3535}.danger-modal .modal-right-btn:focus,.danger-modal .modal-right-btn:not(:disabled):not(.disabled):active{background:#ee3535;border-color:#ee3535;box-shadow:0 0 0 .2rem rgba(255,49,43,.5)}.success-modal .modal-right-btn{background:#1d6e3b;border-color:#1d6e3b}.success-modal .modal-right-btn:hover{background:#307153;border-color:#307153}.success-modal .modal-right-btn:focus,.success-modal .modal-right-btn:not(:disabled):not(.disabled):active{background:#307153;border-color:#307153;box-shadow:0 0 0 .2rem rgba(38,81,40,.5)}.primary-modal .modal-right-btn{background:#046cd9;border-color:#046cd9;color:#fff}.primary-modal .modal-right-btn:focus,.primary-modal .modal-right-btn:hover{background:#004dc2;border-color:#004dc2;color:#fff}.primary-modal .modal-footer{justify-content:flex-end}.verify_email_success{color:#fff;white-space:pre-line}.reset-password .btn,.reset-password input{font-size:1rem!important}.dynamicTableActionButton i,.reset_password_header{color:#fff}.project_details span.ellipsis{max-width:125px;display:inline-block}.project_details .sub_category_heading .ellipsis,.project_details span.ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.project_details .checkbox_list label{margin-bottom:0}.tbri-custom-breadcumb{box-shadow:none}.tbri-custom-breadcumb .breadcrumb{background:none;color:#fff;padding:.5rem .5rem .5rem 15px}.tbri-custom-breadcumb .breadcrumb li.breadcrumb-item{color:#052240;font-size:.75rem}.tbri-custom-breadcumb .breadcrumb li.breadcrumb-item a{color:#052240;text-transform:capitalize}.tbri-custom-breadcumb .breadcrumb li.breadcrumb-item a.nav-link{padding:0;display:inline}.tbri-custom-breadcumb .breadcrumb li.breadcrumb-item:before{color:#052240}.tbri-custom-breadcumb .breadcrumb li.active{font-weight:700;text-transform:capitalize}.mb5{margin-bottom:5px!important}.my-boards .no-boards i,.my-boards .no-boards p{color:#99a0aa;font-size:1.125rem}.my-boards .card{cursor:pointer}.my-boards .card .actions-toggler{cursor:pointer;width:30px;text-align:center}.my-boards .card.active .actions_board{opacity:1;visibility:visible;z-index:1;display:block}.my-boards .actions_board{width:130px;background:#fff;position:absolute;right:0;z-index:1;padding:10px;box-shadow:0 0 10px #ccc;opacity:0;transition:all .3s ease-in-out;visibility:hidden;display:none}.my-boards .actions_board>a{display:block;width:100%;margin-bottom:5px;color:#1085c6;font-size:.6875rem}.my-boards .actions_board>a i{width:.6875rem}.my-boards .actions_board>ul{color:#1085c6}.my-boards .actions_board>ul li{font-size:.6875rem;margin-bottom:5px;cursor:pointer}.my-boards .downloads_file{display:block;margin-top:25px}.my-boards .downloads_file p{display:block;margin:0;padding:0}.my-boards .downloads_file a{margin:0 5px;float:left}.my-boards .downloads_file a i.fa-file-pdf-o{color:red}.my-boards .downloads_file a i.fa-file-excel-o,.my-boards .downloads_file a i.fa-sticky-note{color:green}.my-boards .card.shared-board{background-color:#76a0b6;border-color:#76a0b6}.my-boards .card.template-board{border-radius:.2rem}.my-boards .card.template-board:hover{background:#e9eef5}.my-boards .card-body{padding:.5rem}.my-boards .template-body{padding:.7rem;min-height:70px}.my-boards .card-footer{padding:.5rem;background:none;border:none}.my-boards .card-footer p{margin-bottom:0}.my-boards .card-footer .items-count{color:#fff;font-size:1.125rem;font-weight:700}.my-boards .card-footer .items-label{font-size:.8125rem;margin-left:2px}.my-boards .card-footer .last-modified-at{font-size:.75rem;float:right;line-height:30px;text-transform:capitalize}.my-boards .card-footer .items-label,.my-boards .card-footer .last-modified-at{color:#fff}.my-boards .card-title{font-weight:600;overflow-wrap:anywhere}.my-boards .template-title{display:flex;align-items:center}.my-boards .share-info{margin-top:5px;margin-bottom:0}@media(min-width:768px){.my-boards-wrapper-card .my-borads-card-body{padding:25px 38px}}@media(min-width:1200px){.my-boards-wrapper-card .my-borads-card-body{padding:39px 51px}}.my-boards-wrapper-card .my-borads-card-body .my-boards-card{min-height:180px;box-shadow:none;border:.5px solid #cfd4d9;border-radius:5px}.my-boards-wrapper-card .my-borads-card-body .my-boards-card.shared-board,.my-boards-wrapper-card .my-borads-card-body .my-boards-card.shared-board .action-icon:hover,.my-boards-wrapper-card .my-borads-card-body .my-boards-card.shared-board .card-footer .actions_board,.my-boards-wrapper-card .my-borads-card-body .my-boards-card.shared-board .my-borads-card-body:hover{background-color:#ebf3ff}.my-boards-wrapper-card .my-borads-card-body .my-boards-card .my-borads-card-body{padding:11px 18px 17px 17px;border-top-left-radius:5px;border-top-right-radius:5px}.my-boards-wrapper-card .my-borads-card-body .my-boards-card .card-title{overflow-wrap:anywhere}.my-boards-wrapper-card .my-borads-card-body .my-boards-card .tooltip-custom-theme{max-width:100px;text-wrap:normal;white-space:pre-wrap}.my-boards-wrapper-card .my-borads-card-body .my-templates-card .card-footer .actions_board{padding:10px 0}.my-boards-wrapper-card .my-borads-card-body .my-templates-card .my-templates-card-body{padding:18px 20px}@media(min-width:1200px){.my-boards-wrapper-card .my-borads-card-body .my-templates-card .action-icon .icon{padding:10px 34px}}.my-boards-wrapper-card .my-borads-card-body .row.xl-gutter .col-lg-4,.my-boards-wrapper-card .my-borads-card-body .row.xl-gutter .col-sm-6,.my-boards-wrapper-card .my-borads-card-body .row.xl-gutter .col-xl-3{margin-bottom:15px}@media(min-width:768px){.my-boards-wrapper-card .my-borads-card-body .row.xl-gutter .col-lg-4,.my-boards-wrapper-card .my-borads-card-body .row.xl-gutter .col-sm-6,.my-boards-wrapper-card .my-borads-card-body .row.xl-gutter .col-xl-3{margin-bottom:20px}}@media(min-width:1200px){.my-boards-wrapper-card .my-borads-card-body .row.xl-gutter .col-lg-4,.my-boards-wrapper-card .my-borads-card-body .row.xl-gutter .col-sm-6,.my-boards-wrapper-card .my-borads-card-body .row.xl-gutter .col-xl-3{margin-bottom:42px}}.my-boards-wrapper-card .my-borads-card-body .pin-items-block{padding:13px 17px 10px;background-color:#4d88c9;border-radius:7px}.my-boards-wrapper-card .my-borads-card-body .card-footer{padding:0;background:none;border-top:1px solid #cfd4d9}.my-boards-wrapper-card .my-borads-card-body .card-footer .actions_board{background-color:#e9eef5;padding:12px 0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.my-boards-wrapper-card .my-borads-card-body .action-icon{border-bottom-right-radius:5px}.my-boards-wrapper-card .my-borads-card-body .action-icon .icon{padding:12px 24px;color:#004dc2;font-size:22px}.my-boards-wrapper-card .my-borads-card-body .action-icon:hover{background-color:#e9eef5}.modal-w-header .modal-content{border:none}.modal-w-header .modal-header{background-color:#1085c6}.modal-w-header .modal-header .modal-title{text-transform:uppercase;color:#fff}.rw-dropdown-list-input,.rw-list-option{text-transform:capitalize}.board-details.nav_sidebar2{max-width:150px}.board-details .watchlist_search{float:right;width:auto}.board-details .board-name{padding:6px 10px;border-radius:3px;text-transform:capitalize;color:#0461c2}.board-details .board-name.active{background-color:#dcedff;font-weight:600}.board-details .content-wrapper{margin-left:10px}.board-details .content-wrapper .content-date-group{width:100%;text-align:center;border-bottom:2px dashed #ccc;line-height:.1em;margin:10px 0 30px;font-size:.75rem}.board-details .content-wrapper .content-date-group span{background:#fff;padding:0 10px;text-transform:uppercase}.board-details .comments-group{width:100%;border-bottom:1px solid #ccc;line-height:.1em;margin:10px 0 30px;font-size:.75rem}.board-details .comments-group span{cursor:pointer;background:#fff;padding:0 10px 0 0;text-transform:capitalize;color:#07407a}.board-details .comments-group span .add-icon,.board-details .comments-group span i{line-height:0;font-size:17px;text-transform:none}.board-details .comments-group span .top-icon{text-transform:none;line-height:0;width:20px}.board-details .comments-group span.comments-count-info{float:left;display:flex}.board-details .comments-group span.comments-add-btn{float:right;display:table;padding:0 0 0 10px}.board-details .general-comments-widget{width:400px;position:fixed;top:130px;right:15px;z-index:999;background-color:#fff;height:calc(100vh - 175px);box-shadow:0 0 40px rgba(11,37,64,.2588235294);border-radius:15px 15px 7px 7px;overflow-y:auto}.board-details .close-board-comments{color:#000;cursor:pointer}.board-details .general-comment-chat-icon{right:10px;bottom:2vh;position:fixed;z-index:999;display:none}.board-details .general-comment-chat-icon .fa{padding:20px;background-color:#07407a;border-radius:50%;font-size:1.125rem;color:#fff;cursor:pointer}.board-details .general-comment-chat-icon .fa[data-count]:after{position:absolute;right:0;top:1%;content:attr(data-count);border:1px solid #07407a;font-size:.6875rem;padding:.6em;border-radius:50%;line-height:.6em;color:#07407a;background:#fff;text-align:center;min-width:1em;font-weight:700}@media only screen and (max-width:768px){.board-details .general-comment-chat-icon{display:block}}.board-details .add-general-comment{text-transform:capitalize;color:#07407a;cursor:pointer;float:right;font-weight:400}.board-details .tbr_position .desipte_sec h4{background:none;color:#07407a;text-transform:none;white-space:pre-wrap;text-overflow:ellipsis;overflow:hidden;padding:0;font-weight:600}.board-details .board-item{padding:0;margin-top:15px}.board-details .board-item .category-tag{color:#fff;padding:5px 10px}.board-details .board-item .content-info-label-tag{text-transform:uppercase}.board-details .board-item .board-item-border{border-bottom:1px solid #ccc}.board-details .sidebar_nav2 .sidebar_list{margin-top:5px}.board-details .sidebar_nav2 h3{text-transform:uppercase;font-size:.8125rem;font-weight:700}.board-details .sidebar_nav2 p{margin-bottom:.5rem;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-transform:capitalize;color:#1286c6;font-size:12px;font-weight:700}.board-details .sidebar_nav2 p:before{content:"  ";margin-right:3px}.board-details .sidebar_nav2 p.active:before,.board-details .sidebar_nav2 p:hover:before{background-color:#1286c6}.board-details .sidebar_nav2 p.active{font-weight:700}.board-details .add_to_board_box{width:170px}.general-comments-widget .general-comments-header{padding:14px 18px}.general-comments-widget .general-comments-header h2{font-family:Source Sans Pro,sans-serif}.general-comments-widget .general-comments-header .lg-icon{font-size:30px;margin-right:11px}.general-comments-widget .general-comments-header .icon-wrapper{background-color:#e2e8f2;height:26px;width:26px;border-radius:50%;display:flex;align-items:center;justify-content:center}.general-comments-widget .general-comments-header .icon-wrapper .icon{font-size:14px;color:#84909e}.general-comments-widget .comment-widget{margin-top:0}.general-comments-widget .comment-widget .comment-wrapper .collapse{border:none;background-color:#fff;box-shadow:none}.general-comments-widget .comment-widget .comments-list-group{overflow-y:auto;height:calc(100vh - 388px);min-height:200px}.general-comments-widget .comment-widget ul.general{margin-top:0!important}.share-board-users .table thead th{color:#99a0aa!important;font-size:.75rem;border-bottom-width:0;padding:.35rem}.share-board-users .table thead th:first-child{width:50%}.share-board-users .table thead th:nth-child(2){width:40%}.share-board-users .table thead th:nth-child(3){width:10%}.share-board-users .table tbody td{color:#000;padding:.35rem;font-size:.75rem;vertical-align:middle}.share-board-users .table tbody td .fa-trash{color:#bd2130;cursor:pointer}.share-board-users .table tbody td label{margin-bottom:0}.content-download-button{font-size:12px}.company_details_download{color:#1085c6;font-size:20px;line-height:30px;cursor:pointer}.disabled{color:#9ed4f1;cursor:not-allowed}.my-boards-filter{font-size:.75rem}.dash_board_content .tbri-custom-breadcumb ol.breadcrumb{padding-left:0}.notify .form-check-input{margin-left:0;top:-1px}.notify .form-check-label{font-size:.75rem!important;color:#000!important;margin-left:6px}.users-dropdown .rw-dropdown-list-input,.users-dropdown .rw-list-option{text-transform:none}body.react-confirm-alert-body-element{overflow:hidden}.react-confirm-alert-blur{filter:url(#gaussian-blur);filter:blur(2px);-webkit-filter:blur(2px)}.react-confirm-alert-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:112;background:rgba(0,0,0,.5);display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:center;-ms-align-items:center;align-items:center;opacity:0;animation:react-confirm-alert-fadeIn .5s .2s forwards}.react-confirm-alert-overlay .custom-ui{text-align:center;width:500px;padding:40px;background:#1085c6;box-shadow:0 20px 75px rgba(0,0,0,.23);color:#fff}.react-confirm-alert-overlay .custom-ui h1{margin-top:0;color:#fff}.react-confirm-alert-overlay .custom-ui p{color:#fff}.react-confirm-alert-overlay .custom-ui button{width:160px;padding:10px;border:1px solid #fff;margin:10px;cursor:pointer;background:none;color:#fff;font-size:14px}.react-confirm-alert-body{font-family:Arial,Helvetica,sans-serif;width:400px;padding:30px;text-align:left;background:#fff;border-radius:10px;box-shadow:0 20px 75px rgba(0,0,0,.13);color:#666}.react-confirm-alert-svg{position:absolute;top:0;left:0}.react-confirm-alert-body>h1{margin-top:0}.react-confirm-alert-body>h3{margin:0;font-size:16px}.react-confirm-alert-button-group{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:flex-start;margin-top:20px}.react-confirm-alert-button-group>button{outline:none;background:#333;border:none;display:inline-block;padding:6px 18px;color:#eee;margin-right:10px;border-radius:5px;font-size:12px;cursor:pointer}@keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}.board_details_main_content span.action{color:#07407a;margin-left:5px;cursor:pointer}.comment-widget{margin-top:10px}.comment-widget .comment-wrapper{font-size:.75rem}.comment-widget .comment-wrapper .collapse{border-radius:7px;border:none;background-color:#fff;box-shadow:0 0 12px rgba(11,37,64,.0784313725)}.comment-widget .comment-wrapper .send-comment-block{background-color:#046cd9;padding:6px 14px 6px 10px;border-radius:7px}.comment-widget .comment-wrapper .send-comment-block .custom-btn-group-toggle .left-btn{opacity:.5}.comment-widget .comment-wrapper .send-comment-block .custom-btn-group-toggle .left-btn.active{opacity:1}.comment-widget .comment-wrapper .send-comment-block .send-btn-group .icon{font-size:26px}.comment-widget .comment-wrapper .panel-info{border-color:#bce8f1}.comment-widget .comment-wrapper .panel{margin-bottom:20px;background-color:#fff;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,.05);border:1px solid #bce8f1}.comment-widget .comment-wrapper .panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.comment-widget .comment-wrapper .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px;cursor:pointer}.comment-widget .comment-wrapper .panel-body{max-height:650px;overflow:auto;padding:15px}.comment-widget .comment-wrapper .panel-body .media-list .media a{padding-right:10px}.comment-widget .comment-wrapper .panel-body textarea{font-size:.75rem}.comment-widget .comment-wrapper .media-list .media img{width:50px;height:50px;border:2px solid #e5e7e8}.comment-widget .comment-wrapper .media-list .media{border-bottom:1px dashed #efefef;margin-bottom:10px;padding-bottom:10px}.comment-widget .comment-wrapper .img-circle{border-radius:50%}.comment-widget .comment-wrapper .dropdown-menu{min-width:5rem;padding:.1rem 0}.comment-widget .comment-wrapper .dropdown-menu .dropdown-item.active,.comment-widget .comment-wrapper .dropdown-menu .dropdown-item:active{background-color:grey}.comment-widget .comment-wrapper .dropdown-menu .dropdown-item.disabled,.comment-widget .comment-wrapper .dropdown-menu .dropdown-item:disabled{background-color:transparent}.comment-widget .comment-wrapper .list-group-item .delete-action,.comment-widget .comment-wrapper .list-group-item .edit-action{display:none}.comment-widget .comment-wrapper .list-group-item:hover .delete-action,.comment-widget .comment-wrapper .list-group-item:hover .edit-action{display:block}.comment-widget .profile_image{width:30px;padding-top:5px;float:left}.comment-widget .profile_image img{width:30px;height:30px;padding:3px;border:1px solid #ccc}.comment-widget .txtComments-wrapper{padding:8px}.comment-widget .txtComments{font-size:14px;border:0;background-color:#f3f3f3;font-style:italic;color:#84909e}.comment-widget .comment_content{width:calc(100% - 30px);float:right;padding-left:5px}.comment-widget .comment_content .cancel-edit-action,.comment-widget .comment_content .delete-action,.comment-widget .comment_content .edit-action,.comment-widget .comment_content .save-edit-action{cursor:pointer}.comment-widget .comment_content .cancel-edit-action:hover,.comment-widget .comment_content .delete-action:hover,.comment-widget .comment_content .edit-action:hover,.comment-widget .comment_content .save-edit-action:hover{font-weight:700}.comment-widget ul.general{overflow-y:auto}.comment-widget .btn-show-more-comments{color:#1286c6;border-color:#1286c6}.comment-widget .btn-show-more-comments:hover{color:#fff}.modal .comment-widget{margin-top:0}.comment-widget .panel-body{padding:0}.comment-widget .list-group{margin-bottom:0;padding-top:5px}.comment-widget .panel-title{display:inline}.comment-widget .label-info{float:right}.comment-widget li.list-group-item{border-radius:0;border:0}.comment-widget li.list-group-item:hover{background-color:#e9eef5}.comment-widget .mic-info{color:#666;font-size:11px}.comment-widget .action{margin-top:5px}.comment-widget .comment-text{font-size:.6875rem}.comment-widget .btn-block{border-top-left-radius:0;border-top-right-radius:0}.btn-general-comments{color:#046cd9;border-color:transparent;box-shadow:none!important;font-size:.75rem;padding:.25rem .25rem .25rem 9px}.btn-general-comments:hover{color:#046cd9}.btn-xs{padding:1px 5px;font-size:11px;line-height:1.5;border-radius:3px}.download-dropdown button.download-button{border:none}.download-dropdown button.download-button:active,.download-dropdown button.download-button:focus,.download-dropdown button.download-button:hover,.download-dropdown button.download-button:visited{background:none!important;border:none!important;box-shadow:none!important}.download-dropdown.show,.download-dropdown.show .btn-outline-secondary.dropdown-toggle,.download-dropdown button.download-button.btn-outline-secondary{background:none!important;border:none!important}.download-dropdown .dropdown-menu{font-size:12px;min-width:auto}.category-wrapper{margin-bottom:15px;border-top:none}.category-wrapper .category_name{position:-webkit-sticky;position:sticky;top:70px;z-index:99;text-align:center}@media only screen and (max-width:768px){.category-wrapper .category_name{top:auto;position:relative}}.is-current-child label.sub-category-label,.is-current-parent label.category-label{color:#07407a}.not-found-text{font-weight:600;font-size:20px;color:#232d42;margin-top:15px}.visualization-not-found{width:100%;height:400px;background-color:red;display:flex}.board-details-right-content .board-details-card{border:1px solid #e9ebee;border-radius:4px;background-color:#fff}.board-details-right-content .board-details-card .sticky-board-details-header{background-color:#fff;z-index:99;top:64px;margin-bottom:20px;padding:15px 17px;position:-webkit-sticky;position:sticky;border-top:1px solid #e9ebee;border-radius:4px}.board-details-right-content .board-details-card .sticky-board-details-header .board-name-block .board-name{text-transform:capitalize;padding:0;margin-left:11px}.board-details-right-content .board-details-card .sticky-board-details-header .board-name-block .icon-wrapper{background-color:#e2e8f2;height:32px;width:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.board-details-right-content .board-details-card .sticky-board-details-header .board-name-block .icon-wrapper .icon{font-size:14px;color:#84909e;transform:rotate(-45deg)}.board-details-right-content .board-details-card .sticky-board-details-header .share-permission-link{color:#046cd9}.board-details-right-content .board-details-card .sticky-board-details-header .share-permission-link .icon{margin-right:9px}.board-details-right-content .board-details-card .board-details-body{width:100%;padding:12px!important;display:flex;flex-direction:column;justify-content:center;align-items:center}.board-details-right-content .board-details-card .board-details-body>div{width:100%}.board-details-right-content .board-details-card .board-details-body .board-list-item,.board-details-right-content .board-details-card .board-details-body .board-list-item-drag-fix{width:100%;height:100%;padding:12px 10px;margin-top:15px;border:1px solid #e2e2e2;cursor:pointer;border-radius:2px}.board-details-right-content .board-details-card .board-details-body .board-list-item-drag-fix .category-tag,.board-details-right-content .board-details-card .board-details-body .board-list-item .category-tag{padding:2px 4px;font-size:1.125rem;color:#0b2540}.board-details-right-content .board-details-card .board-details-body .board-list-item-drag-fix .content-section img,.board-details-right-content .board-details-card .board-details-body .board-list-item-drag-fix .desipte_sec img,.board-details-right-content .board-details-card .board-details-body .board-list-item .content-section img,.board-details-right-content .board-details-card .board-details-body .board-list-item .desipte_sec img{max-width:100%;height:auto}.board-details-right-content .board-details-card .board-details-body .board-list-item-drag-fix{height:68px!important}.board-details-right-content .board-details-card .board-details-body .board-list-item-drag-fix .Collapsible__contentOuter{height:0!important}.scroll-to-top{position:fixed;bottom:45px;right:15px;animation:scroll-to-top-fadeIn .7s ease-in-out 1s both;cursor:pointer;z-index:106}.scroll-to-top:hover{opacity:1}@keyframes scroll-to-top-fadeIn{0%{opacity:0}to{opacity:.8}}.dx-g-bs4-table-sticky{z-index:1}.Toastify .Toastify__toast{font-family:Source Sans Pro,sans-serif;font-size:.75rem;font-weight:700;min-height:55px;position:absolute;bottom:20px;width:300px}.dataTable tbody tr td i{cursor:pointer}.dataTable tbody tr td i.allowed-access{color:#fff;background-color:#5cb85c;font-size:9px;padding:3px;border-radius:50%}.dataTable tbody tr td i.allowed-access-warning{background-color:#ffc107;color:#fff}.dataTable tbody tr td i.not-allowed-access svg{width:16px;height:16px}.dataTable tbody tr td i.not-allowed-access svg .a{stroke:none;fill:#99a0aa}i.benchmark svg{width:22px;height:20px;margin-bottom:8px}.tooltip-custom-theme{padding:5px!important;font-size:.75rem!important;font-family:Source Sans Pro,sans-serif!important;line-height:.75rem!important;background-color:#07407a!important}.__react_component_tooltip.show.place-left,.__react_component_tooltip.show.place-right,.__react_component_tooltip.show.place-top{opacity:1;background-color:#07407a}.__react_component_tooltip.show.place-left:before,.__react_component_tooltip.show.place-right:before,.__react_component_tooltip.show.place-top:before{background-color:transparent;width:0;height:0}.__react_component_tooltip.show.place-left:after,.__react_component_tooltip.show.place-right:after,.__react_component_tooltip.show.place-top:after{background-color:transparent}.__react_component_tooltip.show.place-left:after,.__react_component_tooltip.show.place-left:before{right:-8px;margin-top:-10px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #07407a}.__react_component_tooltip.show.place-right:after,.__react_component_tooltip.show.place-right:before{left:-8px;margin-top:-10px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #07407a}.__react_component_tooltip.show.place-top:after,.__react_component_tooltip.show.place-top:before{bottom:-8px;margin-left:-10px;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #07407a}.__react_component_tooltip.place-bottom:after{border-bottom-color:#07407a!important}.datagrid_tooltip i{color:#99a0aa!important;font-size:.875rem!important;cursor:pointer}.datagrid_tooltip .icon{color:#99a0aa!important;font-size:16px!important;cursor:pointer;margin-left:4px}.years_dropdown{line-height:1.75rem}.inactive_message{color:#ffc107;border:2px solid #ffc107;padding:3px;font-weight:700}i{cursor:pointer}i.allowed-access{color:#fff;background-color:#5cb85c;font-size:9px;padding:3px;border-radius:50%}i.not-allowed-access svg{width:16px;height:16px}i.not-allowed-access svg .a{stroke:none;fill:#99a0aa}i.allowed-access-warning{background-color:#ffc107;color:#fff}.companies-list-legends{font-size:.75rem;border:1px solid #ccc;padding:4px 0}.companies-list-legends h3{display:inline;font-size:.75rem;margin-left:3px}.companies-list-legends i{font-size:9px}.companies-list-legends i svg{width:14px;height:14px}.companies-list-legends1{padding:4px 0}.companies-list-legends1 h3{display:inline;font-size:.75rem;margin-left:3px}.companies-list-legends1 i svg{width:14px;height:14px}.companies-list-legends2{text-align:right;padding-bottom:15px}.companies-list-legends2 h3{display:inline;font-size:.75rem;margin-left:3px}.companies-list-legends2 i svg{width:14px;height:14px}.table-list-legends{text-align:right;padding-bottom:12px}.table-list-legends h3{display:inline;font-size:.75rem;margin-left:3px}.table-list-legends .allowed-access-icon,.table-list-legends .inactive-allowed-access-icon,.table-list-legends .not-allowed-access-icon{opacity:1}.success-toggle .custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff}.success-toggle .custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#28a745;background-color:#28a745}.success-toggle .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(40,167,69,.5)}.filter-dropdown .dd__selectControl{padding:12px 6px!important;font-size:1rem;max-height:26px;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.filter-dropdown .dd__selectControl div{font-size:12px}.filter-dropdown .filter-options{z-index:10;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.filter-dropdown .filter-options .dd__option{font-size:12px;padding:1px 5px}.company_segment_note label{color:#99a0aa;font-size:.75rem}.company_segment_note span{padding-right:15px;font-size:1.125rem;color:#1085c6;cursor:pointer}.create_chart .rw-widget-picker{height:35px!important}.create_chart .type button{background:#eee;padding:5px 8px;border-radius:6px;display:inline-block;cursor:pointer;color:#1085c6;border:none!important;margin-right:20px;font-size:18px}.create_chart .type button:active,.create_chart .type button:focus{outline:none!important}.create_chart .type .active{background-color:#1085c6;color:#eee}.create_chart .rct-icons-fa4 .rct-icon-expand-close:before{content:""}.create_chart .rct-icons-fa4 .rct-icon-expand-open:before{content:""}.create_chart .rct-icons-fa4 .rct-icon-check:before{content:"";color:#1085c6}.create_chart .rct-icons-fa4 .rct-icon-half-check:before{opacity:.5;content:""}.create_chart .segments-tree .Collapsible__trigger{display:block;font-weight:400;position:relative;padding:5px 10px;background-color:#fff;border:1px solid;border-color:#fff #fff #ccc;color:#000}.create_chart .segments-tree .Collapsible__contentOuter{overflow:scroll!important;max-height:150px!important}.create_chart .segments-tree label{display:flex!important}.create_chart .segments-tree .is-disabled{color:grey}.create_chart .segments-tree .Collapsible__trigger:after{font-family:FontAwesome;content:"";position:absolute;right:10px;top:5px;display:block;transition:transform .3s;cursor:pointer;color:#1085c6}.create_chart .segments-tree .Collapsible__trigger.is-open:after{content:""}.create_chart .chart_selection_section{border-left:1px solid #ccc;border-bottom:1px solid #ccc;padding:20px 16px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.create_chart h3,.create_chart h6{color:#000}.create_chart .sub_heading{font-size:12px;color:#4d4848}.create_chart .active-node{background-color:#f9f9f9}.create_chart .elements{border:1px solid #ccc;border-radius:6px}.create_chart .elements .add{color:#1085c6;font-size:12px;cursor:pointer}.create_chart .elements .Collapsible__trigger{display:block;text-decoration:none;position:relative;border:1px solid #fff;background-color:#fff;font-size:12px}.create_chart .elements .companies{font-size:12px}.create_chart .elements .companies:before{font-family:FontAwesome;content:"";display:inline-block;color:#1085c6;margin-right:2px}.create_chart .elements .Collapsible__trigger:after{font-family:FontAwesome;content:"";position:absolute;right:10px;top:0;display:block;transition:transform .3s;cursor:pointer}.create_chart .elements .Collapsible__trigger.is-open:after{content:""}.create_chart .elements h6{color:#1085c6;border-bottom:1px solid #ccc}.chart-preview .amcharts-range-selector-wrapper{display:flex;align-items:baseline}.chart-preview .amcharts-range-selector-wrapper input{font-size:12px;width:90px;text-align:center;outline:none;width:100%;padding:8px 10px;box-sizing:border-box;border-radius:2px;border:1.5px solid #9e9e9e;overflow:visible}.chart-preview .amcharts-range-selector-wrapper .amcharts-range-selector-title{display:none}.chart-preview .amcharts-range-selector-wrapper .amcharts-range-selector-period-wrapper button{background:#e0e0e0;border-radius:2px;padding:8px 12px;border:none;font-size:12px;margin:4px;color:#757575;cursor:pointer}.chart-preview .amcharts-range-selector-wrapper .amcharts-range-selector-period-wrapper button:active,.chart-preview .amcharts-range-selector-wrapper .amcharts-range-selector-period-wrapper button:focus{background:#1085c6;color:#fff;outline:none!important}.chart-preview .chart-button-active{background:#1085c6!important;color:#fff!important;outline:none!important}.textSize{font-size:12px}.textColor{color:#131111!important}.faq_content{width:100%;padding-left:270px}@media only screen and (max-width:767px){.faq_content{padding-left:0}}.collapse:not(.show){display:block!important}.collapse{margin-top:0}.collapse-trigger{color:#333}.collapse-trigger:before{border-width:0 0 2px 2px}.collapse-panel{color:#99a0aa}.collapse-trigger[aria-expanded=true]:before{transform:rotate(133deg);left:0}.modal-w-header .modal-header .modal-title{text-transform:capitalize}.allowed-access-icon{fill:#5cb85c!important;color:#5cb85c!important}.inactive-allowed-access-icon{fill:#ffc107;color:#ffc107}.not-allowed-access-icon{fill:#99a0aa;color:#99a0aa}.allowed-access-icon,.inactive-allowed-access-icon,.not-allowed-access-icon{opacity:.6;transition:all .5s ease}.allowed-access-icon:hover,.inactive-allowed-access-icon:hover,.not-allowed-access-icon:hover{opacity:1}.companies-list-legends3 i svg{width:20px;height:20px;fill:#707070}.btn-color-gray{background-color:#e7e7e7;color:#000;border-color:#000;padding:.2rem .75rem;height:30px;line-height:.5;font-size:.75rem}.btn-color-primary{border-radius:2px;border:#1085c6;background:#1085c6}.btn-color-light-gray,.btn-color-primary{padding:8px 12px;font-size:12px;margin:4px;cursor:pointer}.btn-color-light-gray{background:#e0e0e0;border-radius:2px;border:none;color:#757575}.series-align-center{margin:auto;width:100%;height:100%;position:relative;display:block;text-align:center;overflow:visible}.select-elements-card .normal-btn{min-width:112px;background-color:#dcedff;color:#4d88c9;padding:2px 10px;max-height:30px;border-radius:5px;box-shadow:none}.category-btn-block .normal-btn+.normal-btn{margin-left:14px}.category-btn-block .normal-btn.active-btn{background:#004dc2 0 0 no-repeat padding-box;box-shadow:0 5px 12px rgba(11,37,64,.1490196078);color:#fff;font-weight:600}.select-elements-chart-preview-wrapper *{transition:all .5s ease}.select-elements-chart-preview-wrapper .select-elements-card-wrapper{margin-right:10px}.select-elements-chart-preview-wrapper .closed-content .content{writing-mode:vertical-lr;font-size:16px;transform:rotate(180deg)}.select-elements-chart-preview-wrapper .chart-preview-wrapper,.select-elements-chart-preview-wrapper .select-elements-card-wrapper{flex-grow:1}.select-elements-chart-preview-wrapper .show-contents-content .icon-wrapper .icon{cursor:pointer}.select-elements-chart-preview-wrapper .show-contents-content .icon-wrapper .icon.disabled{font-size:24px;line-height:24px;cursor:not-allowed;pointer-events:none}.select-elements-chart-preview-wrapper.opened-chartPreview .select-elements-card-wrapper{max-width:65px}.select-elements-chart-preview-wrapper.opened-chartPreview .select-elements-card-wrapper .select-elements-content{opacity:0;transform:translateX(-2000px);display:none!important;height:0}.select-elements-chart-preview-wrapper.opened-chartPreview .select-elements-card-wrapper .show-contents-content{opacity:1;transform:translateX(0);display:flex!important}.select-elements-chart-preview-wrapper.opened-chartPreview .chart-preview-wrapper{max-width:100%}.select-elements-chart-preview-wrapper.opened-chartPreview .chart-preview-wrapper .chartpreview-content{opacity:1;transform:translateX(0);display:flex!important;flex-direction:column}.select-elements-chart-preview-wrapper.opened-chartPreview .chart-preview-wrapper .chartpreview-content #SalesChart .amcharts-amexport-item-level-0>.amcharts-amexport-icon{display:none}.select-elements-chart-preview-wrapper.opened-chartPreview .chart-preview-wrapper .chartpreview-content #SalesChart .amcharts-amexport-item.amcharts-amexport-item-level-0{position:absolute;width:33px!important;height:33px;top:-92px;right:-6px;cursor:pointer;margin:0}.select-elements-chart-preview-wrapper.opened-chartPreview .chart-preview-wrapper .chartpreview-content #SalesChart .amcharts-amexport-item.amcharts-amexport-item-level-0:before{font-family:Material Icons Round;content:"";display:block;height:33px;width:33px;position:absolute;left:0;background:#046cd9;font-size:17px;color:#fff;text-align:center;line-height:33px;border-radius:5px}.select-elements-chart-preview-wrapper.opened-chartPreview .chart-preview-wrapper .show-contents-content{opacity:0;transform:translateX(2000px);display:none!important;height:0}.select-elements-chart-preview-wrapper.closed-chartPreview .select-elements-card-wrapper{max-width:100%}.select-elements-chart-preview-wrapper.closed-chartPreview .select-elements-card-wrapper .select-elements-content{opacity:1;transform:translateX(0);display:flex!important;flex-direction:column}.select-elements-chart-preview-wrapper.closed-chartPreview .select-elements-card-wrapper .show-contents-content{opacity:0;transform:translateX(-2000px);display:none!important;height:0}.select-elements-chart-preview-wrapper.closed-chartPreview .chart-preview-wrapper{max-width:65px}.select-elements-chart-preview-wrapper.closed-chartPreview .chart-preview-wrapper .chartpreview-content{opacity:0;transform:translateX(2000px);display:none!important;height:0}.select-elements-chart-preview-wrapper.closed-chartPreview .chart-preview-wrapper .show-contents-content{opacity:1;transform:translateX(0);display:flex!important;flex-direction:column}.select-elements-chart-preview-wrapper .select-elements-content .first-section{border:1px solid #dcedff;margin-left:-1px;margin-top:-1px;border-top-left-radius:3.5px}.select-elements-chart-preview-wrapper .select-elements-content .elements-block-wrapper-new{margin-top:20px;border-radius:3.5px}.select-elements-chart-preview-wrapper .select-elements-content .elements-block-wrapper-new .block-title{padding:12px 14px}.select-elements-chart-preview-wrapper .select-elements-content .elements-block-wrapper-new .metric-ul{padding:9.5px 14px;display:flex;grid-gap:1rem;gap:1rem}.select-elements-chart-preview-wrapper .select-elements-content .elements-block-wrapper-new .metric-ul .active{color:#0461c2;position:relative}.select-elements-chart-preview-wrapper .select-elements-content .elements-block-wrapper-new .metric-ul .active:after{content:"";display:block;width:120%;border-bottom:3.5px solid #0461c2;position:absolute;bottom:-10px;left:-3px;right:0;border-radius:5px}.select-elements-chart-preview-wrapper .select-elements-content .elements-block-wrapper-new .metric-ul li{line-height:8px}.select-elements-chart-preview-wrapper .select-elements-content .elements-block-wrapper-new .metric-ul li a{transition:unset}.select-elements-chart-preview-wrapper .select-elements-content .elements-block-wrapper-new .select-companies-block{border:1px solid #dcedff;margin-left:-1px;margin-top:-1px;border-top-left-radius:3.5px;padding:0}.select-elements-chart-preview-wrapper .select-elements-content .elements-block-wrapper-new .add-segments-block{background-color:hsla(0,0%,95.3%,.5);border:1px solid #dcedff;margin-left:-1px;margin-top:-1px;padding:0}.select-elements-chart-preview-wrapper .select-elements-content .elements-block-wrapper-new .add-segments-block .block-title-icon{padding:9.5px 14px}.select-elements-chart-preview-wrapper .select-elements-content .elements-block-wrapper-new .add-metrics-block{border:1px solid #dcedff;margin-left:-1px;margin-top:-1px;padding:0}.select-elements-chart-preview-wrapper .select-elements-content .elements-block-wrapper-new .select-metric-block{padding:0}.select-elements-chart-preview-wrapper .select-elements-content .elements-block-wrapper-new .select-metric-block label{cursor:pointer}.select-elements-chart-preview-wrapper .select-elements-content .elements-block-wrapper-new .selected-items-block{background-color:#edf6ff;margin-left:10px}.select-elements-chart-preview-wrapper .select-elements-content .elements-block-wrapper-new .selected-items-block .plus-minus-collapser .collapse-panel,.select-elements-chart-preview-wrapper .select-elements-content .elements-block-wrapper-new .selected-items-block .plus-minus-collapser .Collapsible__contentInner{display:flex;flex-wrap:wrap;padding-left:7px;padding-right:7px}.select-elements-chart-preview-wrapper .select-elements-content .elements-block-wrapper-new .selected-items-block .plus-minus-collapser .collapse-panel .collapse-panel-content,.select-elements-chart-preview-wrapper .select-elements-content .elements-block-wrapper-new .selected-items-block .plus-minus-collapser .Collapsible__contentInner .collapse-panel-content{padding-left:5px;padding-right:5px;margin-bottom:10px}.select-elements-chart-preview-wrapper .select-elements-content .elements-block-wrapper-new .selected-items-block .selected-items-list .selected-item{border-radius:30px;padding:5px 8px 5px 12px;background-color:#f4f5f8;font-size:12px}.select-elements-chart-preview-wrapper .select-elements-content .elements-block-wrapper-new .selected-items-block .selected-items-list .selected-item .icon{border:1px solid #cfd4d9;font-size:14px;padding:2px;border-radius:50%;background-color:#fff;color:#707070;margin-left:10px;cursor:pointer}.select-elements-chart-preview-wrapper .select-elements-content .elements-block-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:20px;border:1px solid #dcedff;border-radius:3.5px}.select-elements-chart-preview-wrapper .select-elements-content .elements-block-wrapper .btn-block{padding-right:16px}.select-elements-chart-preview-wrapper .select-elements-content .elements-block-wrapper .btn-block .btn{min-width:105px;min-height:30px}.select-elements-chart-preview-wrapper .select-elements-content .elements-block .element-block{flex-grow:1;display:flex;flex-direction:column}.select-elements-chart-preview-wrapper .select-elements-content .elements-block .block-title{padding:12px 14px}.select-elements-chart-preview-wrapper .select-elements-content .elements-block .metric-ul{padding:9.5px 14px;display:flex;grid-gap:1rem;gap:1rem}.select-elements-chart-preview-wrapper .select-elements-content .elements-block .metric-ul .active{color:#0461c2;position:relative}.select-elements-chart-preview-wrapper .select-elements-content .elements-block .metric-ul .active:after{content:"";display:block;width:120%;border-bottom:3.5px solid #0461c2;position:absolute;bottom:-10px;left:-3px;right:0;border-radius:5px}.select-elements-chart-preview-wrapper .select-elements-content .elements-block .metric-ul li{line-height:8px}.select-elements-chart-preview-wrapper .select-elements-content .elements-block .metric-ul li a{transition:unset}.select-elements-chart-preview-wrapper .select-elements-content .elements-block .add-segments-block .block-title-icon{padding:9.5px 14px}@media(min-width:992px){.select-elements-chart-preview-wrapper .select-elements-content .elements-block .select-companies-block{width:18%}.select-elements-chart-preview-wrapper .select-elements-content .elements-block .add-segments-block{width:28%}.select-elements-chart-preview-wrapper .select-elements-content .elements-block .select-metric-block{width:20%}.select-elements-chart-preview-wrapper .select-elements-content .elements-block .selected-items-block{width:34%}}.select-elements-chart-preview-wrapper .select-elements-content .elements-block .select-companies-block label,.select-elements-chart-preview-wrapper .select-elements-content .elements-block .select-metric-block label{cursor:pointer}.select-elements-chart-preview-wrapper .select-elements-content .elements-block .select-companies-block{border:1px solid #bed4eb;margin-left:-1px;margin-top:-1px;border-top-left-radius:3.5px}.select-elements-chart-preview-wrapper .select-elements-content .elements-block .add-segments-block,.select-elements-chart-preview-wrapper .select-elements-content .elements-block .select-metric-block{border:1px solid #bed4eb;margin-left:-1px;margin-top:-1px}.select-elements-chart-preview-wrapper .select-elements-content .elements-block .selected-items-block{border-left:1px solid #bed4eb;border-bottom:1px solid #bed4eb;margin-left:-1px}.select-elements-chart-preview-wrapper .select-elements-content .elements-block .selected-items-block .plus-minus-collapser .collapse-panel,.select-elements-chart-preview-wrapper .select-elements-content .elements-block .selected-items-block .plus-minus-collapser .Collapsible__contentInner{display:flex;flex-wrap:wrap;padding-left:7px;padding-right:7px}.select-elements-chart-preview-wrapper .select-elements-content .elements-block .selected-items-block .plus-minus-collapser .collapse-panel .collapse-panel-content,.select-elements-chart-preview-wrapper .select-elements-content .elements-block .selected-items-block .plus-minus-collapser .Collapsible__contentInner .collapse-panel-content{padding-left:5px;padding-right:5px;margin-bottom:10px}.select-elements-chart-preview-wrapper .select-elements-content .elements-block .selected-items-block .selected-items-list .selected-item{border-radius:30px;padding:5px 8px 5px 12px;background-color:#f4f5f8;font-size:12px}.select-elements-chart-preview-wrapper .select-elements-content .elements-block .selected-items-block .selected-items-list .selected-item .icon{border:1px solid #cfd4d9;font-size:14px;padding:2px;border-radius:50%;background-color:#fff;color:#707070;margin-left:10px;cursor:pointer}.select-elements-chart-preview-wrapper .block-title{border-bottom:1px solid #bed4eb}.select-elements-chart-preview-wrapper .custom-checkbox-tree,.select-elements-chart-preview-wrapper .selected-items-wrapper{height:44vh;overflow-y:auto}.select-elements-chart-preview-wrapper .custom-checkbox-tree-1{height:auto;overflow-y:auto}.select-elements-chart-preview-wrapper .plain-checkbox-list-wrapper{height:44vh;overflow-y:auto;flex-grow:1}.select-elements-chart-preview-wrapper .plain-checkbox-list-wrapper .checkbox-list{padding-left:0}.select-elements-chart-preview-wrapper .plain-checkbox-list-wrapper .checkbox-list .checkbox-item{padding:7px 10px 7px 14px}.select-elements-chart-preview-wrapper .plain-checkbox-list-wrapper .checkbox-list .checkbox-item:not(:last-child){border-bottom:1px solid #bed4eb}.select-elements-chart-preview-wrapper .plain-checkbox-list-wrapper .checkbox-list .checkbox-item .rct-title{padding:0}.select-elements-chart-preview-wrapper .plain-checkbox-list-wrapper .checkbox-list .checkbox-item .text{margin-left:12px;margin-right:15px;font-size:12px;color:#84909e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-elements-chart-preview-wrapper .plain-checkbox-list-wrapper .checkbox-list .checkbox-item .add-icon{opacity:0;font-size:18px;color:#0461c2;cursor:pointer}.select-elements-chart-preview-wrapper .plain-checkbox-list-wrapper .checkbox-list .checkbox-item .custom-checkbox-new:checked+.text{color:#0461c2!important}.select-elements-chart-preview-wrapper .plain-checkbox-list-wrapper .checkbox-list .checkbox-item .custom-checkbox-new:checked~.add-icon{opacity:.5;margin-left:auto;margin-right:20px}.select-elements-chart-preview-wrapper .plain-checkbox-list-wrapper .checkbox-list .checkbox-item.active .custom-checkbox-new:checked~.add-icon{opacity:1;margin-right:0}.segments-tree .rct-icons-fa4 .rct-icon-check:before,.segments-tree .rct-icons-fa4 .rct-icon-uncheck:before{content:none}.segments-tree .react-checkbox-tree .rct-checkbox .rct-icon{-webkit-appearance:none;min-width:14px;width:14px;height:14px;border:1px solid #cfd4d9;vertical-align:sub;outline:none;border-radius:3px;position:relative;cursor:pointer}.segments-tree .react-checkbox-tree .rct-checkbox .rct-icon.rct-icon-check{background-color:#0461c2;border-color:#0461c2}.segments-tree .react-checkbox-tree .rct-checkbox .rct-icon.rct-icon-check:after{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMwMCIgd2lkdGg9IjMwMCIgZmlsbD0iI2ZmZiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZD0iTTQ0IDU4LjRsLTctN2ExLjk4IDEuOTggMCAxMC0yLjggMi44bDguMzg2IDguMzg2YTIgMiAwIDAwMi44MjggMEw2Ni42IDQxLjRhMS45OCAxLjk4IDAgMDAtMi44LTIuOEw0NCA1OC40eiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);background-size:28px;background-repeat:no-repeat;background-position:50%}.segments-tree .rct-icons-fa4 .rct-icon-expand-close:before{font:20px Material Icons Round;content:"";color:#84909e}.segments-tree .rct-icons-fa4 .rct-icon-expand-open:before{font:20px Material Icons Round;content:"";color:#046cd9}.segments-tree .react-checkbox-tree label:hover{background-color:transparent}.segments-tree .react-checkbox-tree>ol>li.rct-node-parent.rct-node-expanded>.rct-text{background-color:#f1f8fe}.segments-tree .react-checkbox-tree>ol>li.rct-node-parent.rct-node-expanded>.rct-text .rct-title{color:#0461c2}.segments-tree.custom-checkbox-tree{padding:5px 8px}.segments-tree.custom-checkbox-tree .add-icon{opacity:0;font-size:18px;color:#0461c2;cursor:pointer;margin-left:auto;margin-right:20px}.segments-tree.custom-checkbox-tree .custom-checkbox-new:checked+.text{color:#0461c2!important}.segments-tree.custom-checkbox-tree .custom-checkbox-new:checked~.add-icon{opacity:.5}.segments-tree.custom-checkbox-tree .checkbox-item.active>.rct-text .custom-checkbox-new:checked~.add-icon{opacity:1;margin-right:0}.segments-tree.custom-checkbox-tree .checkbox-list .checkbox-item{padding:2px 0}.segments-tree.custom-checkbox-tree .checkbox-list .checkbox-item .icon{color:#84909e;font-size:22px;line-height:10px}.segments-tree.custom-checkbox-tree .checkbox-list .checkbox-item.expanded-true>.rct-text>.icon{color:#046cd9}.segments-tree.custom-checkbox-tree .checkbox-list .checkbox-item .rct-title{color:#84909e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:6px;font-size:12px;cursor:pointer}.segments-tree.custom-checkbox-tree .checkbox-list .checkbox-item .custom-checkbox-new:checked~.rct-title,.segments-tree.custom-checkbox-tree .checkbox-list .checkbox-item .rct-title.active{color:#0461c2}.segments-tree.custom-checkbox-tree .checkbox-list .checkbox-item .rct-text{padding:4px 5px 3px}.segments-tree.custom-checkbox-tree .checkbox-list .checkbox-item .rct-text .icon{cursor:pointer}.segments-tree.custom-checkbox-tree .checkbox-list .checkbox-item .rct-text .custom-checkbox-new{margin-left:10px}.segments-tree.custom-checkbox-tree .checkbox-list .checkbox-item .rct-text .icon~.custom-checkbox-new{margin-left:0}.segments-tree.custom-checkbox-tree .visualisation>.checkbox-list>.checkbox-item.expanded-true>.rct-text{background-color:#f1f8fe;border-radius:3px}.segments-tree.custom-checkbox-tree ol{margin:0;padding-left:0;list-style-type:none}.segments-tree.custom-checkbox-tree ol ol{padding-left:24px}.segments-tree.custom-checkbox-tree li{list-style-type:none;margin:0;position:relative}.segments-tree.custom-checkbox-tree li:before{border-left:1px solid #bed4eb;bottom:50px;height:100%;top:-3px;width:1px}.segments-tree.custom-checkbox-tree li:after{border-top:1px solid #bed4eb;height:20px;top:16px;width:18px}.segments-tree.custom-checkbox-tree li:last-child:before{height:20px}.segments-tree.custom-checkbox-tree li:after,.segments-tree.custom-checkbox-tree li:before{content:"";left:-8px;position:absolute;right:auto;z-index:-1}.segments-tree.custom-checkbox-tree .visualisation>ol>li:after,.segments-tree.custom-checkbox-tree .visualisation>ol>li:before{border:0}.custom-datecontainer-input{padding:0}.custom-datecontainer-input input{background-color:#0b2540;box-shadow:0 5px 12px rgba(11,37,64,.1490196078);border-radius:5px;color:#fff;font-size:.79rem;width:auto;min-height:35px;max-width:125px;margin-left:0;margin-top:0}.chart-duration-dropdown{margin-left:10px;margin-right:23px}.radio-button-label-alignment{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.modalError .invalid-tooltip{right:0!important}.calendar{z-index:15}.custom-control.custom-switch{min-height:20px;padding-left:30px}.custom-control.custom-switch input:disabled+.custom-control-label{opacity:.4;cursor:no-drop}.custom-control.custom-switch .custom-control-label{line-height:20px;cursor:pointer}.custom-control.custom-switch .custom-control-label:before{left:-27px;width:20px;height:12px;pointer-events:all;border-radius:.5rem;top:5px;border:2px solid #84909e!important;box-shadow:none!important;background-color:transparent!important}.custom-control.custom-switch .custom-control-label:after{top:8px;left:-23px;width:6px;height:6px;background-color:#84909e!important}.custom-control.custom-switch .custom-control-input:checked~.custom-control-label:before{border:2px solid #046cd9!important;background-color:transparent}.custom-control.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#046cd9!important;left:-29px}.custom-control.custom-switch.success-toggle .custom-control-input:checked~.custom-control-label:before{border:2px solid #02bf48!important}.custom-control.custom-switch.success-toggle .custom-control-input:checked~.custom-control-label:after{background-color:#02bf48!important}.custom-control.custom-switch.custom-switch-lg{padding-left:30px}.custom-control.custom-switch.custom-switch-lg .custom-control-label:before{left:-29px;width:28px;height:16px;top:3px}.custom-control.custom-switch.custom-switch-lg .custom-control-label:after{top:7px;left:-25px;width:8px;height:8px}.custom-control.custom-switch.custom-switch-lg .custom-control-input:checked~.custom-control-label:after{left:-26px}.justify-between{justify-content:space-between}.custom-switch-checkbox{position:relative;display:inline-block;width:20px;height:12px;margin-bottom:0}.custom-switch-checkbox input{opacity:0;width:0;height:0}.custom-switch-checkbox input:disabled+.slider{opacity:.65;cursor:no-drop}.custom-switch-checkbox .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:transparent;border:2px solid #84909e;transition:.4s}.custom-switch-checkbox .slider:before{position:absolute;content:"";height:6px;width:6px;left:2px;bottom:1px;background-color:#84909e;transition:.4s}.custom-switch-checkbox input:checked+.slider{border:2px solid #046cd9}.custom-switch-checkbox input:checked+.slider:before{transform:translateX(6px);background-color:#046cd9}.custom-switch-checkbox .slider.round{border-radius:34px}.custom-switch-checkbox .slider.round:before{border-radius:50%}.custom-switch-checkbox.success-custom-switch-checkbox input:checked+.slider{border:2px solid #02bf48}.custom-switch-checkbox.success-custom-switch-checkbox input:checked+.slider:before{transform:translateX(6px);background-color:#02bf48}.custom-switch-checkbox.custom-switch-checkbox-2 .slider{border:2px solid #046cd9}.custom-switch-checkbox.custom-switch-checkbox-2 .slider:before{background-color:#046cd9}.custom-switch-checkbox.custom-switch-checkbox-2 input:checked+.slider{border:2px solid #046cd9;background:#046cd9}.custom-switch-checkbox.custom-switch-checkbox-2 input:checked+.slider:before{background-color:#fff}.faq-page .inner-sidebar{padding:0;max-width:245px;top:144px;height:calc(100% - 198px)}.faq-page .inner-sidebar+.inner-sidebar-right-content{padding-left:265px}.faq-page .faq-page-title-sec{padding-top:7px;padding-bottom:22px}.faq-page .faq-page-title-sec .chat-icon{font-size:40px;margin-right:17.5px}.faq-page .faq-inner-sidebar-content{padding:10px 8px}.faq-page .faq-inner-sidebar-content ul{padding-bottom:4px}.faq-page .faq-inner-sidebar-content ul .faq-sideitem:not(:last-child) li{margin-bottom:15px}.faq-page .faq-inner-sidebar-content ul li{padding:11px 13px;border:1px solid #e9ebee;border-radius:3.5px;background-color:#fff;cursor:pointer}.faq-page .faq-inner-sidebar-content ul li.active{border:1px solid #046cd9}.faq-page .faq-right-content{background:#fff 0 0 no-repeat padding-box;border-radius:3.5px}.faq-page .faq-right-content .faq-topic-card{padding-top:25px}.faq-page .faq-right-content .faqs-card{background:inherit;box-shadow:none;border-radius:0;height:calc(100vh - 204px);overflow:auto}.faq-page .faq-right-content .faqs-card .card-body{padding:0 40px 26px}.faq-page .faq-right-content .faq-title{font-family:Source Sans Pro,sans-serif}.faq-page .faqs-collapse-wrapper{padding-top:9px;padding-bottom:25px}.add-user-card form.form-wrapper .card .card-header{padding:19px 17px 0;background-color:transparent;border-bottom:none}.add-user-card form.form-wrapper .card .card-body{padding:12px 17px 27px}.add-user-card form.form-wrapper .card .card-body .card-body-header{background-color:#eef4f9;padding:10px;color:#1c1c1c}.add-user-card form.form-wrapper .card .card-body .card-body-header h5{color:#1c1c1c}.add-user-card form.form-wrapper .card .card-body .form-field-wrapper{margin-top:29px;padding-bottom:11px;border-bottom:1px solid #bed4eb}.add-user-card form.form-wrapper .card .card-body .form-field-wrapper .form-control{flex-grow:1;border:1px solid #e1e1e1;border-radius:2px}.add-user-card form.form-wrapper .card .card-body .form-field-wrapper .form-group{margin-bottom:23px}.add-user-card form.form-wrapper .card .card-body .form-field-wrapper .form-group.align-top{align-items:flex-start}.add-user-card form.form-wrapper .card .card-body .form-field-wrapper .form-group.align-top label{margin-top:2px}.add-user-card form.form-wrapper .card .card-body .form-field-wrapper .form-group label{margin-right:10px;min-width:60px;font-size:12px;text-align:left;justify-content:flex-start;color:#606b77}.add-user-card form.form-wrapper .card .card-body .form-field-wrapper .form-group .invalid-tooltip{margin-left:70px}.add-user-card form.form-wrapper .card .card-body .form-buttons{margin-top:24px}.modal-footer .modal-btn{margin:0}.modal-btn,.modal-footer .modal-btn{min-width:85px;max-height:33px;min-height:33px;line-height:33px;text-align:center;padding:0 16px;font-size:.79rem}.modal-btn+.modal-btn,.modal-footer .modal-btn+.modal-btn{margin-left:18px}@media(min-width:576px){.modal-sm.modal-dialog{max-width:383px;margin-top:50px}}.modal-backdrop.show{opacity:.88;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.modal-backdrop.show,.modal-dialog{background:#fff 0 0 no-repeat padding-box}.modal-dialog{box-shadow:0 0 12px rgba(11,37,64,.1411764706);border-radius:4px;opacity:1}@media(min-width:576px){.custom-modal.noaccess-modal.modal-dialog{max-width:450px;margin:1.75rem auto}}.custom-modal .modal-content{border-radius:3.5px;border-top:17px solid #4d88c9;border-bottom:7px solid #4d88c9;padding:16px 25px 25px}.custom-modal .modal-header{padding:0;position:relative;border:0;display:flex;align-items:center}.custom-modal .modal-header h5.modal-title{margin:0;text-align:left}.custom-modal .modal-header h5.modal-title h3{margin:0}.custom-modal .modal-header .close{padding:2px;display:inline-flex;outline:none;position:static;margin:0;width:30px;height:30px}.custom-modal .modal-header .close span{visibility:hidden;width:28px;height:28px;display:inline-flex}.custom-modal .modal-header .close span:before{font:28px Material Icons Round;content:"";visibility:visible;color:#283959}.custom-modal .modal-body{padding:15px 0 30px}.custom-modal .modal-body .activate-body,.custom-modal .modal-body .inactive-body,.custom-modal .modal-body .noaccess-body,.custom-modal .modal-body .remove-body{text-align:center;padding:26px 30px;border-radius:8px}.custom-modal .modal-body .activate-body h2,.custom-modal .modal-body .inactive-body h2,.custom-modal .modal-body .noaccess-body h2,.custom-modal .modal-body .remove-body h2{font-size:15px!important;font-family:Source Sans Pro,sans-serif}.custom-modal .modal-body .remove-body{background-color:#fff3f2}.custom-modal .modal-body .remove-body h2{color:#ff312b}.custom-modal .modal-body .info-body{background-color:#fff}.custom-modal .modal-body .info-body h2,.custom-modal .modal-body .info-body h3{color:#000}.custom-modal .modal-body .activate-body{background-color:#b7ffe0}.custom-modal .modal-body .activate-body h2{color:#1d6e3b}.custom-modal .modal-body .noaccess-body{background-color:#f1f1f1}.custom-modal .modal-body .noaccess-body h2{color:#626262}.custom-modal .modal-body .inactive-body{background-color:#fdf5dd}.custom-modal .modal-body .inactive-body h2{color:#87702f}.custom-modal .modal-footer{padding:0;font-size:.79rem}.custom-modal.modal-w-header .modal-header{background-color:transparent;border:0}.custom-modal.modal-w-header .modal-header .modal-title{color:#283959;font-size:1.125rem!important;font-weight:700;line-height:1.2;width:100%}.custom-modal.modal-w-header .modal-header .modal-title .show-event-modal-header{width:100%}.custom-modal.modal-w-header .modal-body{padding-top:20px}.custom-modal.modal-w-header .modal-body .title-label{margin-bottom:4px}.custom-modal.modal-w-header .modal-body .row-item{margin-bottom:16px}.custom-modal.modal-w-header .modal-footer{border:0}.custom-modal.modal-dialog-scrollable .modal-header{padding:0 35px 10px 0}.custom-modal.comments-modal .modal-body{padding:5px 0 30px}.custom-modal.comments-modal .comment-widget li.list-group-item{padding-left:15px;border-radius:5px}.custom-modal.company-segments-modal .company-segments-files-table-block .responsive-table{max-height:400px}@media(min-width:576px){.custom-calendar-modal.noaccess-modal.modal-dialog{max-width:450px;margin:1.75rem auto}}.custom-calendar-modal .modal-content{height:100%;border-radius:4px}.custom-calendar-modal .modal-header{padding:0;position:relative;border:0;display:flex;align-items:center}.custom-calendar-modal .modal-header h5.modal-title{margin:0;text-align:left}.custom-calendar-modal .modal-header h5.modal-title h3{margin:0}.custom-calendar-modal .modal-header .close{padding:2px;display:inline-flex;outline:none;position:static;margin:0;width:30px;height:30px}.custom-calendar-modal .modal-header .close span{visibility:hidden;width:28px;height:28px;display:inline-flex}.custom-calendar-modal .modal-header .close span:before{font:28px Material Icons Round;content:"";visibility:visible;color:#283959}.custom-calendar-modal .modal-body{padding:25px}.custom-calendar-modal .modal-body .activate-body,.custom-calendar-modal .modal-body .inactive-body,.custom-calendar-modal .modal-body .noaccess-body,.custom-calendar-modal .modal-body .remove-body{text-align:center;padding:26px 30px;border-radius:8px}.custom-calendar-modal .modal-body .activate-body h2,.custom-calendar-modal .modal-body .inactive-body h2,.custom-calendar-modal .modal-body .noaccess-body h2,.custom-calendar-modal .modal-body .remove-body h2{font-size:15px!important;font-family:Source Sans Pro,sans-serif}.custom-calendar-modal .modal-body .remove-body{background-color:#fff3f2}.custom-calendar-modal .modal-body .remove-body h2{color:#ff312b}.custom-calendar-modal .modal-body .info-body{background-color:#fff}.custom-calendar-modal .modal-body .info-body h2,.custom-calendar-modal .modal-body .info-body h3{color:#000}.custom-calendar-modal .modal-body .activate-body{background-color:#b7ffe0}.custom-calendar-modal .modal-body .activate-body h2{color:#1d6e3b}.custom-calendar-modal .modal-body .noaccess-body{background-color:#f1f1f1}.custom-calendar-modal .modal-body .noaccess-body h2{color:#626262}.custom-calendar-modal .modal-body .inactive-body{background-color:#fdf5dd}.custom-calendar-modal .modal-body .inactive-body h2{color:#87702f}.custom-calendar-modal .modal-footer{padding:0;font-size:.79rem}.custom-calendar-modal.modal-w-header .modal-header{background-color:transparent;border:0}.custom-calendar-modal.modal-w-header .modal-header .modal-title{color:#283959;font-size:1.125rem!important;font-weight:700;line-height:1.2}.custom-calendar-modal.modal-w-header .modal-body{padding-top:20px}.custom-calendar-modal.modal-w-header .modal-body .title-label{margin-bottom:4px}.custom-calendar-modal.modal-w-header .modal-body .row-item{margin-bottom:16px}.custom-calendar-modal.modal-w-header .modal-footer{border:0}.custom-calendar-modal.modal-dialog-scrollable .modal-header{padding:0 35px 10px 0}.custom-calendar-modal.comments-modal .modal-body{padding:5px 0 30px}.custom-calendar-modal.comments-modal .comment-widget li.list-group-item{padding-left:15px;border-radius:5px}.custom-calendar-modal.company-segments-modal .company-segments-files-table-block .responsive-table{max-height:400px}.cmp-seg-files-text{font-weight:400;color:#9aa0a9;margin-left:4px;font-size:16.5px}.comp-seg-modal-files-row{width:100%;display:flex;justify-content:flex-end;align-items:center}.comp-files-modal-para{color:#555;font-size:14px;margin-top:5px;margin-right:5px}.visibility-hidden{visibility:hidden}.boardcard-hide{display:none}.faqactive{color:#00aa5d}#tooltip-collapse-all,#tooltip-expand-all{margin-top:0!important}.no-cursor{cursor:default}.sessionPopup{position:fixed;top:0;left:50%;transform:translateX(-50%);z-index:200;background-color:#fff;cursor:move;min-width:300px}@media(min-width:992px){.sessionPopup{left:calc(50% - 76px);transform:translateX(calc(112px - 50%))}}@media(min-width:1366px){.sessionPopup{left:calc(50% - 88px);transform:translateX(calc(126px - 50%))}}.sessionPopup .modal-header{justify-content:center}.sessionPopup .modal-content{padding:10px 14px 12px}.sessionPopup .modal-btn,.sessionPopup .modal-footer .modal-btn{min-width:70px;max-height:28px;min-height:28px;line-height:28px}.drag-box{cursor:move}.input_search{width:168px;height:31px;padding:4px;background:#fefefe;border:1px solid #e4e4e4;line-height:35px;border-radius:5px}.input_search i{font-size:14px!important}.input_search .search_text{margin:0 8px;font-size:12px}.input_search .slash_btn{width:20px;height:20px;padding:3px;border:1px solid #e9ebee}.input_search .slash_btn span{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f5f5f5;font-size:11px;font-weight:700}.globalSearch-div{background-color:#fff;height:calc(100vh - 100px);overflow-y:auto;position:absolute;width:100%;left:0;right:0}.globalSearch-div .globalSearch-section{margin:0 auto;padding:16px 50px 0;overflow-y:auto}.globalSearch-div .globalSearch-section .search-content-section{position:-webkit-sticky;position:sticky;top:0;left:0;right:0;padding-top:15px;background:#fff;z-index:1}.globalSearch-div .globalSearch-section .search-content-section .back_arrow{position:absolute;top:6px;left:-50px;cursor:pointer;z-index:999}.globalSearch-div .globalSearch-section .search-content-section .input_div{padding-bottom:15px;width:100%}.globalSearch-div .globalSearch-section .search-content-section .input_div:after{content:"";display:block;width:100%;border-bottom:1px solid #e9ebee;position:absolute;bottom:0;left:0;right:0}.globalSearch-div .globalSearch-section .search-content-section .input_div input{background:#fefefe;border:1px solid #e4e4e4;border-radius:5px;padding:8px 65px 8px 20px;outline:none}.globalSearch-div .globalSearch-section .search-content-section .input_div .search_icon{position:absolute;top:10px;right:10px;font-size:20px;cursor:pointer;color:#84909e}.globalSearch-div .globalSearch-section .search-content-section .input_div .close_icon{position:absolute;top:10px;right:40px;font-size:20px;cursor:pointer;color:#07407a}.globalSearch-div .globalSearch-section .search-content-section .input_div .search_results{background:#fefefe;border:1px solid #e4e4e4;border-radius:0 0 5px 5px;border-top:0;padding-bottom:0;position:absolute;top:36px;left:0;right:0;z-index:999999}.globalSearch-div .globalSearch-section .search-content-section .input_div .search_results:before{content:"";display:block;width:97%;height:1px;background-color:#e2e8f2;position:absolute;left:20px;top:0;bottom:0}.globalSearch-div .globalSearch-section .search-content-section .input_div .search_results ul{max-height:370px;overflow-y:auto}.globalSearch-div .globalSearch-section .search-content-section .input_div .search_results ul li{position:relative;padding:8px 65px 8px 20px;cursor:pointer;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.globalSearch-div .globalSearch-section .search-content-section .input_div .search_results ul li:hover{background-color:#f4f5f8}.globalSearch-div .globalSearch-section .search-content-section .input_div .search_results ul li:hover:before{content:"";display:block;width:3px;height:100%;background-color:#0461c2;position:absolute;left:0;top:0;bottom:0}.globalSearch-div .globalSearch-section .search-content-section .input_div .search_results ul li .search_icon{position:absolute;top:10px;right:10px;font-size:20px;cursor:pointer;color:#84909e;pointer-events:none}.globalSearch-div .globalSearch-section .search-content-box{margin-top:15px;border:1px solid #cfd4d9;border-radius:5px;padding:14px 20px;cursor:pointer}.globalSearch-div .globalSearch-section .search-content-box:hover{background-color:#f1f4fb}.globalSearch-div .globalSearch-section .search-content-box .breadcrumbs{color:#5f5f5f;font-size:12px}.globalSearch-div .globalSearch-section .search-content-box .text-heading{font-size:18px;color:#000;margin:4px 0;font-weight:600}.globalSearch-div .globalSearch-section .search-content-box .text-description{font-size:13px;color:#000;font-weight:600}.sidebar_section{border-radius:9px;height:calc(100vh - 70px);margin:6px 0 6px 9px;z-index:99999;position:relative;white-space:nowrap;padding-top:50px}.sidebar_section .togggle_circle{width:26px;height:26px;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.2);border-radius:50%;position:absolute;right:-8px;top:16px;transition:all .5s ease-in-out;padding:3px;cursor:pointer}.sidebar_section .togggle_circle .blue_circle{background-color:#0079f5;border-radius:50%;height:100%;display:flex;align-items:center;justify-content:center}.sidebar_section .togggle_circle .blue_circle .double_arrow{color:#fff;font-size:16px}.sidebar_section:before{background:transparent linear-gradient(180deg,#0b2540,#003770) 0 0 no-repeat padding-box;height:100%;width:70px;content:"";display:block;border-radius:9px;position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1}.sidebar_section .parent_ul{height:100%;overflow-x:hidden;overflow-y:auto;transition:all .5s ease-in-out}.sidebar_section .parent_ul::-webkit-scrollbar-thumb{visibility:hidden}.sidebar_section .parent_ul:hover::-webkit-scrollbar-thumb{visibility:visible}.sidebar_section .parent_ul li.nav-item .label_name{font-weight:600;font-size:14px}.sidebar_section .parent_ul li.nav-item .not-dropdown:hover .material-icons-outlined{transition:all .5s ease-in-out;color:#1e81e8;background-color:#08396c;border-radius:4px}.sidebar_section .parent_ul .material-icons-outlined{font-size:20px;vertical-align:middle;transition:all .5s ease-in-out}.sidebar_section .parent_ul li.nav-item{padding:0 6px}.sidebar_section .parent_ul li.nav-item:hover .material-icons-outlined{transition:all .5s ease-in-out;color:#1e81e8;background-color:#08396c;border-radius:4px}.sidebar_section .parent_ul li.nav-item.active .material-icons-outlined{color:#1e81e8;background-color:#08396c;border-radius:4px}.sidebar_section .parent_ul input{display:none}.sidebar_section ul li{cursor:pointer;text-align:left!important}.sidebar_section ul li.nav-item{padding:0 8px}.sidebar_section ul li.nav-item .label_name{width:150px;padding:6px;display:inline-block;border-radius:4px;margin-left:30px;vertical-align:middle;color:#000}.sidebar_section ul li.nav-item .material-icons-outlined,.sidebar_section ul li.nav-item .material-icons-round{color:#84909e}.sidebar_section ul li.nav-item .material-icons-outlined{padding:6px}.sidebar_section ul li.nav-item.active a .label_name{background:#dcedff;border-radius:4px;color:#4d88c9;font-weight:600}.sidebar_section ul li.nav-item.active a .label_name:before{background:#046cd9;opacity:0}.sidebar_section ul li.nav-item:hover a .label_name{transition:all .5s ease-in-out;background:#dcedff}.sidebar_section ul li.nav-item:hover a .label_name:before{background:#dcedff;opacity:1}.sticky-section-search{position:-webkit-sticky;position:sticky;top:0;left:0;right:0;z-index:10;background-color:#fff}.sticky-section-search .select_companies_search{position:relative}.sticky-section-search .select_companies_search input{border:0!important;box-shadow:none!important;font-size:14px}.sticky-section-search .select_companies_search span{position:absolute;top:8px;right:10px;font-size:20px}.global-search-pagination{position:-webkit-sticky;position:sticky;bottom:0;background:#fff;margin:0 auto;border-top:1px solid #e5e5e5}.tbri-text-highlighter{background:#ff0}.terms-conditions{color:#99a0aa;bottom:2%;left:0;right:0;position:absolute}.terms-conditions .links{margin-right:10px;font-size:14px;margin-left:10px}.terms-conditions .links:hover{color:#fff}.dashboard_header_section{min-height:276px;position:relative;width:100%;display:flex;align-items:center}.dashboard_header_section .dashboard_img{width:100%;z-index:-1;position:absolute;top:0;height:256px;object-fit:cover;border-radius:8px;border-top-left-radius:0;border-top-right-radius:0}.dashboard_header_section .heading-section{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;width:100%;margin-top:-80px}.dashboard_header_section .heading-section .header{font-weight:600;font-size:40px;line-height:50px;color:#fff;max-width:60%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:556px){.dashboard_header_section .heading-section .header{font-size:24px}}.dashboard_header_section .heading-section .search-bar,.dashboard_header_section .heading-section .search-bar-without-border{top:20px;display:flex;align-items:center;justify-content:space-between;width:60%;height:45px;background-color:#fff;border-radius:8px}@media only screen and (min-width:768px)and (max-width:1200px){.dashboard_header_section .heading-section .search-bar,.dashboard_header_section .heading-section .search-bar-without-border{width:80%;height:40px}}@media(max-width:556px){.dashboard_header_section .heading-section .search-bar,.dashboard_header_section .heading-section .search-bar-without-border{font-size:16px}}.dashboard_header_section .heading-section .search-bar-without-border{border-bottom-right-radius:0;border-bottom-left-radius:0}.dashboard_header_section .heading-section .search-bar-input{width:92%;border:none;outline:none;height:100%;background-color:transparent;padding-left:25px;border-radius:8px}.dashboard_header_section .heading-section .dashboard-close-icon{font-size:16px;cursor:pointer;margin-top:5px}.dashboard_header_section .heading-section .line{height:60%;width:1px;background-color:#cfd4d9;margin-left:15px}.dashboard_header_section .heading-section .icon-color{color:#046cd9}.dashboard_header_section .heading-section .icon-div{width:40px;margin-top:5px;margin-left:15px;cursor:pointer}.dashboard_header_section .heading-section .export-btn{padding:8px 4px;height:40px;background:#4d88c9;border-radius:4px;display:flex;align-items:center;font-weight:400;font-size:16px;color:#fff;outline:none;border:none;cursor:pointer}.dashboard_header_section .heading-section .search-bar-option{overflow:hidden;width:60%;z-index:1;position:absolute;top:168px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border:1px solid #e4e4e4;border-radius:0 0 10px 10px;background-color:#fff}@media only screen and (min-width:768px)and (max-width:1200px){.dashboard_header_section .heading-section .search-bar-option{width:80%}}.dashboard_header_section .heading-section .search-bar-option .search-element{box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;width:100%;padding:10px 0 10px 25px;cursor:pointer}.dashboard_header_section .heading-section .search-bar-option .search-element:hover{background-color:#e9eefa}.dashboard_header_section .heading-section .search-bar-option .icon-color{color:#9e9e9e;margin-right:20px}.selected-search-element{background-color:#e9eefa}.legend-text{margin-top:14px;margin-left:10px;font-size:14.5px;color:#5e5e5e;text-align:left;font-weight:500}.pie_chart_container{display:flex;align-items:center}.pie-legend-dots{width:13px;height:13px;border-radius:2px}.pie-chart-not-found{font-family:Source Code Pro,monospace;font-weight:400;font-size:13px;margin-top:25px}.pie_chart_legend .legend-item{font-size:.9rem}.pie_chart_legend .legend-item .legend-label{color:initial}.pie_chart_legend .legend-item .legend-value{font-size:1.2rem}.pie_chart_legend .legend-item .legend-marker{width:1rem;height:1rem;border-radius:.75rem;margin-right:.75rem}.dashboard-middle-section{width:100%;display:flex;flex-wrap:wrap;margin-top:-15px}.dashboard-middle-section .dashboard-left{padding-right:15px;width:70%;height:100%}@media only screen and (min-width:768px)and (max-width:1200px){.dashboard-middle-section .dashboard-left{width:100%;padding-right:0}}.dashboard-middle-section .dashboard-right{padding-left:10px;width:30%}@media only screen and (min-width:768px)and (max-width:1200px){.dashboard-middle-section .dashboard-right{width:100%;display:flex;padding-left:0;justify-content:space-between}}.dashboard-card{position:relative;text-align:center;background:linear-gradient(180deg,#3f83ce,#215b9a 57.29%);border-radius:12px;width:100%;min-width:160px;font-size:16px;color:#fff;padding:4px;cursor:pointer;transition:all .3 ease-in}.dashboard-card:hover{box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.1),10px -5px 19px 0 rgba(50,50,93,.25),0 -10px 60px -30px #fff}.card-top-icon{padding:5px;color:#28598f;border:1px solid #3f83ce;background-color:#fff;border-radius:5px;width:40px;height:40px;position:absolute;left:50%;top:0;transform:translate(-50%,-50%)}.name-tiles{font-size:18px;padding:16px 0 0;font-weight:600}.linearProgressBar{width:auto;height:5px;background-color:hsla(0,0%,100%,.5);border-radius:5px;overflow:hidden;margin:8px 4px}.currentProgress{height:100%;width:0;background-color:#fff;border-radius:5px}.board-arrow{position:absolute;bottom:0;right:13px}.current-total{font-size:20px;font-weight:600}@media only screen and (min-width:768px)and (max-width:1200px){.board-container{width:73.5vh}}.dashboard-content,.dashboard-content-board{box-shadow:0 10px 13px rgba(17,38,146,.05);border-radius:8px}.dashboard-content-board .dashboard-company-line,.dashboard-content .dashboard-company-line{margin-left:10px;margin-right:10px;width:100%;height:1px;background-color:#e9ecef}.dashboard-content-board{width:100%}@media only screen and (min-width:768px)and (max-width:1200px){.dashboard-content-board{width:100%}}.status-of-week,.status-para{font-weight:600;font-size:17px;line-height:175%;color:#232d42;margin-left:10px;margin-right:10px}.status-para{font-weight:400}.dashboard-board-header,.dashboard-company-header,.dashboard-content-header{border-bottom:1px solid #e9ecef;margin:0 10px;padding-bottom:10px;display:flex;align-items:center;justify-content:space-between;width:100%}.dashboard-board-header .company-title,.dashboard-board-header .dashboard-title,.dashboard-company-header .company-title,.dashboard-company-header .dashboard-title,.dashboard-content-header .company-title,.dashboard-content-header .dashboard-title{font-weight:600;font-size:16px;line-height:175%;color:#232d42}.dashboard-board-header .view-all-text,.dashboard-company-header .view-all-text,.dashboard-content-header .view-all-text{font-weight:600;font-size:16px;line-height:175%;color:#3f7fe0;cursor:pointer}.dashboard-board-header .company-title,.dashboard-company-header .company-title,.dashboard-content-header .company-title{cursor:pointer;margin-right:30px;padding-bottom:10px}@media only screen and (min-width:768px)and (max-width:1200px){.dashboard-board-header .company-title,.dashboard-company-header .company-title,.dashboard-content-header .company-title{font-size:14px}}.GenAIHeader{display:flex;justify-content:space-between;width:100%;padding:0 18px;background-image:url(/static/media/GenAi_bg.d8682484.png);background-size:cover;color:#fff;border-top-left-radius:10px;border-top-right-radius:10px;min-height:45px}.GenAIHeader,.GenAIHeader .header-content{align-items:center}.GenAIHeader .header-title{font-size:17px;font-weight:600;font-family:Montserrat}.dashboard-board-header{margin:0}.view-all-text-table{font-weight:600;font-size:16px;line-height:175%;color:#3f7fe0;margin-top:10px;cursor:pointer}.dashboard-company-header{min-height:22px;border-bottom:1px solid #e9ecef;margin-right:20px;justify-content:flex-start}.dashboard-company-header.module-table{overflow-x:auto;overflow-y:hidden;padding:8px 0 0}.dashboard-company-header.module-table .company-title{white-space:nowrap}@media only screen and (min-width:768px)and (max-width:1200px){.dashboard-company-header{min-height:15px}}.dashboard-company-header .selected-tab{padding-bottom:8px;color:#3377ed;border-bottom:2px solid #3377ed}@media only screen and (min-width:768px)and (max-width:1200px){.dashboard-company-header .selected-tab{padding-bottom:8px}}.dashboard-board-card,.dashboard-recent-card,.dashboard-recent-report-card,.dashboard-report-card,.no-board{background:#f4f5f8;border-radius:4px;padding:10px 15px;height:110px;width:100%;margin-top:10px;cursor:pointer}.dashboard-board-card .heading,.dashboard-recent-card .heading,.dashboard-recent-report-card .heading,.dashboard-report-card .heading,.no-board .heading{font-weight:600;font-size:16px;line-height:175%;border-bottom:1px solid #dfdfdf;color:#3f7fe0;padding-bottom:5px}.dashboard-board-card .description,.dashboard-recent-card .description,.dashboard-recent-report-card .description,.dashboard-report-card .description,.no-board .description{font-weight:400;font-size:14px;line-height:175%;color:#000}.no-board{height:40px;width:100%}.dashboard-report-card-container{width:100vw;margin-top:10px;display:flex}.dashboard-recent-card,.dashboard-recent-report-card,.dashboard-report-card{background:#f4f5f8;height:120px;width:auto;margin-right:20px;margin-top:8px;margin-bottom:10px;box-shadow:1px 2px 5px 0 #bbc5c7}.dashboard-recent-card .report-heading,.dashboard-recent-report-card .report-heading,.dashboard-report-card .report-heading{font-weight:600;font-size:18px;color:#3f7fe0}.GenAI-report-card{background:#f4f5f8;height:90px;width:auto;margin-right:20px;margin-top:8px;margin-bottom:10px;box-shadow:1px 2px 5px 0 #bbc5c7;padding:20px}.GenAI-report-card .report-heading{font-weight:600;font-size:18px;color:#3f7fe0}.GenAI-carousel-button-group{position:absolute;top:-48%;right:20px}.GenAI-carousel-button-group .arrow-icon{width:30px;height:30px;background:#3477ed;border-radius:50%;outline:none;border:none;color:#fff;cursor:pointer;box-shadow:0 4px 4px rgba(17,38,146,.09);text-align:center;padding-top:5px}.GenAI-carousel-button-group .disable{background:#adb5bd!important;color:#fff!important;cursor:default}.dashboard-recent-card{height:92px!important;padding:15px!important}.report-text-container{display:flex}.report-line{width:100%;height:1px;background:#dfdfdf;margin-top:-10px;margin-bottom:8px}.visualization-line{margin-top:4px}.report-text-container p{color:#000;font-size:15px;font-family:Source Code Pro,monospace;font-weight:500}.report-para{color:#000;font-weight:600}.dashboard-company-content{max-height:300px}.dashboard-company-content,.dashboard-company-content1{overflow-y:auto;overflow-x:auto;width:100%}.table-height{max-height:300px!important}.dashboard-herocard-section{display:grid;margin:20px 0;grid-gap:20px;gap:20px;grid-template-columns:repeat(7,1fr);grid-template-rows:1fr}@media only screen and (min-width:768px)and (max-width:1200px){.dashboard-herocard-section{margin-left:0!important;margin-right:0!important}}@media(max-width:1342px){.dashboard-herocard-section{margin:0 0 12px!important;padding-top:20px;padding-bottom:20px;overflow-x:scroll}}@media(max-width:676px){.dashboard-herocard-section{grid-template-columns:1fr;grid-template-rows:repeat(6,1fr);grid-row-gap:36px;row-gap:36px;overflow:visible!important}}.carousel-main-container{position:relative;margin-left:10px;margin-right:10px;width:100vw}.GenAI-carousel-main-container{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(100px,auto);grid-gap:10px;gap:10px;max-width:100%}.GenAI-carousel-item{display:flex;align-items:center;justify-content:center;background:#f7f7f7;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);height:100px;width:calc(50% - 10px);margin-bottom:10px}.css-tooltip,.css-tooltip-2{position:relative}.css-tooltip-2:before,.css-tooltip:before{content:attr(data-text);position:absolute;top:50%;transform:translateY(-50%);left:100%;margin-left:15px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-height:35px;padding:10px 15px;border-radius:2.5px;background:#292929;color:#fff;text-align:center;font-size:12px;font-weight:300;display:none}.css-tooltip.bottom:before{left:auto;margin:initial;top:100%;margin-top:25px}.css-tooltip-2.bottom:before{left:auto;margin:initial;bottom:0;margin-top:25px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:30px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:4px 8px}.adv-pref-info,.pie-info{width:60px;padding:2px 10px;background-color:#e5e8e7;border-radius:3px;margin-left:10px;display:flex;align-items:center;justify-content:center;cursor:pointer}.adv-pref-info{width:40px;margin-left:0}.dashboard-back-btn{cursor:not-allowed;padding:2px 10px;width:60px;border-radius:2px;border:none;outline:none;background-color:#e5e8e7;color:#191a19;font-weight:600}.pie-chart-report-card{width:350px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:20px;background-color:#eff2f1;border-radius:4px;margin-top:50px;margin-left:50px;box-shadow:0 1px 4px rgba(0,0,0,.16)}.pie-chart-head,.pie-chart-head-2,.pie-chart-head-3{font-size:20px;color:#1085c6;font-weight:600;margin-bottom:20px}.pie-chart-head-2{font-size:18.5px;color:#1678cf}.pie-chart-head-3{font-size:17.5px;color:#09579e}.lds-hourglass{display:inline-block;position:relative;width:320px;height:360px;display:flex;justify-content:center;align-items:center;margin-left:110px;margin-top:20px}.lds-hourglass:after{content:" ";display:block;border-radius:50%;width:305px;height:305px;margin:10px;box-sizing:border-box;border-color:#09579e transparent #003870;border-style:solid;border-width:150px;animation:lds-hourglass 1.2s infinite}@keyframes lds-hourglass{0%{transform:rotate(0);animation-timing-function:cubic-bezier(.55,.35,.475,.15)}50%{transform:rotate(900deg);animation-timing-function:cubic-bezier(.15,.41,.65,1)}to{transform:rotate(5turn)}}.css-tooltip-2:hover:after,.css-tooltip-2:hover:before,.css-tooltip:hover:after,.css-tooltip:hover:before{display:block}.data-not-found{display:flex;flex-direction:column;justify-content:center;align-items:center;width:800px;height:380px}.data-not-found p{margin-top:30px;font-size:15px;font-family:Source Code Pro,monospace;color:#575656}.board-main-container{padding-top:20px;overflow-x:auto}.dashboard-past-days{margin-top:20px;display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:20px}.dashboard-past-days .dashboard-title{font-weight:600;font-size:20px;line-height:175%;color:#232d42}.dashboard-past-days .view-all-text{font-weight:600;font-size:20px;line-height:175%;color:#3f7fe0;margin-right:20px}.recent-view-collapse-icon{cursor:pointer;width:25px;height:25px;display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:50%}.recent-viewed-container{margin-top:18px;width:100%;border-radius:8px;background-color:#5b87c4;padding:15px}.upcoming-event{height:70px;margin-top:18px!important;width:100%;border-radius:8px;padding:15px!important}.upcoming-event-header{color:#000;font-size:16px;font-weight:600;letter-spacing:.4px}.webinar-upcoming-event{cursor:pointer;padding:15px;background-color:#d6eeff;border-left:4.5px solid #046cd9!important}.publish-calendar-event{display:block!important}.recent-view-header{color:#fff;font-size:16px;font-weight:600;letter-spacing:.4px}.carousel-button-group{position:absolute;top:-38%;right:20px}.carousel-button-group .arrow-icon{width:30px;height:30px;background:#3477ed;border-radius:50%;outline:none;border:none;color:#fff;cursor:pointer;box-shadow:0 4px 4px rgba(17,38,146,.09);text-align:center;padding-top:5px}.carousel-button-group .disable{background:#adb5bd!important;color:#fff!important;cursor:default}.back-forth{width:200px;height:50px;margin-left:20px;display:flex;align-items:center;justify-content:space-between}.toggle-select{color:#046cd9}.toggle-unselect{color:#86909d}.toggle-switch{position:relative;display:inline-block;width:38px;height:22px}.toggle-switch input{opacity:0;width:0;height:0}.slider,.status-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#1e81e8;transition:.4s;border-radius:20px}.slider:before,.status-slider:before{position:absolute;content:"";height:17px;width:17px;left:2.8px;bottom:2.5px;border-radius:50%;background-color:#0c2641;transition:.4s}.slider:before{left:18px;background-color:#fff}.status-slider:before{background-color:#f8fafc}input:checked+.slider{background-color:#8e98a8}.custom-switch-checkbox input:checked+.slider{background-color:#fff}input:checked+.status-slider{background-color:#1e81e8}input:checked+.slider:before{transform:translateX(-15px)}input:checked+.status-slider:before{transform:translateX(15px)}.client-admin-popup{background-color:#55926c;padding:5px;justify-content:space-between}.client-admin-popup,.popup-cancle-btn{border-radius:5px;display:flex;align-items:center}.popup-cancle-btn{width:30px;height:30px;background-color:#88e1a9;margin-right:3px;cursor:pointer;justify-content:center}.company-icons{display:flex;align-items:center;justify-content:center}.company-icons .star-icon{font-size:10px}.preference-container{display:flex;margin-top:60px}.preference-sidebar{width:300px;height:100vh;background-color:#fff;position:fixed;box-shadow:0 3px 8px rgba(0,0,0,.24)}.preference-sidebar-div{height:70vh;overflow-y:scroll}.preference-head{font-size:19px;font-weight:600;color:#000;margin-left:8px}.collapser-container{border-left:1px solid #9aa0a9;margin-top:10px;margin-left:10px}.pref-collapser-item{margin-top:15px;margin-left:30px}.pref-collapser-sub-item{margin-left:10px}.preference-collapse,.preference-collapse-2,.sub-preference-collapse{width:220px;height:37px;border-radius:6px;background-color:#2e6ad2;display:flex;justify-content:space-between;align-items:center}.preference-collapse-2,.sub-preference-collapse{background-color:#f1f7fe;border:1px solid #2e6ad2}.sub-preference-collapse{width:198px;height:34px;border-radius:2px}.pref-collapse-header,.pref-collapse-header-2{color:#fff;font-size:14px;margin-top:8px;margin-left:10px}.pref-collapse-header-2{color:#555}.pref-collapse-list{cursor:pointer;max-height:70vh;overflow-y:scroll}.list-height{height:145px!important;overflow-y:hidden}.sub-pref-list-item,.sub-pref-list-item-selected{margin-left:10px;padding:0 18px;height:47px;border-left:1px solid #9aa0a9;display:flex;align-items:center}.sub-pref-list-item-selected{border-left:1px solid #2e6ad2}.pref-list-name,.pref-list-name-selected{font-size:14px;color:#555;margin-top:15px;margin-left:10px;font-weight:600}.pref-list-name-selected{color:#2e6ad2}.preference-content{position:fixed;margin-top:12px;border-radius:8px;margin-left:315px;height:85%;width:calc(100% - 330px);margin-bottom:50px;display:flex;flex-direction:column;grid-gap:15px;gap:15px}.pref-content-header{justify-content:space-between;align-items:center}.pref-content-header,.pref-content-main-part{display:flex;background-color:#fff;box-shadow:0 3px 8px rgba(0,0,0,.24);border-radius:8px;padding:20px}.pref-content-main-part{height:85%;margin-bottom:50px;flex-direction:column;grid-gap:15px;gap:15px}.pref-email-head{color:#2c3957;font-weight:600;font-size:18px;display:flex;margin:0!important;align-items:center}.pref-email-para{color:#555;margin-top:-7px;font-size:14px}.digest-btn,.immediate-btn{display:flex;justify-content:space-around;align-items:center;width:162px;height:34px;border:1px solid #e9ebed;border-radius:2px;margin-bottom:4px;margin-top:-10px}.immediate-btn{margin-bottom:0;margin-top:0}.freq-text{font-size:13px;color:#2e6ad2;font-weight:600;border-bottom:1px solid #2e6ad2;margin-bottom:0;cursor:pointer}.select-digest,.select-immediate{color:#fff;font-weight:600;background:#2e6ad2;border-radius:2px;padding:2px 12px;cursor:pointer}.select-immediate{color:#2c3957;background:transparent;padding:2px 10px}.pref-content,.pref-content-selected{margin-top:20px;height:auto;border-radius:2px;padding:12px 25px;box-shadow:0 1px 4px rgba(0,0,0,.16);scroll-margin:10px;border:.5px solid #c4c2c2;background-color:#fcfcfc}.content-box-header{display:flex;justify-content:space-between;align-items:center;border-bottom:.5px solid #a89999;padding-bottom:10px;margin-bottom:5px}.pref-h3{font-weight:600;font-size:20px;color:#232d42}.pref-select-all{color:#2e6ad2;font-size:16px;cursor:pointer;font-weight:600}.pref-input-text,.pref-seg-disable-text,.pref-seg-input-text,.pref-seg-text-blue{margin-top:15px;margin-left:10px;font-size:14px;color:#555}.pref-seg-disable-text,.pref-seg-input-text{color:#8c94a0;font-size:13px;font-weight:600}.pref-seg-disable-text{color:#adb7c4}.pref-seg-text-blue{margin-top:15px;font-size:13px;font-weight:600;color:#2e6ad2}input[type=checkbox]{accent-color:#2e6ad2;width:14px;height:14px;font-weight:lighter;font-size:12px;cursor:pointer}.pref-modal-content{display:flex;flex-direction:column;align-items:center}.pref-modal-content h3{color:#2c3957;font-size:20px;font-weight:600}.pref-modal-content p{color:#9aa0a9;font-size:13px;margin-top:-5px}.pref-radio-text{font-size:16px;margin-left:10px;color:#2c3957;font-weight:600}.pref-scroller{overflow:scroll;height:85%;width:100%}.pref-scroller::-webkit-scrollbar{display:none}.btn-adv-preference,.btn-disable-adv-preference{padding:7px 12px;background-color:#2e6ad2;font-size:14px;border:none;outline:none;color:#fff;border-radius:3px;cursor:pointer}.btn-disable-adv-preference{cursor:not-allowed;opacity:.7}.modal-adv-preference{width:900px;height:500px}.pref-header-divider{width:100%;height:1px;background-color:#cdbfbf;margin-top:2px}.adv-pref-head{font-size:20px;color:#000;font-weight:600}.pref-cmp-notification-text{color:#2c3957;font-size:16px;font-weight:600;width:190px;margin-right:5px}.pref-noti-container,.pref-noti-container-disable{display:flex;margin-bottom:15px;margin-top:12px}.pref-noti-container-disable{pointer-events:none;opacity:.7}.adv-pref-arrow,.adv-pref-arrow-move{color:#2e6ad2;opacity:.5;cursor:pointer;transition:.5s;margin-right:55%!important}.adv-pref-arrow-move{opacity:1;transition:.5s;margin-left:85%!important}.files-no-record-found-text{font-size:20px;color:#232d42;margin-top:20px;font-weight:600}.files-loader,.files-loader:after{border-radius:50%;width:10em;height:10em}.files-loader{margin:60px auto;font-size:10px;position:relative;text-indent:-9999em;border:1.1em solid #ebf3ff;border-left-color:#2e6ad2;transform:translateZ(0);animation:load8 1.1s linear infinite;z-index:9}@keyframes load8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.pref-seg-comp-container{height:420px;width:100%;display:flex}.pref-seg-comp-container .pref-segment-container,.pref-seg-comp-container .pref-segment-container-modal{height:100%;width:30%;border:1px solid #c2d3e9;border-radius:2px 0 0 2px}.pref-seg-comp-container .pref-segment-container-modal .pref-top-header,.pref-seg-comp-container .pref-segment-container .pref-top-header{height:45px;border-bottom:1px solid #c2d3e9;display:flex;align-items:center;padding-left:30px}.pref-seg-comp-container .pref-segment-container-modal .pref-top-header p,.pref-seg-comp-container .pref-segment-container .pref-top-header p{color:#9aa0a9;margin-top:12px;font-size:15px;font-weight:600}.pref-seg-comp-container .pref-segment-container-modal .pref-seg-list-container,.pref-seg-comp-container .pref-segment-container .pref-seg-list-container{width:100%;height:88%;padding:15px 0 0 30px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;overflow:scroll}.pref-seg-comp-container .pref-segment-container-modal{width:47%}.pref-seg-comp-container .pref-company-container{height:100%;width:70%;border-top:1px solid #c2d3e9;border-right:1px solid #c2d3e9;border-bottom:1px solid #c2d3e9;border-radius:0 2px 2px 0}.pref-seg-comp-container .pref-company-container .pref-top-header{height:45px;border-bottom:1px solid #c2d3e9;display:flex;align-items:center;padding-left:30px}.pref-seg-comp-container .pref-company-container .pref-top-header p{color:#9aa0a9;margin-top:12px;font-size:15px;font-weight:600}.pref-seg-comp-container .pref-company-container .pref-items-list-container{width:100%;height:88%;overflow:scroll;padding:0 25px 0 30px}.pref-cmp-collapse,.pref-cmp-collapse-disable{width:100%;border-radius:4px;background-color:#ebf3ff;padding:15px;margin-top:15px}.pref-cmp-collapse-disable{opacity:.6}.pref-cmp-collapse-header{font-size:14px;color:#2c3957;font-weight:600}.pref-cmp-collapse-icon{width:17px;height:17px;border-radius:50%;background-color:#2e6ad2;display:flex;justify-content:center;align-items:center}.pref-seg-head-without-border,.pref-segment-head{border-bottom:.5px solid #cdbfbf;padding-bottom:2px;display:flex;justify-content:space-between}.pref-seg-head-without-border{border-bottom:none}.cmp-list-container{margin-top:5px;align-items:flex-start;flex-wrap:wrap}.cmp-content,.cmp-list-container{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:flex}.cmp-content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:20px;background-color:#2e6ad2;padding:3px 10px;font-size:13px;font-weight:600;color:#fff;justify-content:center;align-items:center}.pref-items-company-container{width:100%;height:85%}.adv-modal-search-div{width:100%;height:40px;border-bottom:.5px solid #9aa0a9;display:flex;justify-content:space-between;align-items:center}.adv-pref-search-input{height:100%;width:90%;outline:none;border:none;background:transparent;padding-left:30px;font-size:13px;color:#555}.adv-modal-cmp-container{width:100%;height:90%;overflow:scroll;position:relative}.adv-modal-cmp-container .not-found-item{position:absolute;left:40%;top:50%}.adv-modal-cmp-list{width:100%;height:40px;border-bottom:.5px solid #c2d3e9;display:flex;align-items:center;padding-left:30px}.webinar-left,.webinar-left-published{width:22%;height:100%;padding:20px 10px 0 22px;border-right:.5px solid #9aa0a9;margin-right:10px}.webinar-left-published h2,.webinar-left h2{font-family:Source Sans Pro;font-style:normal;font-weight:600;font-size:18px;line-height:175%;color:#2c3957}.webinar-left-published{width:22%;padding:40px 10px 0 40px}.webinar-right{width:80%;height:100%;padding-top:10px;padding-right:10px}.published-collapse,.webinar-collapse{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.published-collapse h3,.webinar-collapse h3{font-size:15px;color:#555;font-weight:600}.published-collapse{margin-top:20px}.published-checkbox-label,.webinar-checkbox-label{font-weight:600;font-size:12.56px;color:#555;margin-left:20px;letter-spacing:.3px;margin-top:2px}.published-calendar-icon{width:20px;margin-left:15px;margin-top:2px}.published-checkbox-label{margin-left:10px}.filterReports{margin-top:7px;margin-bottom:7px;padding:7px 20px;background:#f4f5f8;border:none;border-radius:4px;min-width:150px;width:auto;color:#84909e;font-size:14px;cursor:pointer;font-weight:600}.filterReports .rw-filter-input,.filterReports .rw-widget-input{box-shadow:none!important}.filterReports:hover{background-color:#b7ffe0}.filterReports:hover .rw-placeholder{color:#00894d!important}.dropdown-button,.subMenu-company{display:flex;align-items:center;justify-content:space-between}.subMenu-company{margin-left:10px;margin-right:10px;width:100%}.activeReports{background-color:#b7ffe0;z-index:0}.activeReports .rw-placeholder{color:#00894d!important}.report-type-text{color:#000;font-size:16px;font-weight:600;margin-top:5px;margin-left:3px}.dashboard-report-div{margin-right:15px;display:flex;align-items:center;margin-top:-5px}.dashboard-report-div input{cursor:pointer}.dashboard-report-div label{margin-left:4px;font-family:Source Sans Pro;font-weight:400;font-size:14px;color:#555;margin-top:8px}.table-report-title{color:#0079f5;cursor:pointer}.table-report-title:hover{color:#0079f7}.report-title_details{display:flex;align-items:center;cursor:pointer;margin-right:5px}.beta-label{width:45px;height:24px;border-radius:25px;background-color:grey;display:flex;justify-content:center;align-items:center;color:#fff;margin-right:10px;font-size:12px;margin-top:1px}.beta-badge{position:absolute;left:30px;top:2px;z-index:10;background-color:grey;font-weight:400}.customer-report-name{font-size:16px;font-weight:400;margin-left:10px;color:#84909e;font-family:Source Sans Pro}.customer-detail-header{position:fixed;height:70px;z-index:9;width:91%;background-color:#fff;border-top-left-radius:5px;border-top-right-radius:5px;padding:20px}.content-loading{position:absolute;top:50%;left:50%}.board-blur{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background-color:#fff;filter:blur(30px);position:relative}.blur-text{position:absolute;top:60%;left:50%;transform:translate(-50%,-50%);z-index:9;filter:none;display:flex;flex-direction:column;align-items:center;height:100px}.blur-text .lock-icon{width:45px;height:45px;border-radius:50%;background-color:#2e6ad2;display:flex;justify-content:center;align-items:center}.blur-text p{filter:none;color:#000;font-size:14.5px;text-align:center;margin-top:12px}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.report-usage-toggle,.report-usage-toggle-set{width:30px;height:30px;border-radius:8px;display:flex;justify-content:center;cursor:pointer;align-items:center;border:1px solid #4080e1}.report-usage-toggle-set{background-color:#4080e1}.toggle-white{color:#fff}.toggle-blue{color:#4080e1}.report-usage-table-left{width:240px;border-right:1px solid #bed4eb}.selected-report-header,.unselect-report-header{width:99%;height:40px;background-color:#dfecff;border-radius:3px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:4px}.selected-report-header p,.unselect-report-header p{font-size:14px;font-weight:600;margin-top:14px;margin-left:10px;color:#000}.selected-report-header .percentage,.selected-report-header .percentage-hover,.unselect-report-header .percentage,.unselect-report-header .percentage-hover{width:60px;height:100%;background-color:#4080e1;display:flex;justify-content:center;align-items:center;border-top-right-radius:3px;border-bottom-right-radius:3px;color:#fff;font-size:14px}.selected-report-header .percentage-hover,.unselect-report-header .percentage-hover{height:80%;background-color:#eee;color:#000}.unselect-report-header{background-color:transparent}.unselect-report-header p{font-size:14px;font-weight:400;margin-top:14px;margin-left:10px;color:#000}.dropdown-report-div{width:85%;cursor:pointer;height:30px;display:flex;margin-left:10px}.dropdown-report-div p{font-size:13px;color:#000;margin-right:10px}.report-usage-table-container{width:70%;padding-left:20px}.report-usage-table-container h2{color:#2e6ad2;font-size:18px;font-weight:600;font-family:Source Sans Pro}.per-value-text{margin-left:45px;font-size:13px;color:#000;margin-bottom:0}.vendor-specific-div{display:flex;justify-content:space-between;align-items:center}.vendor-specific-div .vendor-not-selected,.vendor-specific-div .vendor-selected{cursor:pointer;font-size:15.2px;font-weight:600;color:#2e6ad2;display:flex;flex-direction:column;align-items:center;margin-bottom:-13px}.vendor-specific-div .vendor-not-selected{cursor:pointer;color:#000}.vendor-specific-div .single-chart{width:65px;justify-content:center;margin-top:-5px}.vendor-specific-div .circular-chart{display:block;margin:10px auto;max-width:80%;max-height:250px}.vendor-specific-div .circle-bg{fill:none;stroke:#eee;stroke-width:3.8}.vendor-specific-div .circle{fill:none;stroke-width:3;stroke-linecap:square;animation:progress 1s ease-out forwards}@keyframes progress{0%{stroke-dasharray:0 100}}.vendor-specific-div .circular-chart.blue .circle{stroke:#6c95d1}.vendor-specific-div .percentage{fill:#000;font-size:.5em;text-anchor:middle;font-weight:600}.report-usage-report-name{cursor:pointer;color:#000;font-size:13.5px}.report-usage-report-name:hover{color:#0079f5}.content-save-btn{font-size:.75rem;float:right}.collapse-icon-board{position:absolute;left:-22px;z-index:999}.board-collapse-panel-content .board-item,.board-collapse-panel-content .board-item-border{margin:0 7px;padding:8px 0 8px 25px;border-bottom:.5px solid #bed4eb;display:flex;align-items:center}.board-collapse-panel-content .board-item-border label,.board-collapse-panel-content .board-item label{margin-left:11px;color:#0461c2;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;cursor:pointer}.board-collapse-panel-content .board-item-border input:checked+label,.board-collapse-panel-content .board-item input:checked+label{color:#0461c2;cursor:pointer}.board-collapse-panel-content .board-item{border-bottom:none}.add-edit-category-subcategory-popover .popover{min-width:255px;left:230px!important;top:-4px!important}.add-edit-category-subcategory-popover .popover-body{padding:10px 4px 14px}.add-edit-category-subcategory-popover .add-sub-category,.add-edit-category-subcategory-popover .add-sub-category:not(:disabled):not(.disabled).active,.add-edit-category-subcategory-popover .add-sub-category:not(:disabled):not(.disabled):active,.add-edit-category-subcategory-popover .show>.add-sub-category.dropdown-toggle{background-color:unset;color:#0b2540;border:none;margin:6px 0 6px 12px}.add-edit-category-subcategory-popover .add-sub-category:focus,.add-edit-category-subcategory-popover .add-sub-category:not(:disabled):not(.disabled).active:focus,.add-edit-category-subcategory-popover .add-sub-category:not(:disabled):not(.disabled):active:focus,.add-edit-category-subcategory-popover .show>.add-sub-category.dropdown-toggle:focus{box-shadow:none}.add-edit-category-subcategory-popover .add-sub-category .icon,.add-edit-category-subcategory-popover .add-sub-category:not(:disabled):not(.disabled).active .icon,.add-edit-category-subcategory-popover .add-sub-category:not(:disabled):not(.disabled):active .icon,.add-edit-category-subcategory-popover .show>.add-sub-category.dropdown-toggle .icon{margin-right:6px}.add-edit-category-subcategory-popover .title-block{color:#0b2540;margin-bottom:12px}.add-edit-category-subcategory-popover .title-block .title{color:#283959}.add-edit-category-subcategory-popover input.form-control{font-size:12px;border-radius:5px;color:#0461c2}.add-edit-category-subcategory-popover .cat-subcat-inputs-block,.add-edit-category-subcategory-popover .title-block{padding-left:10px;padding-right:10px}.add-edit-category-subcategory-popover .cat-subcat-inputs-block{max-height:250px;overflow:auto;padding-top:3px}@media(min-width:1600px){.add-edit-category-subcategory-popover .cat-subcat-inputs-block{max-height:300px}}.add-edit-category-subcategory-popover .sub-category-inputs{margin-left:16px}.add-edit-category-subcategory-popover .sub-category-inputs .input-wrapper{padding-bottom:14px;position:relative}.add-edit-category-subcategory-popover .sub-category-inputs .input-wrapper input.form-control{color:#00894d}.add-edit-category-subcategory-popover .sub-category-inputs .input-wrapper:last-child{padding-bottom:3px}.add-edit-category-subcategory-popover .sub-category-inputs .input-wrapper:after,.add-edit-category-subcategory-popover .sub-category-inputs .input-wrapper:before{content:"";left:-16px;position:absolute;right:auto;z-index:-1}.add-edit-category-subcategory-popover .sub-category-inputs .input-wrapper:before{border-left:1px solid #cfd4d9!important;bottom:50px;height:100%;top:-3px;width:1px}.add-edit-category-subcategory-popover .sub-category-inputs .input-wrapper:first-child:before{height:100px;bottom:0;top:unset}.add-edit-category-subcategory-popover .sub-category-inputs .input-wrapper:last-child:before{height:20px}.add-edit-category-subcategory-popover .sub-category-inputs .input-wrapper:only-child:before{height:90px;top:-74px}.add-edit-category-subcategory-popover .sub-category-inputs .input-wrapper:after{border-top:1px solid #cfd4d9!important;height:20px;top:16px;width:18px}.add-edit-category-subcategory-popover .save-btn-wrapper{margin-top:30px;padding-left:10px;padding-right:10px}.board-popover-save-btn{padding:4px 8px;font-size:14px}.board-collapse-container{width:100%;display:flex;justify-content:space-between;align-items:center}.board-collapse-container .head-container{padding:7px 12px;border-radius:4px;background-color:#e8f6ee;font-size:17px;font-weight:700;color:#2f7153;margin-left:18px}.board-collapse-container .board-collapse-add-icon{width:28px;height:28px;background-color:#e2e8f2;cursor:pointer}.bag-white,.board-collapse-container .board-collapse-add-icon{border-radius:50%;display:flex;justify-content:center;align-items:center}.bag-white{background-color:#fff}.Collapsible__trigger.is-open .board-collapse-add-icon .add{display:none}.Collapsible__trigger.is-closed .board-collapse-add-icon .add,.Collapsible__trigger.is-open .board-collapse-add-icon .remove{display:flex}.Collapsible__trigger.is-closed .board-collapse-add-icon .remove{display:none}.board-title-1{width:75%;margin-right:0;color:#0561c1;margin-left:0}.collapse-item-container{min-height:40px}.board-map-header,.selected-map-header{display:flex;height:35px;align-items:center;cursor:pointer}.board-map-header span,.selected-map-header span{color:#2e6ad2;margin-left:-1px}.board-map-header p,.selected-map-header p{font-size:17px;color:#2e6ad2;margin-left:3px;font-weight:600;margin-bottom:0}.selected-map-header{border-bottom:2px solid #2e6ad2}.selected-map-header p,.selected-map-header span{margin-bottom:-2px}.map-category-container{width:445px;min-height:200px;max-height:350px;margin-left:18px;overflow-y:scroll;margin-top:20px}.map-category-container .no-data-text{margin-top:12px;font-weight:600}.map-category-container .map-category-item,.map-category-container .map-category-item-selected{width:100%;padding:12px 10px 10px 0;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d6d8dd}.map-category-container .map-category-item-selected h3,.map-category-container .map-category-item h3{margin-bottom:0;font-size:16px;color:#12243e;font-weight:600}.map-category-container .map-category-item-selected .map-design-div,.map-category-container .map-category-item .map-design-div{width:15px;height:15px;border-left:1.2px dashed #2e6ad2;border-bottom:1.2px dashed #2e6ad2;margin-top:-4px;margin-right:5px;margin-left:10px}.map-category-container .map-category-item-selected .map-checkboxes-div,.map-category-container .map-category-item .map-checkboxes-div{width:50px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.map-category-container .map-category-item-selected{background-color:#dcedff}.map-category-container .map-item-content{background-color:#dcedff;border-bottom:1px solid #d6d8dd;padding:4px 30px}.map-category-container .map-item-content .map-single-item{display:flex;justify-content:space-between;padding:5px 17px 5px 0}.map-category-container .map-item-content .map-single-item .new-sub-cat-head,.map-category-container .map-item-content .map-single-item .sub-cat-head{font-family:Source Sans Pro,sans-serif;margin-bottom:0;font-size:14.5px;color:#12243e;font-weight:600}.map-category-container .map-item-content .map-single-item .new-sub-cat-head{font-size:15.2px;color:#9aa0a9;font-weight:500}.board-pin-modal-add-category{padding:30px 15px 20px 12px;width:480px}.board-pin-modal-add-category h5{padding-left:10px;font-size:14px;color:#000;font-weight:600}.board-pin-modal-add-category .form-control{width:60%}.board-pin-modal-add-category .board-sub-cat{width:58%}.board-modal-save-btn-wrapper{display:flex;justify-content:flex-end;margin-top:70px;margin-bottom:-50px}.board-modal-save-btn-wrapper .cancel-btn,.board-modal-save-btn-wrapper .save-btn{width:80px;padding:6px 10px;border-radius:4px;background-color:#036cd9;color:#fff;outline:none;border:none;cursor:pointer;font-size:13px;margin-left:15px}.board-modal-save-btn-wrapper .cancel-btn{background-color:#fff;border:1px solid #036cd9;color:#036cd9}.board-delete-icon{width:28px;height:28px;display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:50%;cursor:pointer}.comment-margin{margin-top:-40px;margin-bottom:60px}.subcategory-section{padding-top:10px}.Collapsible__contentInner.test-aniket,.Collapsible__contentInner.test-aniket-drag-fix{height:auto;position:static;display:flex;width:100%}.Collapsible__contentInner.test-aniket-drag-fix .board-content-wrapper,.Collapsible__contentInner.test-aniket .board-content-wrapper{min-height:200px;width:100%}.Collapsible__contentInner.test-aniket-drag-fix{padding-bottom:65px}.Collapsible__drag_fix{height:34px!important}.Collapsible__drag_fix .Collapsible__contentOuter{height:0!important}.col-gray{color:#84909e}.col-red{color:red}.mar-right-18{margin-right:18px}.no-content-found{display:flex;justify-content:center;margin-top:20px;margin-bottom:20px}.input-error{font-size:10px;color:red}.no-permission-content{height:10px;display:flex;flex-direction:column}.custom-download-loader{width:16px;height:16px;border:3px solid #046cd9;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;margin-left:24px}.custom-react-tooltip-board{max-width:110px;white-space:pre-wrap}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.show-more-span{text-decoration:underline;color:#0079f5;font-size:10px;width:100%;cursor:pointer;display:flex;justify-content:center}.notification-main-div{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.notification-main-div .notification-div{display:flex;justify-content:space-between;align-items:flex-start;padding:5px;position:relative}.notification-main-div .notification-div .div-1{display:flex;grid-gap:8px;gap:8px;align-items:flex-start;width:100%;height:65px}.notification-main-div .notification-div .div-1 div{display:flex;flex-direction:column;grid-gap:6px;gap:6px;justify-content:flex-start;width:100%}.notification-main-div .notification-div .div-1 div .span-1{color:#046cd9;font-family:Source Sans Pro;font-size:12px;font-style:normal;font-weight:600;line-height:normal;word-break:break-all}.notification-main-div .notification-div .div-1 div .span-2{color:#363636;font-family:Source Sans Pro;font-size:10px;font-style:normal;font-weight:400;line-height:normal;display:flex}.notification-main-div .notification-div .div-1 div .span-3{color:#8b98af;font-family:Source Sans Pro;font-size:10px;font-style:normal;font-weight:400;line-height:normal;display:flex;justify-content:space-between;position:relative}.notification-main-div .notification-div .div-1 div .span-3 span{font-size:10px;line-height:normal;-webkit-text-decoration-line:underline;text-decoration-line:underline;position:absolute;right:0}.mark-read-all-notification,.notification-main-div .notification-div .div-1 div .span-3 span{color:#046cd9;text-align:center;font-family:Source Sans Pro;font-style:normal;font-weight:400;cursor:pointer}.mark-read-all-notification{display:flex;width:100%;justify-content:flex-end;text-decoration:underline;font-size:12px;line-height:18px;-webkit-text-decoration-line:underline;text-decoration-line:underline;margin-bottom:8px}.view-all-btn-div{width:100%;margin-bottom:10px;display:flex;justify-content:center}.view-all-btn-div button{padding:4px 6px;font-size:12px}.notification-list-view{display:flex;flex-direction:column;grid-gap:20px;gap:20px;padding:19px}.notification-list-view .notification-header{display:flex;width:100%;justify-content:space-between}.notification-list-view .notification-header .span-1{color:#046cd9;font-family:Montserrat;font-size:23px;font-style:normal;font-weight:600;line-height:normal}.notification-list-view .notification-header .span-2{color:#046cd9;text-align:center;font-family:Source Sans Pro;font-size:16px;font-style:normal;font-weight:400;line-height:18px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.notification-count{background:red;border-radius:50%;position:absolute;right:-17%;text-align:-webkit-center;top:-6%;color:#fff!important;align-items:center;display:flex;justify-content:center}.text-left .multi-line{text-align:left!important}.helpDescription p{color:#515151}.tooltip-link-board{color:#99a0aa!important}.tooltip-link-board:hover{color:#046cd9!important}@media(min-width:576px){.modal-historical-file.modal-dialog{max-width:640px}}.set-pwd-form li span{padding-top:0}.segment-collaps-div{display:flex;justify-content:space-between;align-items:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:4px 2px 4px 10px;background-color:#ebf5ff}.segment-collaps-div .span_1{font-size:14px;font-weight:600;color:#606b77}.segment-collaps-div span{color:#606b77}.segment-collaps-main-div{height:44.25vh!important;overflow-y:scroll!important}.only-segment-collaps-main-div{height:44.25vh!important}.only-segment-collaps-main-div .Collapsible__contentOuter{max-height:39vh!important;overflow-y:scroll!important}.segment_group_name_span{font-size:12px;color:#606b77;font-weight:600;margin-left:2px;text-transform:capitalize}.existing-user{margin-left:10px}.upload-buttons{margin-top:10px;text-align:center}.upload-buttons button{margin-left:10px;font-size:.75rem}.file-restriction-message{font-size:.6875rem;font-style:italic}.stats-group{margin-left:-9px;margin-right:-9px}@media(min-width:768px){.stats-group{margin-left:-14px;margin-right:-14px}}@media(min-width:1200px){.stats-group{margin-left:-9px;margin-right:-9px}}@media(min-width:1500px){.stats-group{margin-left:-14px;margin-right:-14px}}.stats-group .stats-block{padding:10px 9px}@media(min-width:768px){.stats-group .stats-block{padding:10px 14px}}@media(min-width:1200px){.stats-group .stats-block{padding:10px 9px}}@media(min-width:1500px){.stats-group .stats-block{padding:12px 14px}}.stats-group .stats-block:not(:last-child){border-right:1px solid #cfd4d9}.stats-group .stats-block h5{margin-bottom:2px}.stats-group .stats-block label{margin-bottom:0;color:#606b77;font-size:12px}.uploaded_Status_table{max-width:80vw!important}.user-upload-table-block .scroll-table-wrapper{max-height:calc(100vh - 320px);min-height:300px}.no-shadow table{box-shadow:none!important}.downloading-file-progress{position:absolute;bottom:0;background-color:#dcedff;right:180px;width:200px;height:40px;border-top-left-radius:4px;border-top-right-radius:4px;display:flex;padding:6px;grid-gap:10px;gap:10px;align-items:center}.access-denied .access-denied-wrapper{padding-top:100px}.access-denied .access-denied-wrapper i{font-size:20px;vertical-align:middle}.access-denied .access-denied-wrapper span{vertical-align:middle;color:#000;font-size:18px;font-weight:700}.main_content_height_access_denied{min-height:calc(100vh - 116px);overflow-y:auto}.sso-back-link{cursor:pointer;text-decoration:none}.sso-back-link:hover{text-decoration:underline}.resend-code{grid-gap:10px;gap:10px}.redirecting,.resend-code{display:flex;align-items:center}.redirecting{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px;color:#fff;font-weight:600;animation:fadeText 1.5s infinite}@keyframes fadeText{0%,to{opacity:.5}50%{opacity:1}}.dots-loader{display:flex;grid-gap:5px;gap:5px;margin-left:8px;margin-top:14px}.dots-loader span{width:5px;height:5px;background-color:#fff;border-radius:50%;animation:blink 1.5s infinite;opacity:0}.dots-loader span:first-child{animation-delay:0s}.dots-loader span:nth-child(2){animation-delay:.3s}.dots-loader span:nth-child(3){animation-delay:.6s}@keyframes blink{0%,to{opacity:0}50%{opacity:1}}.ssosaml-modal-size{max-width:900px!important;max-height:600px!important;margin-top:50px!important}.ssosaml-modal-size .modal-right-btn{background:#0461c2;border-color:#0461c2}.ssosaml-modal-size .ssosaml-modal-label{display:flex;flex-direction:column;align-items:flex-start;font-weight:600;font-size:12px}.ssosaml-modal-size .ssosaml-modal-label p{font-family:Source Sans Pro;font-style:normal;font-weight:600;font-size:12.64px;color:#555}.copy-icon{font-size:14px;background-color:transparent;vertical-align:bottom;border:1px solid #ced4da;border-radius:0 .25rem .25rem 0;color:#9aa0a9}.saml-config-error{color:red;font-size:12px}.title-btn{padding:4px 12px;font-size:.79rem;height:33px}.exp-switch{position:relative;display:inline-block;width:36px;height:20px;min-width:36px!important}.exp-switch input{opacity:0;width:0;height:0}.exp-slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#1e81e8;border-radius:20px}.exp-slider,.exp-slider:before{position:absolute;transition:.3s}.exp-slider:before{content:"";height:14px;width:14px;left:3px;bottom:3px;background-color:#fff;border-radius:50%}input:checked+.exp-slider{background-color:#1e81e8}input:disabled+.exp-slider{background-color:#dde0e1}input:checked+.exp-slider:before{transform:translateX(16px)}.saml-configuration-player{width:100%;height:auto;aspect-ratio:16/9}@media(min-width:992px){.saml-configuration-player{max-width:1085px;height:500px}}.chart-div-height{width:100%;height:600px}
/*# sourceMappingURL=main.c14fb98a.chunk.css.map */