.img-account-profile {
    height: 10rem;
}
.delete-btn
{
	border:none;
	background: none;
}

.action-box {
display: flex;
align-items: center;
}
.edit-button
{
margin-right: 10px;
}
.delete-button
{
  display: flex;
}
.delete-button form
{
   margin-bottom: 0;
}
.action-box .edit-button a 
{
   display: inline-block;
}

table.table-bordered.dataTable {
    white-space: nowrap;
    text-align: center;
}

/*for tom select*/

.ts-control input,.ts-control .item {
    font-size: 1rem !important;
    color: #6e707e;
}

.ts-dropdown.single div {
    font-size: 1rem;
}

.asterisk
{
  color: red !important;
}

.toggled .side-dashboard .side-dashboard-icon { display: block; }
.side-dashboard .side-dashboard-icon {
    display: none;
}

.dash-count
{
  padding-left: 0.75rem;
}
.multiple-image-div
{
  float: left; 
  margin-right: 5px;
  display: block;
}
.remove-icon
{
  display: block;
  text-align: center;
}

.remove-icon img
{
  width: 20px; 
  height: 20px;
}

.sidebar .sidebar-brand .sidebar-brand-text.logo img {
  max-width: 12rem!important;
}

@media screen and (max-width: 767px) {
 .sidebar .sidebar-brand .sidebar-brand-text.logo {
   display: block;
 } 
 .sidebar .sidebar-brand .sidebar-brand-text.logo img {
   max-width: 5rem!important;
 }
 .d-sm-flex.align-items-center.justify-content-between.mb-4 .h3.mb-0.text-gray-800 {
   font-size: 20px;
 }  
 .btn-icon-split {
   font-size: 13px; 
 } 
 .dataTables_wrapper.dt-bootstrap4.no-footer .col-sm-12.col-md-6 {
   padding: 0 !important;
 } 
 .dataTables_wrapper.dt-bootstrap4.no-footer .col-sm-12.col-md-5 {
   padding-right: 0; 
 } 
 .dataTables_wrapper.dt-bootstrap4.no-footer .col-sm-12.col-md-7 {
   padding-left: 0; 
 }
 #wrapper #content-wrapper #content .action-box {
   padding-top: 10px;
 }  
}