@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');



.d-show{
  display: block;
}

.d-hide{
  display: none;
}

.font10{
  font-size: 10px;
}
.font11{
  font-size: 11px;
}
.font12{
  font-size: 12px;
}
.font13{
  font-size: 13px;
}
.font14{
  font-size: 14px;
}
.font15{
  font-size: 15px;
}
.font16{
  font-size: 16px;
}
.font17{
  font-size: 17px;
}
.font18{
  font-size: 18px;
}
.font19{
  font-size: 19px;
}
.font20{
  font-size: 20px;
}
.font25{
  font-size: 25px;
}
.font30{
  font-size: 30px;
}
.font35{
  font-size: 35px;
}
.font40{
  font-size: 40px;
}
.font45{
  font-size: 45px;
}
.font50{
  font-size: 50px;
}

.graph1{
  width:auto; min-height:350px;
}

.graph6{
  width:auto; min-height:350px;
}

.graph5{
  width:auto; 
  min-height:350px;
}

.installBtnBG{
  background-color:#55cadc;
}

.tr{
  width: 100%; background-color:rgb(223, 223, 223);
}
.tr1{
  width: 100%; background-color:rgb(223, 223, 223); font-weight:bold;
}

.textLeft{
  text-align:left;
}

.textRight{
  text-align:right;
} 
.fontTable{
  font-size:13px; font-weight:bold;
}

.floatRight{
  float: right;
}

.bgcolor1{
	background-color: #eedfdf;	
}	

.color1{
  color: #083561;
}

.width100{
  width: 100%;
}

.borderGray{
  border: 1px solid grey;
}

.width30{
width:30%;
}
.width70{
width:70%
}

.darkBlue{
  color: #083561;
}


.fontBold{
  font-weight: bold;
}

.logo-brand {
   background-color: #fff !important;
    border-radius: 15px;
    height: 172px;
    display: flex;
    justify-content: Center;
    align-items: Center;
    position: static !important;
    margin: 10px;
    width: 92% !important;
    
}
.logo-brand img{
    width:150px;
}
.layout-navbar-fixed.layout-fixed.text-sm .wrapper .sidebar{
    margin-top:10px;
    overflow: auto;
}
.navbar-gray,.layout-fixed .main-sidebar{
    background-color:#a91d1d !important;
}


.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active{
        background-color: #f3f3f373;
}

.nav-sidebar .nav-item>.nav-link{
        color: #ffffff;
    font-size: 14px;
    padding: 10px 0;
    font-family: "Poppins", sans-serif !important;
}
.nav-sidebar .nav-item>.nav-link p{
    font-family: "Poppins", sans-serif !important;
}

html,body{
      font-family: "Poppins", sans-serif !important;
}
.nav-sidebar .nav-item>.nav-link .badge{
  color: #fff;
    background-color: #f34959;
}

.nav-sidebar .nav-treeview>.nav-item>.nav-link>.nav-icon{
    color:#fff;
}

.content-wrapper>.content {
    padding:15px;
}
.dash-card-icon{
      padding: 20px;
    border-radius: 20px;
}

.dash-card-icon .info-box-icon{
       background-color: #c0bd13 !important;
    padding: 30px;
    width: 85px;
    border-radius: 50%;
    height: 85px;
}
























