@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;300&family=Roboto:wght@300;400&display=swap');

/* Notifications */
a.header-icon > .fa-bell,
a.header-icon > .badge {display: none;}

.header-icon:not(.btn)[data-toggle=dropdown][aria-expanded=true] {
    display: none;
}
	
.fa-cube:before {
    content: "\f1b2";
    display: none;
}

.fa-cube:after {
    content: "\f1b2";
    display: none;
}


/* Dashboard */
g[stroke="#0496ff"] {
    fill: #0075C9;
}

/* BELPLAN */
svg > g > circle.primary-fill { fill: #0075C9;}
svg > g > a > rect.warning-fill{
    fill: #eaf5ff;
}
svg > g > a > text { fill: #0075C9; }

svg > g > rect.warning-fill{
    fill: #eaf5ff;
}


/* SWITCHBOARD */
body.switchboard aside {
    background-color: #0075C9;
    background-image: none;
}

/* Buttons */
body .btn-danger {
    background-color: #b70931;
    border-color: #b70931;
}

.page-logo img {
    width: 28px;
    height: 50px;
	
}

button[value="Custom Extension"] {
    display: none;
}


button[name="didregexs"],
button[name="outbounddids"],
button[name="addbulkdid"],
button[name="csvupload"],
button[name="addbulksip"]{
  display: none;
}


a[href="genericcsvupload.php?page=extensions"],
a[href="extension.php?addcustom=1"],
a[href="extension.php?addbulksip=1"] {
  display: none;
}

