/* 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: left;
    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;    
}
.p-page-header-inner-menu-btn { position: relative; }
.p-page-header-inner-menu-btn .tooltip_storylane { display: none; }
.p-page-header-inner-menu-btn:hover .tooltip_storylane { display: block; }
.tooltip_storylane:hover { display: block; }

.p-page-header-inner-menu-btn .tooltip_storylane a {
     all: unset;
    font-size: inherit;
    font-weight: inherit;
    color: #A2C7FF;
    cursor: pointer;
}
.company_scenarios_tip {
    top: 155px;
    left: 190px;
    text-align: left;
    width: 95px;
}
.company_settings_tip {
    top: 375px;
    left: 250px;
    width: 236px;
}
.settings_feedback_tip {
    top: 410px;
    left: 245px;
    width: 128px;
}
.company_setting_form_tip {
    top: 455px;
    left: 200px;
    width: 95px;
}
.dashboard-support__lists {
     position: relative; 
}
.dashboard-support__lists { 
    position: relative; 
}
.dashboard-support__lists > .tooltip-box { 
    position: absolute; 
    top: 6px; 
    right: 10px; 
    z-index: 5; 
}
.company_setting_mydata_tip {
    top: 480px;
    left: 200px;
    width: 105px;
}
.userplan_tooltip_description {
   text-align: left;
   width: 118px;
   margin-left: 80px;
   margin-top: -20px;
}
.autogenerate_tooltip_description {
   text-align: left;
   width: 120px ;
   margin-left:50px;
}
.chatbot_ui_tooltip_description {
    text-align:left;
    width: 237px;
    margin-left:100px;
}
.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: 215px;
    left: 220px;
    width: 95px;
}
.company_user_tip {
   text-align:left ;
   width: 160px;
   margin-left: 70px;
}
.tooltip_storylane.tooltip_storylane_feedback {
    width: 130px;
}
.company_settings_inner_tip {
   width: 240px;
}
.tooltip-box p.userplan_tooltip {
    margin-top: -10px;
    margin-left: 30px;
    position: absolute;
}
.tooltip-box p.company_detail_tip {
    margin-top: 1px;
    position: absolute;
    margin-left: -25px;
}
p.companydetail_support_tooltip {
    text-align: left;
    width: 100px;
    margin-left: -50px;
    margin-top: -8px;
}
.tooltip_storylane.mydata_tooltip {
    width: 105px;
}
.tooltip_storylane.company_setting_form_tooltip {
    width: 95px
}