.preloader{
    display: none;
}

.breadcrumb-item {
    display: inline-block; /* Ensures items are flex containers */
}

.hide {
  display: none;
}

.glyphicon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;

}
.glyphicon-plus:before {
  font-size: 22px;
  content: "\2b";
}
.glyphicon-search:before {
  content: "\f002";
}
.glyphicon-home:before{
  content: "\f015";
}

.ewLabel, .ewSearchOperator{
  padding-right: 5px !important;
}

.ewGrid{
  border: solid 1px #EEEEEE !important;
}

.ewTableMy thead tr th {
  /*background-image: linear-gradient(to bottom, #d3d3d3, #ffffff); */
  background-color: #d3d3d3 !important;
}

.ewGrid .ewTable > tbody > tr > td,
.ewGrid .ewTable > tfoot > tr > td{
  border-right: 0px !important;
}

.ewGrid .ewTable > thead > tr > th,
.ewGrid .ewTable > thead > tr > td {
  border-right: 0px !important;
  padding: 5px;
}

.login-box{
  width: auto !important;
}

.form-control{
  font-size: 12px !important;
}

.btn{
  font-size: 13px !important;
}

textarea{
    resize: auto !important;
}

.modal-xxl {
    max-width: 95% !important; /* Adjust percentage as needed */
}
