.dt-buttons .dt-button {
    color: #fff;
    background-color: #4361ee;
    border-color: #4361ee;
    margin-bottom: 5px;
    margin-right: 5px;
}
.dt-buttons .dt-button span
{
	margin-left: 5px;
	
	}
	
	.dt-buttons .buttons-copy::before {
    position: absolute;
   content: "\f0c5";
  font-family: "Font Awesome 5 Free";
    right: 40%;
    height: 30px;
    width: 60px;
    z-index: 1;
  }


.dt-buttons .buttons-csv {
	color: #fff !important;
   background-color: #1cc88a !important;
    border-color: #1cc88a !important;
    margin-bottom: 5px;
    margin-right: 5px;
}

.dt-buttons .buttons-csv::before {
    position: absolute;
  content: "\f1c3";
  font-family: "Font Awesome 5 Free";
    right: 40%;
    height: 30px;
    width: 60px;
    z-index: 1;
  }

.dt-buttons .buttons-excel {
	color: #fff !important;
   background-color: #f4b30d !important;
    border-color: #f4b30d !important;
    margin-bottom: 5px;
    margin-right: 5px;
}

.dt-buttons .buttons-excel::before {
    position: absolute;
   content: "\f1c3";
  font-family: "Font Awesome 5 Free";
    right: 38%;
    height: 30px;
    width: 60px;
    z-index: 1;
  }

.dt-buttons .buttons-print {
	color: #fff !important;
   background-color: #e7515a !important;
    border-color: #e7515a !important;
    margin-bottom: 5px;
    margin-right: 5px;
}

.dt-buttons .buttons-print::before {
    position: absolute;
   content: "\f1c1";
  font-family: "Font Awesome 5 Free";
    right: 38%;
    height: 30px;
    width: 60px;
    z-index: 1;
  }