
html {
  font-family: 'Roboto', 'Nunito' !important;
}

body {
  zoom: 90%;

}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.logo {
  width: 120px;
}

.fnt {
  font-size: 40px !important;
}


.text-spearhead {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
}

.img-logo {
  position: relative;
   /* width: 72px;
  height: 72px;
  border-radius: 100%; */
  background: #fff;
    width: 220px;
  height: 130px;
  border-radius: 0%;
  padding: 20px;
}

.addition{
  width: 220px;
  height: 130px;
  border-radius: 0%;
  padding: 20px;
}


.card-content.text {
  font-size: 15px;
  text-align: right;
  color: #66696b;
}

.card-content.number {
  font-size: 16px;
  text-align: right;
  padding-top: 10px;
}

.cardItem {
  margin-right: 5%;
  margin-top: 10%;
  border: none !important;
}

#sidebar-section {
  border: none;
}

.mat-toolbar-multiple-rows {
  min-height: 40px;
}

.mat-toolbar-row,
.mat-toolbar-single-row {
  height: 40px;
}

.bg-transparent {
  background: transparent;
  background-color: #e0e0e0 !important;
}


body {
  background-color: #e0e0e0 !important;
}

.bg-spearhead {
  background-color: #ffffff00 !important;
  height: 110vh
}

th {
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
}

.bg-primary-spearhead {
  background-color: var(--secondary) !important;
  color: rgba(255, 255, 255, 0.8) !important
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-gradient-primary {
  background-color: var(--primary) !important;
  background-image: linear-gradient(180deg, var(--primary) 10%, var(--primary) 100%) !important;
  background-size: cover;
}

.btn-primary {
  color: #fff;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: transparent !important;
  }
}

.dashboard-table-span:has(.totalclass){background-color: black; color: white}

/*.login-card{
  img{
    height:75px
  }
}*/

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: var(--secondary)  !important;
}

.iframe-container{
  height: 200vh
}
.sidebar-dark .nav-item .nav-link {
    color: #fff !important;
}

.router-link-active {
  background-color: #FFF !important; 
  color: var(--primary) !important;
  border-radius: 5px;
}

.router-link-active span{
  color: var(--primary) !important;
}

.router-link-active i{
  color: var(--primary) !important;
}

.download-btn {
  display: block;
  width: 200px;
  padding: 10px;
  background: var(--primary) !important;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}
.admin-wrapper{
	@media (min-width: 768px){
		.sidebar {
			width: 14rem !important;
		}

		.sidebar .nav-item .nav-link { 
			width: 14rem !important;
		}

		.sidebar .nav-item .nav-link span {
			font-size: 0.6rem !important;
		}

		.sidebar .nav-item .nav-link i {
			font-size: 1.5rem;
			margin-right: 0.25rem;
		}
	}
}
.menu-label{
	font-size: .85rem !important;
}
.menu-path{
	width: 14rem !important;
}
.sidebar[_ngcontent-ucd-c265] {
	width: 14rem !important;
}
.bg{
  background-image: url('../../assets/images/BSCInterfaceMockupbg.png');
  height: 100%;
  background-size: cover;
}