
body,
html {
    height: 100%;

}

*, *::before, *::after {
    box-sizing: border-box;
}
p {
	font-size: 18px;
}
body {
	color: #231f20;
font-family: 'Poppins', sans-serif;
background-color: #f1f0f6;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;	
}

.card-s {
    padding: 10px;
    border-left: 6px solid #0760d4;
/*Here changes the color from blue to black*/
}

tr th {
    font-weight: 900;
    font-size: 15px;
}

tr td {
    font-size: 14px;
}

/****Dashbaord start ****/

.dashboard-wraper header {
  background-color: white;
    border-bottom: 1px solid #e6e5ea;
        position: fixed;
    width: 100%;
    z-index: 1;
}
.header-item {
  position: relative;
}

.header-item {
      display: flex;
    justify-content: space-between;
    height: 70px;
    padding: 6px 0;
}
.header-item .logo-section1{padding-top: 8px;}
.user-dropdown-section ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}
.user-dropdown-section ul li {
  list-style: none;
      margin-right: 25px;
}
.user-dropdown-section ul li:last-child {
   margin-right: 0px;
}
.user-dropdown-section {
    cursor: pointer;
}
.notification-box {
  position: relative;
  line-height: 0px;
}
.notification-box i{font-size: 20px;}
.notification-bedg {
position: absolute;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 22px;
    color: #ffffff;
    border-radius: 50%;
    padding: 0px;
    text-align: center;
    top: -8px;
    right: -14px;
}
.message-notif .notification-bedg {
  background-color: #f5901e;
}
.bell-notif .notification-bedg {
  background-color: #f5901e;
}



/***** Dashbaord End ****/ 

.main-content{padding-top: 70px;}
.main-content ul{line-height: 30px;}
.main-content .content-body ul.nav.nav-tabs{background-color: #0760d4}
.main-content .content-body ul.nav.nav-tabs .nav-link{border-radius: 0; border:none;}
.main-content .content-body a {
    color: #fff;

}

/*.nav-tabs .nav-item .nav-link {
    color: #fff;*/
/*    font-size: 1.1em;*/
/*}*/
.nav-tabs .nav-item .nav-link:hover {
    background-color: #4b97fa;
/*    color: #fff;*/
}

.nav-tabs .nav-item .nav-link.PMT:hover {
    background-color: #999999;
    /*    color: #fff;*/
}

/*.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{color: #fff;
    background-color: #0760d4;*/
/*Here changes the blue to black*/
/*border:none;}
    .nav-tabs .nav-item {
     margin-bottom: 0px; 
}*/
.tabtittle {
    padding: 15px;
}
.userbox{    box-shadow: 0px 0px 8px #c2c2c2;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-top:1%;
}