body{
  zoom: 90%;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('./assets/webfonts/Poppins-Medium.ttf');
}

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;
}


.text-spearhead{
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
}

.img-logo {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 100%;
}

.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;
}

.bg-spearhead{
  background-color: #e0e0e0 !important;
}

th{
  color: rgba(255, 255, 255, 0.9);
}

.bg-primary-spearhead {
  background-color: var(--secondary) !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;
}

mat-toolbar.mat-primary {
  background: var(--primary) !important;
  color: #fff;
}

.mat-fab.mat-primary, .mat-flat-button.mat-primary, .mat-mini-fab.mat-primary, .mat-raised-button.mat-primary {
  background-color: var(--primary) !important;
}

.e-panel-container{
  overflow: auto;
}

.e-panel-header{
  padding: 10px !important;
}



.dashboardTable {
  padding:20px
}

@media (hover: none)
{
.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
     background: transparent !important; 
}
}

.mat-expansion-panel {
  background: var(--primary) !important;

}

/*  Page Design */

 .Pagebody {
  background: rgb(204,204,204); 
} 
.pagepad {
  background: transparent;
  display: block;
  margin: 0 auto;
  padding: 1cm;
  margin-bottom: 0.5cm;
 
}
.page {
  background: white;
  display: block;
  margin: 0 auto;
  padding: 1cm;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}
.pagethumbnail {  
  width: 80px;
  height: 120px; 
}
.pageA4 {  
  width: 21cm;
  min-height: 29.7cm; 
}

.pageA4Edit {  
  width: 21cm;
  min-height: 29.7cm; 
  height:auto;
}

.pageA4landscape{
  width: 29.7cm;
  min-height: 21cm;  
}
.page[size="A3"] {
  width: 29.7cm;
  height: 42cm;
}
.page[size="A3"][layout="landscape"] {
  width: 42cm;
  height: 29.7cm;  
}
.page[size="A5"] {
  width: 14.8cm;
  height: 21cm;
}
.page[size="A5"][layout="landscape"] {
  width: 21cm;
  height: 14.8cm;  
}
@media print {
  body, .page {
    margin: 0;
    box-shadow: 0;
  }
}

.e-de-ctn-title {
  background-color: #3b3c40;
  color: #fff;
}