    #file-name{
    	position: absolute;
    left: 14px;
    z-index: 1;
    top: 6px;
    	}

   .info {
   	color: #ad2727;
   }
   .br-0{
   	border-radius: 0px !important
   }
   .relative{
   	position: relative !important
   }
   .closing-div
   	{
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.72);
    position: absolute;
    top: 0;
    display: flex;
    right: 0;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    color: #fff !important;
    display:none;
	}
.hover-div{
	transform: all 0.3s ease-in-out;
}
.hover-div:hover .closing-div{
	display: flex;
}

.dataTables_paginate{
  display: block !important;

}





.main-content-wrap .dashboard-widgets .card-icon-bg i{
  color: rgba(255, 255, 255, 1) !important;
}
.main-content-wrap .dashboard-widgets .card-heighlight .media-body .title{
  color: #fff !important;
}
.main-content-wrap .dashboard-widgets .card-heighlight .media-body .text-primary{
  color: #fff !important;
}

.dashboard-widgets .card.blue{
  background-color: #7794FF!important;
}

.dashboard-widgets .card.grey{
  background-color: #5e5e5e!important;
}

.dashboard-widgets .card.violet{
  background-color: #9400ae!important;
}
.dashboard-widgets .card.green{
  background-color: #5BDC8B!important;
}
.dashboard-widgets .card.red{
  background-color: #F25858 !important;
}
.dashboard-widgets .card.yellow{
  background-color: #FBCF5A!important;
}
.dashboard-widgets .card.cyan{
  background-color: #58ddf2!important;
}
.action-groups {
  display: flex;
  justify-content: space-between;
}
.action-groups a{
  color: #3cb9c8 !important;
  cursor: pointer;
}

#confirmmsg .modal-content .modal-footer .cat-approved{
  width: 52px;
}

.showSuccess{
  padding: 0.75rem 1.25rem;
}

.showError{
  padding: 0.75rem 1.25rem;
}