* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    box-sizing: border-box;
}

.PR {
    position: relative;
}
.modbtn button {
    display: inline-block;
    background: #000000;
    width: 70px;
    text-align: center;
    color: #ffffff;
    font: 900 11px "Lato", sans-serif;
    border-radius: 2px;
    height:27px;
}
.modbtn {
    text-align: center;
}
/* SWOT style start here */
#analys_pop * {
    box-sizing: border-box;
}
body.modal-open #analys_pop.modal[style]:not([style="display: none;"]) {
    display: flex !important;
    height: 100%;
}
.analysisTitle.modal-title{
    color: #333333;
    font: 900 22px "Lato", sans-serif;
    text-align: center;
}
.analysisTitle.modal-title sup {
    color: #ef6b00;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "Lato", sans-serif;
    top: -8px;
    left: -3px;
    font-weight: 700;
}
#analys_pop .modal-dialog {
    width: 800px;
}

.analysisModal.modal-dialog {
    width: 800px !important;
    margin: 15px auto !important;
}

#analys_pop .modal-body {
    padding: 15px 15px;
    padding-bottom: 10px;
}
.modbtn button {
    width: auto;
    padding: 5px 15px;
    line-height:10px;
    border: 0;
}
.insight_lock {
    display: none;
}
#analys_pop .modal-header .close {
    opacity: 1;
}

.overlayanlys {
    position: fixed;
    width: calc(100% - 3px);
    height: 295px;
    top: 65px;
    bottom: 0px;
    left: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    background-image: linear-gradient(
        rgb(255, 255, 255, 0.9),
        rgb(255 255 255)
    );
    flex-flow: column;
    backdrop-filter: blur(1.5px);
    position: absolute;
    width: 100%;
    height: 295px;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
}

.nonIndices .overlayanlys{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0; 
}
.modal-body .dummyImg{
    max-width: 100%;
}
.lockic {
    width: 62px;
    height: 62px;
    background: #fff;
    border: 1px solid #f7991c;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0 0 5px #ccc;
}
.overlayanlys p {
    color: #333333;
    padding: 15px 0;
    font: 700 20px "Lato", sans-serif;
}
.overlayanlys button {
    border: 1px solid #ef700a;
    padding: 10px 20px;
    border-radius: 3px;
    background: #ef700a;
    cursor: pointer;
    font: 700 12px "Lato", sans-serif;
    color: #fff;
}
.overlayanlys button span {
    color: #fff;
}
.swot_cnt {
    margin: 0px;
}
.swotlogo {
    float: left;
    padding-top: 0px;
}
.swot_feature {
    float: right;
}
.swot_feature ul {
    margin: 0px;
}
.swot_feature ul li {
    border: 1px solid transparent;
    margin-right: 4px;
    position: relative;
    float: left;
    width: 165px;
    height: 60px;
    border-radius: 5px;
    background: #fff;
    z-index: 10;
    list-style: outside none none;
}
.swot_feature ul li:last-child {
    margin-right: 0px;
}
.swot_feature ul li span {
    width: 25px;
    height: 100%;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 65px;
}
.swot_feature ul li a {
    text-decoration: none;
    display: block;
    padding: 10px 30px 10px 10px;
    color: #000000;
    font: 11px "Roboto", sans-serif;
}
.swot_feature ul li a em {
    font-style: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swot_feature ul li a strong {
    margin-bottom: 5px;
    display: block;
    font: 700 12px "Roboto", sans-serif;
}
.swot_feature ul li a strong b {
    font: 13px "Roboto", sans-serif;
}
.swot_feature ul li.swli1 {
    border: 1px solid #16a086;
}
.swot_feature ul li.swli1 strong {
    color: #16a086;
}
.swot_feature ul li.swli1 span {
    border-left: 1px solid #dbf7ee;
    color: #16a086;
}
.swot_feature ul li.swli1 .act {
    stroke: #16a086;
}
.swot_feature ul li.swli2 .act {
    stroke: #c0392b;
}
.swot_feature ul li.swli3 .act {
    stroke: #2a7fb8;
}
.swot_feature ul li.swli4 .act {
    stroke: #e89207;
}
.swot_feature li.active em {
    display: none;
}
.swot_feature ul li.active a strong {
    font: 700 18px/47px "Roboto", sans-serif;
    margin: 0px;
}
.swot_feature ul li.active a strong b {
    font: 18px "Roboto", sans-serif;
}
.swtopexpand {
    position: absolute;
    right: 35px;
    top: 10px;
    color: #444;
}
.swtopclose {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

.swot_feature ul li.swli1:hover span {
    background: #16a086;
    color: #fff;
}
.swot_feature ul li.swli2:hover span {
    background: #c0392b;
    color: #fff;
}
.swot_feature ul li.swli3:hover span {
    background: #2a7fb8;
    color: #fff;
}
.swot_feature ul li.swli4:hover span {
    background: #e89207;
    color: #fff;
}
.swot_feature ul li.active:hover span {
    background: none !important;
}

/*.swot_feature ul li.swli1:hover span { background: #16A086; border-color: #16A086; color:#ffffff; }*/
.swot_feature ul li.swli2 {
    border: 1px solid #c0392b;
}
.swot_feature ul li.swli2 strong {
    color: #c0392b;
}
.swot_feature ul li.swli2 span {
    border-left: 1px solid #fde2dd;
    color: #c0392b;
}
/*.swot_feature ul li.swli2:hover span { background: #C0392B; border-color: #C0392B; color:#ffffff; } */

.swot_feature ul li.swli3 {
    border: 1px solid #2a7fb8;
}
.swot_feature ul li.swli3 strong {
    color: #2a7fb8;
}
.swot_feature ul li.swli3 span {
    border-left: 1px solid #e3f4ff;
    color: #2a7fb8;
}
/*.swot_feature ul li.swli3:hover span { background:#2A7FB8; border-color:#2A7FB8; color:#ffffff; }*/
.swot_feature ul li.swli4 {
    border: 1px solid #e89207;
}
.swot_feature ul li.swli4 strong {
    color: #e89207;
}
.swot_feature ul li.swli4 span {
    border-left: 1px solid #f8efdf;
    color: #e89207;
}
/*.swot_feature ul li.swli4:hover span { background:#E89207; border-color:#E89207; color:#ffffff; } */

.swot_count {
    display: none;
}
.swot_count strong {
    margin-bottom: 5px;
    display: block;
    font: 700 15px "Lato", sans-serif;
}

.swot_feature li.active {
    border-bottom: 0px !important;
    border-radius: 5px 5px 0 0;
    height: 90px;
    margin-bottom: -10px;
}
.swot_feature li.active span {
    border: none !important;
}
.close_tab {
    display: none;
    cursor: pointer;
}
.swot_feature li.active span .frwd_arw {
    display: none;
}
.swot_feature li.active span .close_tab {
    display: inline;
}
#strength .swot_count strong {
    color: #16a086;
}
#weakness .swot_count strong {
    color: #c0392b;
}
#opportunity .swot_count strong {
    color: #2a7fb8;
}
#threat .swot_count strong {
    color: #e89207;
}

#strength {
    background: #ebfff9;
    border: 1px solid #d9f1ec;
}
#weakness {
    background: #faf8f7;
    border: 1px solid #f9e6dc;
}
#opportunity {
    background: #f7fcff;
    border: 1px solid #daeffb;
}
#threat {
    background: #fffbf5;
    border: 1px solid #f9ebd6;
}
.noDataAvailable {
    font-size: 15px !important;
}
.vendor_txt_main {
    color: #000000;
    font: 11px "Lato", sans-serif;
    text-align: right;
    padding-top: 12px;
}
#popup_insider .vendor_txt_main {
    padding-right: 15px;
}
.swot_feature li .swlicl {
    display: none;
}
.swot_feature li.active .swlicl {
    display: block;
}

.swot_ftcnt {
    display: flex;
    padding: 25px;
    border: 1px solid #16a086;
    border-radius: 5px;
    position: relative;
    top: 9px;
}
.swot_ftcnt ul {
    height: auto;
    width: 50%;
    padding-right: 25px;
}
.swot_ftcnt ul li {
    border-bottom: 1px dashed #e5e7ec;
    padding: 10px 15px;
    position: relative;
    color: #666666;
    font: 14px "Lato", sans-serif;
}
.swot_ftcnt ul li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #16a086;
    border-right: 2px solid #16a086;
    left: 0px;
    top: 15px;
    transform: rotate(45deg);
}
.swot_ftcnt ul:last-child {
    margin-left: auto;
    padding-right: 0px;
    border-left: 1px solid #e5e7ec;
    padding-left: 25px;
}

#swli2 .swot_ftcnt {
    border: 1px solid #c0392b;
}
#swli3 .swot_ftcnt {
    border: 1px solid #2a7fb8;
}
#swli4 .swot_ftcnt {
    border: 1px solid #e89207;
    border-radius: 5px 0px 5px 5px;
}

#swli2 .swot_ftcnt ul li:before {
    border-top: 2px solid #c0392b;
    border-right: 2px solid #c0392b;
}
#swli3 .swot_ftcnt ul li:before {
    border-top: 2px solid #2a7fb8;
    border-right: 2px solid #2a7fb8;
}
#swli4 .swot_ftcnt ul li:before {
    border-top: 2px solid #e89207;
    border-right: 2px solid #e89207;
}

.swotbnote {
    float: left;
    font: 11px "Lato", sans-serif;
}
.swotbnote strong {
    font: 700 11px "Lato", sans-serif;
}

.disin {
    display: inline-block;
    vertical-align: middle;
}
.info_hoverbx {
    text-transform: initial;
    position: absolute;
    background: #f8fbfc;
    padding: 10px;
    color: #333;
    font: 13px/20px "Roboto", Arial, sans-serif;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    width: 300px;
    z-index: 999;
    text-align: left;
    bottom: 17px;
    left: 50%;
    margin-left: -150px;
    display: none;
}
.info_hoverbx:after {
    position: absolute;
    bottom: -7px;
    left: 48%;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #f8fbfc;
    transform: rotate(-45deg);
    content: "";
    width: 10px;
    height: 10px;
}
.ic_infoh:hover .info_hoverbx {
    display: block;
}

.mc_essent {
    margin: 30px 0;
}
.bx_mceti {
    float: left;
    position: relative;
    padding: 5px 30px 10px 10px;
    margin-right: 10px;
    width: 249px;
    height: 80px;
    border-radius: 5px;
    border: 1px solid #e5e7ec;
}
.bx_mceti:last-child {
    margin: 0px;
}
#mcessential_div .bx_mceti:last-child {
    margin: 0px 10px 0px 0px;
}
.arw_line {
    position: absolute;
    top: 0px;
    right: 0px;
    border-left: 1px solid #e5e7ec;
    width: 25px;
    text-align: center;
    line-height: 80px;
    height: 100%;
    color: #000;
    cursor: pointer;
    z-index: 9;
}
.bx_mceti .ic_infoh svg {
    display: inline-block;
}

.etiHead {
    color: #000000;
    font: 700 12px "Lato", sans-serif;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.etiHead a {
    color: #000000;
}
.escnt {
    height: 40px;
    margin-right: 15px;
    position: relative;
    background: url("https://images.moneycontrol.com/assets/images/pnc/esbg.png")
        left bottom no-repeat;
    margin-top: 10px;
    background-size: 100% auto;
}
.esbx {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 67px;
    height: 24px;
    border-radius: 12px;
    border: 1px solid #444444;
    color: #000;
    font: 500 9px/22px "Roboto", sans-serif;
    text-align: center;
    margin-left: -34px;
}
.esbx:after {
    position: absolute;
    height: 13px;
    width: 1px;
    border-left: 1px dashed #e55263;
    content: "";
    left: 50%;
    top: 22px;
}
.esbx1 {
    background: #e55263;
    color: #fff;
}
.esbx2 {
    background: #ed8a5a; /*left: 50px;*/
}
.esbx3 {
    background: #efe863; /*left:100px;*/
    z-index: 5;
}
.esbx4 {
    background: #95cd4f; /* right:50px; left: auto;*/
}
.esbx5 {
    background: #2ca854; /*right: 0px; left: auto;*/
    color: #fff;
}
.esbx2:after {
    border-left: 1px dashed #ed8a5a;
}
.esbx3:after {
    border-left: 1px dashed #efe863;
}
.esbx4:after {
    border-left: 1px dashed #95cd4f;
}
.esbx5:after {
    border-left: 1px dashed #2ca854;
}
.bx_mceti p {
    color: #333333;
    font: 11px "Roboto", sans-serif;
    height: 30px;
    overflow: hidden;
}
.bx_mceti p strong {
    font: 700 12px "Roboto", sans-serif;
}
.trnd {
    height: 24px;
    justify-content: center;
    color: #777777;
    font: 10px "Roboto", sans-serif;
    border: 1px solid #50b973;
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.trnd span {
    width: 50px;
    margin: 0 8px;
    text-align: center;
}

.bbbtn svg {
    margin-right: 5px;
}
.bbbtn:hover,
.bbbtn:focus,
.bbbtn:visited {
    text-decoration: none;
    color: #fff;
}

#disclaim {
    color: #337ab7;
}
.verybullish {
    border: 1px solid #2b7c46;
}
.verybullish a {
    background: #2b7c46 !important;
}
.bullish {
    border: 1px solid #52b974;
}
.bullish a {
    background: #52b974 !important;
}
.verybearish {
    border: 1px solid #9d2028;
}
.verybearish a {
    background: #9d2028 !important;
}
.bearish {
    border: 1px solid #e3515a;
}
.bearish a {
    background: #e3515a !important;
}
.neutral {
    border: 1px solid #747474;
}
.neutral a {
    background: #747474 !important;
}

.goprobutton_stockAnalysis {
    margin-bottom: 10px;
}
.goprobutton_stockAnalysis a {
    border: 1px solid #ccc;
    padding: 10px 10px;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    font: 700 12px "Lato", sans-serif;
    color: #828282;
    margin-top: 10px;
}
.goprobutton_stockAnalysis a:hover {
    text-decoration: none;
    color: #fff;
    background: #333333;
}

.bbbtn {
    width: calc(100% - 70px);
    display: flex;
    align-items: center;
    border-radius: 0 15px 15px 0px;
    justify-content: center;
    color: #ffffff !important;
    font: 700 10px/24px "Lato", sans-serif;
    text-transform: uppercase;
    border: none;
    margin-left: auto;
}

.mcinperf {
    margin-bottom: 5px;
}
.mcinperf .headmcper {
    font: 700 11px "Roboto", sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.mcinperf ul {
    margin-bottom: 0px;
}
.mcinperf ul li {
    display: inline-block;
    position: relative;
    width: 22px;
    margin-right: 1px;
    height: 2px;
}
.mcinperf ul li span {
    opacity: 0.3;
    height: 2px;
    display: block;
    width: 100%;
    position: relative;
}
.mcinperf ul li em {
    display: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
}
.mcinperf ul li.active em {
    display: block;
}
.mcinperf ul li.active span {
    opacity: 1;
}
.mcinperf ul li.strong_level_1 span {
    background: #ed3e01;
    color: #ed3e01;
}
.mcinperf ul li.strong_level_2 span {
    background: #d45003;
    color: #d45003;
}
.mcinperf ul li.strong_level_3 span {
    background: #bf5f05;
    color: #bf5f05;
}
.mcinperf ul li.strong_level_4 span {
    background: #a77007;
    color: #a77007;
}
.mcinperf ul li.strong_level_5 span {
    background: #8f8109;
    color: #8f8109;
}
.mcinperf ul li.strong_level_6 span {
    background: #78920b;
    color: #78920b;
}
.mcinperf ul li.strong_level_7 span {
    background: #54ac0e;
    color: #54ac0e;
}
.mcinperf ul li.strong_level_8 span {
    background: #36c111;
    color: #36c111;
}

.mcinperf .headmcper.sptxt_1 {
    color: #ed3e01;
}
.mcinperf .headmcper.sptxt_2 {
    color: #d45003;
}
.mcinperf .headmcper.sptxt_3 {
    color: #bf5f05;
}
.mcinperf .headmcper.sptxt_4 {
    color: #a77007;
}
.mcinperf .headmcper.sptxt_5 {
    color: #8f8109;
}
.mcinperf .headmcper.sptxt_6 {
    color: #78920b;
}
.mcinperf .headmcper.sptxt_7 {
    color: #54ac0e;
}
.mcinperf .headmcper.sptxt_8 {
    color: #36c111;
}
.mcinperf .black {
    color: #000;
}
/* analysis popup END here */

#insight_class {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Forecast Estimate CSS Start*/

.forecast_list::-webkit-scrollbar {
    display: none;
}
.forecast_list {
    margin-bottom: 10px !important;
    padding-top: 10px;
}
.estimate_outer_div {
    border-top: 2px solid #cecece;
    height: fit-content;
}
.forecast_list {
    /* border-top: 2px solid #cecece; */
}
.forecast_container .mctab li {
    width: 49%;
    text-align: center;
    position: relative;
}
.forecast_container .nav-tabs li a {
    font: 900 16px/19px "Lato", sans-serif;
    vertical-align: middle;
    color: #555555;
    padding: 12px 15px 12px 15px;
}
.forecast_container .nav-tabs li.active a {
    font: 700 18px/22px "Lato", sans-serif;
    vertical-align: middle;
    color: #000000;
}
.forecast_container .nav-tabs li.active .pnc_proicn {
    font-size: 13px;
}
.forecast_container .nav-tabs li .pnc_proicn {
    font-size: 11px;
    line-height: 13px;
}
.forecast_container .mctab li:first-child:after {
    background-color: #707070;
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 22px;
}
.forecast_slider .slick-slide {
    margin: 0;
    padding-top: 7px;
}
.forecast_slider .slick-track {
    width: 100%;
}
.forecast_slider .forecast_list_box {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 10px 5px 0px 5px;
    float: left;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    width: 340px;
    position: relative;
}
.forecast_slider .forecast_list_box h3 {
    font: 900 12px/15px "Lato", sans-serif;
    color: #000000;
    background-color: #fff;
    position: absolute;
    top: -38px;
    padding: 10px 10px 0px 10px;
}
.forecast_slider .forecast_list_box .ic_infoh svg {
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.openInnewwindow {
    position: absolute;
    right: 4px;
    top: 12px;
    cursor: pointer;
}
.openInnewwindow svg {
    width: 15px;
}
/* .forecast_list {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    margin-bottom: 20px !important;
    padding-top: 20px !important;
} */
.forecast_list .slick-dots {
    text-align: center;
    margin-bottom: 0;
    border: 0;
}
.forecast_list .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: #1765a533;
    border-radius: 100%;
    text-align: center;
    font-size: 0;
    border: 0;
}
.forecast_list .slick-dots li button {
    border: none;
}
.forecast_list .slick-slide {
    margin: 0 15px 0px 0px;
}
.forecast_list {
    margin-bottom: 10px !important;
    padding-top: 20px;
}
.forecast_list .slick-list {
    padding-top: 10px;
}
.forecast_list .slick-dots li.slick-active {
    background: #1765a5;
}
.forecast_list .forecast_list_box {
    margin-bottom: 10px;
}
.forecast_list .forecast_list_box {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 10px 0px 1px 0px;
    display: inline-block;
    vertical-align: top;
    width: 346px;
    margin-bottom: 15px;
    position: relative;
    margin-right: 15px;
    height: 250px;
}
#analys_popup .forecast_list .forecast_list_box {
    display: inline-block !important;
    padding-bottom: 20px;
}
#analys_popup .valuations_table {
    margin-bottom: 30px;
    margin-top: 0;
}
.forecast_list .forecast_list_box h3 {
    font: 900 12px/15px "Lato", sans-serif;
    color: #000000;
    background-color: #fff;
    position: absolute;
    top: -18px;
    padding: 10px 10px 0px 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    text-transform: uppercase;
}
.forecast_list .forecast_list_box .ic_infoh svg {
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.forecast_popup_design .modal-content,
.forecast_popup_design .modal-dialog {
    width: 700px;
    margin: auto;
}

.forecast_popup_design .modal-title {
    font: 900 18px/22px "Lato", sans-serif;
    color: #333333;
}
.forecast_popup_design .modal-body {
    font: 400 16px/24px "Roboto", sans-serif;
    color: #333333;
    text-align: center;
    padding: 15px 15px 40px 15px;
}
.forecast_tabs > ul {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    list-style: none;
}
.forecast_tabs > ul > li {
    border: 0;
    outline: none;
}
.forecast_tabs > ul > li a {
    background-color: #e0e0e0;
    font: 400 10px/21px "Lato", sans-serif;
    color: #333333;
    width: 98px;
    height: 22px;
    display: block;
    text-align: center;
    border-radius: 2px;
    text-decoration: none;
    outline: none;
}
.forecast_tabs > ul > li.active a {
    background-color: #ffffff;
    border: 2px solid #e4e4e4;
    font-weight: 700;
    border-radius: 2px;
    line-height: 17px;
    outline: none;
}
.forecast_tabs > ul > li:hover a {
    text-decoration: none;
}
.forecast_tabs > ul > li.active a:focus {
    outline: none;
}
.forecast_slider.slick-initialized {
    display: block;
}
.crore {
    font: 400 9px/15px "Lato", sans-serif;
    color: #777777;
    text-align: right;
    padding-right: 20px;
}
.valuations_table {
    width: 100%;
    margin-top: 20px;
}
.valuations_table table tr th {
    padding: 10px;
    text-align: right;
    border-bottom: 1px solid #b4b5bc;
    font: 400 10px/10px "Roboto", sans-serif;
    color: #333333;
}
.valuations_table table tr td {
    padding: 10px;
    text-align: right;
    border-bottom: 1px solid #b4b5bc;
    font-family: "SF Compact Display", sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #333333;
    font-weight: 200;
}
.valuations_table table tr td:first-child {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
    font-weight: 400;
    color: #333333;
}
.valuations_table table tr:nth-of-type(2) td {
    border-bottom: 1px solid #e9e9e9;
}
.valuations_table table tr:last-child td {
    border-bottom: 0;
}
.forecast_list .forecast_list_box .table_bottom_text {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: end;
    margin-bottom: 25px;
    position: absolute;
    bottom: -20px;
    left:-5px;
    margin-left: 25px;
}
.forecast_list .forecast_list_box .table_bottom_text > div {
    font: 400 10px/14px "Roboto", sans-serif;
    color: #777777;
}
.hits_table table th:first-child {
    text-align: left;
}
.hits_table table th {
    font: 600 12px/10px "Lato", sans-serif;
    color: #333333;
    border-bottom: 1px solid #c9c9c9;
    padding: 5px 0;
    text-align: right;
}
.hits_table {
    margin-top: 5px;
    margin-left:10px
}
.hits_table table td:first-child {
    font: 300 12px/10px "Lato", sans-serif;
    color: #333333;
    text-align: left;
}
.hits_table table td {
    font: 400 12px/10px "Lato", sans-serif;
    color: #333333;
    padding: 10px;
    border-bottom: 1px dotted #e4e4e4;
    padding: 8px 0;
    text-align: right;
}
.hits_table table tr:last-child td {
    border-bottom: 0;
}
.crore span {
    font-weight: 700;
    color: #333333;
}
.hits_table table .green_td {
    color: #31d300;
}
.hits_table table .red_td {
    color: #ff3100;
}
.hits_table table .gray_td {
    color: #666666;
}
.forecast_list > ul > li:nth-of-type(2) {
    display: inline-block;
}
.analyst_rating_graph .left_block .circle {
    width: 115px;
    height: 115px;
    border-radius: 100%;
    font: 900 12px/18px "Lato", sans-serif;
    text-align: center;
    line-height: 115px;
    flex: 0 0 115px;
}
.analyst_rating_graph {
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.graphblock {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.yo_result_section .heading {
    font: 400 16px/15px "Roboto", sans-serif;
    color: #0479c1;
    text-align: right;
    width: 100%;
    display: block;
    margin-bottom: 3px;
}
.buyformat .circle {
    background-color: #b8d0c0;
    color: #2c7c47;
}
.outperformformat .circle {
    background-color: #dcf1e3;
    color: #50b973;
}
.holdformat .circle {
    background-color: #cecece;
    color: #747474;
}
.underperformformat .circle {
    background-color: #f0cbce;
    color: #e2525b;
}
.sellformat .circle {
    background-color: #dab4b7;
    color: #9c2028;
}
.noopinionformat .circle {
    background-color: #e4e4e4;
    color: #747474;
}
.nometer,
.yesMeter {
    position: relative;
    height: 8px;
    width: 75px;
    background: #e4e4e4;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    color: #000;
    border-radius: 5px;
    margin-left: 8px;
    margin-top: 0px;
}
.nometer span,
.yesMeter span {
    position: absolute;
    top: 0;
    display: block;
    padding: 0 10px;
    color: #fff;
    height: 8px;
    line-height: 28px;
    border-radius: 5px;
}
.analyst_rating_graph .left_block {
    width: 40%;
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 40%;
    margin-left:5px;
}
.analyst_rating_graph .right_block {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 60%;
    align-items: center;
}
.percentage {
    position: absolute;
    right: 18px;
    text-align: left;
    font-size: 12px;
    font-weight: 600;    
    color:#333333;
    font-family: lato,sans-serif;
}
.graphblock .heading {
    width: 72px;
    display: inline-block;
    text-align: right;
    font-size: 12px;
    color:#000
}
.graphblock .greencolor1 {
    background: #2c7c47;
}
.graphblock .greencolor2 {
    background: #50b973;
}
.graphblock .graycolor {
    background: #747474;
}
.graphblock .redcolor {
    background: #e2525b;
}
.graphblock .marooncolor {
    background: #9c2028;
}
.forecast_hidden_div {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    height: 65px;
    overflow: hidden;
    position: relative;
    padding-top: 7px;
    transition: 0.5s all;
}
.forecast_hidden_div.active {
    overflow: visible;
    height: 230px;
    transition: 0.5s all;
}
.forecast_hidden_div .forecast_list_box {
    margin-bottom: 0;
}
.forecast_hidden_div .forecast_list_box img {
    max-width: inherit !important;
}
.forecast_toggle_arrow {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #1a75c3;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}
.forecast_toggle_arrow:before {
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 6px;
    height: 6px;
    display: inline-block;
    transform: rotate(135deg);
    position: absolute;
    left: 8px;
    top: 7px;
}
.forecast_toggle_arrow.active:before {
    transform: rotate(-45deg);
    top: 9px;
}
.forecast_toggle_arrow_block {
    border-top: 3px solid #cecece;
    width: 100%;
    display: block;
    position: relative;
}
.forecast_hidden_div .white-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    border: 0;
    width: 100%;
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.forecast_hidden_div.active .white-gradient {
    display: none;
}
.piechart_container {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}
.box .chart {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
}
.box .chart span {
    font-family: "SF Compact Display";
    font-size: 11px;
    color: #333333;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 15px;
}
.box canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
}
.canvas_txt {
    margin-top: 5px;
    font-size: 9px;
}
#hits_and_misses_popup .forecast_tabs > ul > li a {
    font-size: 16px;
    line-height: 35px;
    width: 187px;
    height: 42px;
}
#hits_and_misses_popup .piechart_container {
    gap: 75px;
    margin-top: 30px;
    margin-bottom: 30px;
}
#hits_and_misses_popup .box .chart span {
    font-size: 20px;
    line-height: 16px;
    top: 30px;
}
#hits_and_misses_popup .box canvas {
    width: 80px;
}
#hits_and_misses_popup .canvas_txt {
    font-size: 16px;
    line-height: 13px;
}
#hits_and_misses_popup .box .chart {
    width: 80px;
    height: 80px;
}
#hits_and_misses_popup .hits_table table th,
#hits_and_misses_popup .hits_table table td {
    font-size: 13px;
    line-height: 30px;
}
#hits_and_misses_popup .hits_table table td:first-child {
    font-weight: 400;
}
#hits_and_misses_popup .hits_table table td {
    font-weight: 700;
}
#hits_and_misses_popup .crore {
    font-size: 14px;
    line-height: 24px;
}
.forecast_popup_design .modal-header {
    border-bottom: 0;
    background: #f6f8fb;
    text-align: center;
}
.forecast_popup_design .bx_mceti {
    width: 208px;
}
.Consolidated {
    border: 1px solid #666666;
    border-radius: 3px;
    padding: 3px 10px;
    position: relative;
    background-color: #fff;
    cursor: pointer;
    width: 120px;
    height: 30px;
    z-index: 1;
    display: inline-block;
    top: -10px;
}
.Consolidated:before {
    position: absolute;
    z-index: 999999;
    font-family: "Lato";
    font-size: 12px;
    color: #333333;
    content: "Consolidated";
    top: 1px;
    left: 10px;
    font-weight: 900;
}
.Consolidated.active:before {
    content: "Standalone";
    left: 14px;
}
.Consolidated span {
    width: 7px;
    height: 7px;
    float: right;
    margin-top: 2px;
}
.top_options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
.progress_bar_container {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 15px 0;
}
.progress_bar_container .progress_card:nth-of-type(2) {
    border-left: 1px solid #70707033;
    border-right: 1px solid #70707033;
    padding: 0 15px;
}
.progress_bar_container .progress_card .progress_circle {
    position: relative;
    height: 45px;
    width: 52px;
    border-radius: 50%;
    cursor: default;
}
.progress_card .progress_circle .progress_box,
.progress_card .progress_circle .progress_box span {
    position: absolute;
    top: 52%;
    left: 47%;
}
.progress_bar canvas,
.progress_bar1 canvas,
.progress_bar2 canvas {
    width: 50px;
    height: 50px;
}
.forecast_popup_design .popup_progress_bar canvas,
.forecast_popup_design .popup_progress_bar1 canvas,
.forecast_popup_design .popup_progress_bar2 canvas {
    width: 80px;
    height: 80px;
}
.progress_card .progress_circle .progress_box {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    transition: all 0.2s;
}
.progress_card .progress_circle:hover .progress_box {
    transform: translate(-50%, -50%) scale(0.91);
}
.progress_circle .progress_box span {
    font-size: 17px;
    font-family: sans-serif;
    transform: translate(-45%, -45%);
    transition: all 0.1s;
    line-height: 33px;
}
.progress_card .progress_circle:hover .progress_box span {
    transform: translate(-45%, -45%) scale(1.09);
}
.progress_text {
    margin-top: 10px;
    font-size: 9px;
    text-align: center;
}
.cust_scroll {
    max-height: 350px !important;
    overflow-y: hidden;
    scrollbar-color: #d5e0e5 transparent;
    scrollbar-width: thin;
    scrollbar-height: thin;
}
.cust_scroll::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background-color: transparent;
    border-radius: 5px;
}
.cust_scroll::-webkit-scrollbar-thumb {
    background-color: #d5e0e5;
    border-radius: 5px;
}
#hits_and_misses_popup .progress_bar_container .progress_card .progress_circle,
#hits_and_misses_popup .progress_bar canvas,
#hits_and_misses_popup .progress_bar1 canvas,
#hits_and_misses_popup .progress_bar2 canvas {
    width: 80px;
    height: 80px;
}
#hits_and_misses_popup .progress_circle .progress_box span {
    font-size: 20px;
    line-height: 16px;
    top: 50%;
}
.modal-content button.close {
    color: #555657 !important;
    font-size: 20px !important;
    font-weight: normal !important;
    opacity: 1 !important;
}
#hits_and_misses_popup .progress_text {
    font-size: 16px;
    line-height: 13px;
}
/* #analys_popup .modal-title sup {
    color: #ef6b00;
    text-transform: uppercase;
    font-size: 10px;
} */
.desk-hide {
    display: none !important;
}
#analys_popup .modbtn button {
    width: auto;
    padding: 10px 15px;
    height: 30px;
}
#hits_and_misses_popup .Consolidated {
    left: 0;
    top: 0px;
}
#hits_and_misses_popup .Consolidated:before {
    top: -1px;
    left: 10px;
}
.Consolidated {
    border: 1px solid #666666;
    border-radius: 3px;
    padding: 3px 10px;
    position: relative;
    background-color: #fff;
    cursor: pointer;
    width: 97px;
    height: 24px;
    z-index: 1;
    display: inline-block;
    left: 87%;
    top: 8px;
}
.Consolidated:before {
    position: absolute;
    z-index: 999999;
    font-family: "Lato";
    font-size: 10px;
    color: #333333;
    content: "Consolidated";
    top: 5px;
    left: 10px;
    font-weight: 900;
}
.Consolidated.active:before {
    content: "Standalone";
    left: 14px;
}
#hits_and_misses_popup .Consolidated span {
    width: 7px;
    height: 7px;
    float: right;
    margin-top: -5px;
    position: relative;
}
.earningsDur {
    position: absolute;
    top: 8px;
    right: 18px;
}
.earningsDur .crore {
    padding-right: 0;
}
.earningsAct {
    font: 400 12px/10px "Lato", sans-serif;
    color: #ff7600;
    text-transform: uppercase;
    margin-right: 15px;
    margin-left:10px;
    position: relative; top: -5px;
}
.earningsAct:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ff7600;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.earningsEst {
    font: 400 12px/10px "Lato", sans-serif;
    color: #1a75c3;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    position: relative; top: -5px;
}
.earningsEst:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #1a75c3;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.earningsText {
    font: 800 10px/10px "Lato", sans-serif;
    color: #333333;
    text-transform: uppercase;    
}
.forecastPopup {
    min-height: 250px;
}

.earningNodata,
.nodataValue,
.nodataHit {
    text-align: center;
    margin: 10px;
    background-color: #fff;
    padding: 45px 0;
    font-size: 16px;
    font-weight: 700;
}

.noDataMsg {
    text-align: center;
    margin: 10px;
    background-color: #fff;
    padding: 45px 0;
    font-size: 16px;
    font-weight: 700;
}
.foreCastlock img {
    width: 24px !important;
    height: 24px !important;
    max-width: fit-content !important;
}

.reCommends {
    padding-bottom: 10px;
    width: 280px;
    /* margin: 0 auto; */
    display: block;
    margin-left: 25px;
    position:relative;
    bottom:5px;
}
.reCommends ul {
    margin: 0;
    display: flex;
    grid-gap: 10px;
    list-style: none;
}
.reCommends li {
    font: 500 12px/10px "Lato", sans-serif;
    letter-spacing: -0.08px;
    padding-left: 10px;
    margin: 0;
    position: relative;
}
.reCommends li:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    left: 0;
    top: 1px;
    background: r#2C7C47;
}
.recBuy {
    color: #2c7c47;
}
.reCommends li.recBuy:before {
    background: #2c7c47;
}
.recOutP {
    color: #50b973;
}
.reCommends li.recOutP:before {
    background: #50b973;
}
.recHold {
    color: #747474;
}
.reCommends li.recHold:before {
    background: #747474;
}
.recUnderPer {
    color: #e2525b;
}
.reCommends li.recUnderPer:before {
    background: #e2525b;
}
.recSell {
    color: #9c2028;
}
.reCommends li.recSell:before {
    background: #9c2028;
}
/* Hit Miss Table */
.hits_table.tablePopup,
.hits_table table {
    width: 95%;
}

.hits_table.tablePopup thead {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.hits_table.tablePopup thead th {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1000;
    top: 0;
}

.hits_table.tablePopup tbody {
    height: 175px;
    overflow: auto;
    display: block;
    width: 101%;
    padding-right: 10px;
}

.hits_table.tablePopup tbody::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background-color: #e5e5e5;
    border-radius: 5px;
}

.hits_table.tablePopup tbody::-webkit-scrollbar-thumb {
    background-color: #dee2eb;
    border-radius: 5px;
}
#hits_and_misses_popup .hits_table table td:first-child {
    text-align: left;
    width: 210px;
}
#hits_and_misses_popup .hits_table table td {
    text-align: right;
    width: 180px;
}
.swot_feature ul li span svg {
    height: 100%;
}
.arw_line svg {
    height: 100%;
}
.forecast_list .slick-track {
    padding-top: 10px;
}
.forecast_list .slick-dots {
    bottom: unset;
}
.forecast_list .slick-dots li button:before {
    display: none;
}
.forecast_list {
    margin-bottom: 25px !important;
    padding-top: 10px;
}
.disText p {
    text-align: left;
}
.nodataPop {
    font-weight: bold;
    padding-top: 100px;
}
.forecast_list .slick-list {
    padding-right: 7%;
}
#price_forecast > div {
    width: 330px !important;
}
.forecast_list .slick-slide:first-child .forecast_list_box {
    padding: 10px 5px;
}

.forecast_list .slick-arrow {
    background-color: #fff;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    color: #000;
    display: inline-block;
    border: 1px solid #000;
    position: relative;
    text-align: center;
    position: absolute;
    top: 45%;
    z-index: 1;
    font-size: 0px;
    transform: inherit !important;
}
.forecast_list .slick-prev {
    left: -10px;
}
.forecast_list .slick-next {
    right: -10px;
}
.forecast_list .slick-prev:after {
    content: "";
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    left: 9px;
    top: 8px;
}
.forecast_list .slick-next:after {
    content: "";
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 9px;
    top: 8px;
}
.forecast_list .slick-disabled {
    display: none !important;
}
#hits_and_misses_popup.nonIndicesHM .Consolidated span{
    margin-top: 3px;
}
.nonIndices .disin svg{
    position: relative;
    top: -2px;
    left: 3px;
}
.twobuttons a:nth-of-type(1) {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 0;
}
.twobuttons .goprobutton_stockAnalysis {
    display: inline-block;
    vertical-align: top;
}
.earningsDur{position: absolute; top: 15px; right: 25px;display: flex;}
.earningsDur .crore {padding-right: 3px;padding-left: 2px; margin-top:-2px;}
.earningRhsBtn{border-bottom: 1px solid #A0A0A0; display: flex;}
.earningRhsBtn svg{margin-top:2px;}
.toolTextCon{display: inline-block; vertical-align: top;font-size:11px;margin-bottom:4px;}
#price_forecast .highcharts-axis-labels span:nth-of-type(1){width:40px !important;margin-left:5px !important;left:45px !important}
#price_forecast .highcharts-axis-labels span:nth-of-type(2){width:40px !important;margin-left:5px !important;left:80px !important}
#price_forecast .highcharts-axis-labels span:nth-of-type(3){width:40px !important;margin-left:5px !important;left:120px !important}
#forecastDiv .earning_forecast_div{margin-top: 22px !important;}
#forecastDiv .forecast_tabs{margin-top: 4px;}
#forecastDiv .forecast_tabs .earningsEst{position:absolute;top: 18px;left: 100px;}
#forecastDiv .forecast_tabs .earningsAct{position: absolute;top: 18px;left: 1px;} 

/* Forecast Estimate CSS END*/

/* Start - Rating Bar Issue*/
.forecast_list_box .analyst_rating_graph{width: 100%;justify-content: space-between; column-gap: 5px;}
.forecast_list_box .analyst_rating_graph .left_block { width: 110px; flex: 0 0 110px; }
.forecast_list_box .analyst_rating_graph .right_block{ width: calc(100% - 115px);flex: unset;}
.forecast_list_box .analyst_rating_graph .left_block .circle{width: 110px; height: 110px; line-height: 110px; flex: 0 0 110px;}
.forecast_list_box .analyst_rating_graph .graphblock{width: 100%;display: flex;flex-wrap: nowrap;}
.forecast_list_box .analyst_rating_graph .graphblock .heading { width: 80px; line-height: 10px;}
.forecast_list_box .analyst_rating_graph .nometer,
.forecast_list_box .analyst_rating_graph .yesMeter { width: calc(100% - 135px); margin-top: 2px;margin-left: 8px;}
.forecast_list_box .analyst_rating_graph .percentage{ position: relative; right: 0;text-align: right;width: 35px; display: inline-block;}

@media all and (max-width:1279px){  
    .forecast_list_box .analyst_rating_graph .left_block { width: 100px; flex: 0 0 100px; }
    .forecast_list_box .analyst_rating_graph .right_block{ width: calc(100% - 105px);flex: unset;}
    .forecast_list_box .analyst_rating_graph .left_block .circle{width: 100px; height: 100px; line-height: 100px; flex: 0 0 100px;margin-top: -20px;}
}

/* END */