/* tooltip storylane in side bar hidden by default */
.tooltip_storylane_side_meanu {
    display: none;
    position: fixed;
    top: 480px;
    left: 15%;
    margin-top: -10px;
    width: 120px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #000;
    z-index: 1000;
    transform: translateX(-46%);
    font-weight: 500;
    z-index: 9999;
}
.tooltip_storylane_side_meanu_parent { position: relative; }
.tooltip_storylane_side_meanu_parent .tooltip_storylane_side_meanu { display: none; }
.tooltip_storylane_side_meanu_parent:hover .tooltip_storylane_side_meanu { display: block; }

.company_setting_tip { position: relative; }
.company_setting_tip .tooltip_storylane_side_meanu { display: none; }
.company_setting_tip:hover .tooltip_storylane_side_meanu { display: block; }

.company_form_tip { position: relative; }
.company_form_tip .tooltip_storylane_side_meanu { display: none; }
.company_form_tip:hover .tooltip_storylane_side_meanu { display: block; }

.company_qa_pairs_tip { position: relative; }
.company_qa_pairs_tip .tooltip_storylane_side_meanu { display: none; }
.company_qa_pairs_tip:hover .tooltip_storylane_side_meanu { display: block; }

.tooltip_storylane:hover { display: block; }

.nav-sidebar-item:hover .tooltip_storylane_side_meanu a {
    all: unset;
    color: #A2C7FF;
    cursor: pointer;
}
/* Ensure links inside the tooltip do not inherit H1/link styles */
.tooltip_storylane_side_meanu_parent .tooltip_storylane_side_meanu a {
    all: unset;
    color: #A2C7FF;
    cursor: pointer;
}
/* tooltip storylane hidden by default */
.tooltip_storylane {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    text-align: center;
    margin-top: -10px;
    width: 120px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #000;
    z-index: 1000;
    transform: translateX(-46%);
    font-weight: 500;
    z-index: 9999;  
}
.p-page-heading__ttl { position: relative; }
.p-page-heading__ttl .tooltip_storylane { display: none; }
.p-page-heading__ttl:hover .tooltip_storylane { display: block; }
.tooltip_storylane:hover { display: block; }

.p-page-heading__ttl .tooltip_storylane a {
     all: unset;
    font-size: inherit;
    font-weight: inherit;
    color: #A2C7FF;
    cursor: pointer;    
}
.company_scenarios_tip {
    top: 135px;
    left: 220px;
}
.company_settings_tip {
    top: 375px;
    left: 250px;
    width: 250px !important;
}
.settings_feedback_tip {
    top: 410px;
    left: 260px;
    width: 150px !important;
}
.company_setting_form_tip {
    top: 450px;
    left: 220px;
    width: 130px;
}
.company_setting_mydata_tip {
    top: 480px;
    left: 220px;
    width: 150px;
}
.dashboard-support__lists {
     position: relative; 
}
.dashboard-support__lists { 
    position: relative; 
}
.dashboard-support__lists > .tooltip-box { 
    position: absolute; 
    top: 6px; 
    right: 10px; 
    z-index: 5; 
}
.companydetail_support_tooltip {
    text-align:center;
    width: 120px;
    margin-left:-40px;
}
.userplan_tooltip {
    margin-top:-10px !important;
    margin-left:25px !important; 
    position: absolute !important;    
}
.userplan_tooltip_description {
   text-align:center !important;
   width: 120px !important;
   margin-left:70px !important;
}
.autogenerate_tooltip_description {
   text-align:center ;
   width: 120px ;
   margin-left:50px !important;
}
.chatbot_ui_tooltip_description {
    text-align:left;
    width: 237px;
    margin-left:100px !important;
}
.hyperlink_tooltip_description {
    all: unset;
    color: #A2C7FF;
    cursor: pointer;
}
p.tooltip_storylane a.hyperlink_tooltip_description:hover {
    all: unset;
    color: #A2C7FF;
    cursor: pointer;
}
.p-account-plan__btn::after {
    right: 40px;
}
.company_staff_tip {
    top: 210px;
    left: 230px;
}
.company_user_tip {
   text-align:center ;
   width: 165px;
   margin-left:50px;
}
.tooltip_storylane.tooltip_storylane_feedback {
    width: 140px;
}
