/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
.input-fld{
  margin-top: 5px;
}
.panel-bottom{
  border-top: 1px solid grey;
  margin-top: 15px;
  padding: 15px 0px;
}
.add-new-img{
  height: 20px;
}
.btn-add{
  padding: 7px!important;
  width: 7rem!important;
}
.add-new-img{
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.edit-icon{
  filter: invert(0.3) sepia(1.5) saturate(10) hue-rotate(232deg);
}
.delt-icon{
  filter: invert(0.3) sepia(1.5) saturate(10) hue-rotate(336deg);
}
.text-gold{
color: #BA9753;
}

.search-col{
display: flex;
justify-content: flex-end;
gap: 10px;
}
.input-searchs{
  display: flex!important;
  flex-wrap: nowrap!important;
}
.progress{
  height: 16px !important;
  width: 50px !important;
}
.table-border{
  border: 1px solid #e9e9e9;
}
.table .d-flex img{
  width: 25px !important;
    height: 20px !important;
    border-radius: 0px !important;
}
table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px !important;
  font-size: 14px !important;
}
table.dataTable tbody td {
  padding: 10px !important;
  font-size: 12px !important;
}
.dataTables_length{
  margin-left: 10px !important;
  margin-top: 10px !important
}
.dataTables_filter{
  margin-right: 10px !important;
  margin-top: 25px !important
}
.table td.pimg img{
  width: 50px !important;
  height: 50px !important;
  border-radius: 15% !important;
}
