.pt_view_guide{
    font-family: "OpenSans-Regular";
    color: #5D78D7;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    background-color: #E7EEFF;
    border-radius: 5px;
    margin-bottom: 0;
    padding: 4px 6px;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-block;
}

.heatmap_indicator_guide_header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 20px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.heatmap_indicator_guide_title{
    font-family: "OpenSans-Regular";
    color: #5D78D7;
    font-weight: 600;
    font-size: 25px;
    line-height: 48px;
    margin-bottom: 0;
}

.heatmap_indicator_guide_sub_title{
    font-family: "OpenSans-Regular";
    color: #0A0A0A;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.heatmap_indicator_guide_body_head{
    font-family: "OpenSans-Regular";
    color: #0A0A0A;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.heatmap_indicator_guide_body_ul{
    display: flex;
    list-style-type: none;
    padding-left: 0;
}

.heatmap_indicator_guide_body_ul li{
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    font-family: "OpenSans-Regular";
    color: #0A0A0A;
    position: relative;
    padding-left: 20px;
}

.heatmap_indicator_guide_body_ul li:before {
    content: '';
    background-color: #5D78D7;
    height: 10px;
    width: 10px;
    position: absolute;
    border-radius: 50%;
    top: 5px;
    left: 0;
}

.heatmap_indicator_guide_body_ul .heatmap_indicator_guide_body_li_first{
    margin-right: 30px;
}

.heatmap_popup_hot_spots_wrapper{
    display: flex;
    justify-content: space-between;
}

.heatmap_indicator_guide_body_li_green_bg{
    background-color: #E3F7E2;
    border-radius: 10px;
    padding: 8px 10px 8px 30px !important;
    margin-right: 15px;
}

.heatmap_indicator_guide_body_li_red_bg{
    background-color: #FFECEC;
    border-radius: 10px;
    padding: 8px 10px 8px 30px !important;
    /* margin-left: 15px; */
}

.heatmap_indicator_guide_body_li_blue_bg{
    background-color: #ECF0FF;
    border-radius: 15px;
    padding: 8px 10px;
    display: flex;
    align-items: flex-start;
}

.heatmap_indicator_guide_para{
    margin-bottom: 0;
    font-weight: 500;
}

.heatmap_indicator_guide_body_li_green_bg::before{
    background-color: #0AC800 !important;
    top: 14px !important;
    left: 10px !important;
}

.heatmap_indicator_guide_body_li_red_bg::before{
    background-color: #DD1313 !important;
    top: 14px !important;
    left: 10px !important;
}

.heatmap_indicator_guide_body_ul:nth-child(1) .heatmap_indicator_guide_body_li_blue_bg{
    margin-left: 20px;
}

.heatmap_indicator_guide_body_ul_ol{
    display: flex;
    list-style-type: none;
    padding-left: 0;
}

.heatmap_indicator_guide_body_ul_ol li{
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    font-family: "OpenSans-Regular";
    color: #0A0A0A;
    position: relative;
}

.heatmap_indicator_guide_body_ul_ol .heatmap_indicator_guide_body_li_first{
    margin-right: 15px;
    width: 50%;
}

.heatmap_indicator_guide_content{
    background-color: #F6F8FA;
    border-radius: 20px;
}

.heatmap_indicator_guide_body{
    padding-top: 0 !important;
    padding-left: 2rem;
    padding-right: 2rem;
}

.number_ol{
    background-color: #5D78D7;
    font-family: "OpenSans-Regular";
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    padding: 2px 10px;
    border-radius: 50%;
    margin-right: 8px;
}

.heatmap_indicator_guide_close{
    background-color: transparent;
    border: none;
    font-family: "OpenSans-Regular";
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    width: 55px;
}

.heatmap_indicator_guide_body_li_second{
    margin-left: 15px;
    width: 50%;
}

.heatmap_interact_bullets li{
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    font-family: "OpenSans-Regular";
    color: #0A0A0A;
    position: relative;
    padding-left: 20px;
}

.heatmap_interact_bullets li:before {
    content: '';
    background-color: #5D78D7;
    height: 8px;
    width: 8px;
    position: absolute;
    border-radius: 50%;
    top: 8px;
    left: 0;
}

.heatmap_interact_bullets{
    list-style-type: none;
    padding-left: 0;
    margin-top: 10px;
}

.heatmap_interact_bullets_number_text{
    font-weight: 600;
}