.q-table--dense .q-table th {
    padding: 6px 8px;
    text-transform: uppercase;
    color: rgb(97,97,97) !important;
    colorLB:rgb(0, 176, 255)!important;
    colorLB9:rgb(1, 87, 155)!important;
    background: rgba(0,0,0,0.02) !important;
    font-weight: 400;
    
}

.cnx-navmenu {
    font-weight: 700;
}

.q-table--dense .q-table td {
    padding: 6px 8px;
}

.q-toolbar__title {
    font-size: 18px !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em;
    padding: 0 12px;
}

.bg-blue {
    background:rgb(0, 176, 255)!important;
    color: white !important;
}

.cnx-app-title {
    font-family: "Oleo Script", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size:21px;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  
}

.cnx-button-alt {
    background-color:rgba(173, 20, 87, 0.05)!important;
}

.cnx-pageBar, .cnx-topBar {
    border-bottom1: 1px solid rgba(0,0,0,0.07);
}

.cnx-drawer  {
    border-right: 1px solid rgba(0,0,0,0.07);
    border-left: 1px solid rgba(0,0,0,0.07);
}

.cnx-app-logo {
    padding-right: 30px;
    padding-left: 10px;
    display: none;
}