/* assets/style.css */

.tooltip-hide{
    display: none;
}

.dropdown-menu-dark{
    background-color: #031F30;
}

.custom-switch *{
    box-sizing: unset!important;
}

.select_page_btn{
    background: #031F30;
    color: white;
    border: 0px;
}
.select_page_btn:hover{
    background: #2e4869;
    text-decoration-line: underline;
    color: white;
}

.nav_bar_btn{
    background: #031F30!important;
    color: white;
    border: 0px;
}
.nav_bar_btn:hover{
    background: #031F30;
    text-decoration-line: underline;
    color: white;
}
.nav_bar_btn:disabled{
    background: #031F30;
    text-decoration-line: underline;
    color: grey;
}
.nav_bar_btn:focus{
    background: #031F30;
    text-decoration-line: underline;
    color: grey;
}
.cust_button{
    background: #031F30!important;
    color: white;
    border: 0px;
}
.cust_button:hover{
    background: #2e4869;
    text-decoration-line: underline;
    color: white;
}
