/* File: analyticsinteractive.css */
:root {

--primary-color: #0b2a5c !important;
 
--leftnav-hover-color: #0b2a5c  !important;

}

/* File: dashboard_new.css */
#dashboardPageBody div.create-content-menu-button{
    height:36px;
    width:36px;
    box-shadow: none;
    background-color:#0047bb;
}

.tabContainer .tab:hover{
    height:56px;
    border-bottom: 4px solid #0047bb;
}

/* File: commonCombined.css */
div.create-content-menu-button {
        position: relative;
        border-radius: 50%;
        height: 36px;
        width: 36px;
        background-color: #0047bb;
        box-shadow: none;
        cursor: pointer;
        margin-right: auto;
        margin-left: auto;
}


